Searched refs:handler_proto (Results 1 – 1 of 1) sorted by relevance
1103 Handle<Object> handler_proto; in GetPrototype() local1105 isolate, handler_proto, in GetPrototype()1108 if (!(handler_proto->IsJSReceiver() || handler_proto->IsNull())) { in GetPrototype()1117 if (is_extensible.FromJust()) return handler_proto; in GetPrototype()1123 if (!handler_proto->SameValue(*target_proto)) { in GetPrototype()1130 return handler_proto; in GetPrototype()