Searched refs:recv_type (Results 1 – 2 of 2) sorted by relevance
299 int recv_type; /* Is this a command, response or an member
1018 Object* recv_type = this->signature(); in GetCompatibleReceiver() local1020 if (recv_type->IsUndefined()) return receiver; in GetCompatibleReceiver()1021 FunctionTemplateInfo* signature = FunctionTemplateInfo::cast(recv_type); in GetCompatibleReceiver()