Searched refs:handler_proto (Results 1 – 1 of 1) sorted by relevance
1503 Handle<Object> handler_proto; in GetPrototype() local1505 isolate, handler_proto, in GetPrototype()1508 if (!(handler_proto->IsJSReceiver() || handler_proto->IsNull(isolate))) { in GetPrototype()1517 if (is_extensible.FromJust()) return handler_proto; in GetPrototype()1523 if (!handler_proto->SameValue(*target_proto)) { in GetPrototype()1530 return handler_proto; in GetPrototype()