Home
last modified time | relevance | path

Searched refs:handler_proto (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/
Dobjects.cc1103 Handle<Object> handler_proto; in GetPrototype() local
1105 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()