Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/compiler/
Dcompilation-dependencies.h121 base::Optional<JSObjectRef> last_prototype =
Dcompilation-dependencies.cc1276 base::Optional<JSObjectRef> last_prototype) { in DependOnStablePrototypeChain() argument
1285 if (last_prototype.has_value() && proto.equals(*last_prototype)) break; in DependOnStablePrototypeChain()
1301 base::Optional<JSObjectRef> last_prototype) { in DEPENDENCY_LIST()
1312 DependOnStablePrototypeChain(this, receiver_map, last_prototype); in DEPENDENCY_LIST()
Djs-native-context-specialization.cc562 base::Optional<JSObjectRef> last_prototype; in InferHasInPrototypeChain() local
571 last_prototype = prototype.AsJSObject(); in InferHasInPrototypeChain()
577 last_prototype); in InferHasInPrototypeChain()
/third_party/node/deps/v8/src/objects/
Dkeys.cc332 JSReceiver last_prototype; in Prepare() local
345 last_prototype = current; in Prepare()
355 } else if (!last_prototype.is_null()) { in Prepare()
356 last_non_empty_prototype_ = handle(last_prototype, isolate_); in Prepare()