Home
last modified time | relevance | path

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

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