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/
H A Dcompilation-dependencies.h118 // up to (and including) the {last_prototype}.
121 base::Optional<JSObjectRef> last_prototype =
H A Dcompilation-dependencies.cc1276 base::Optional<JSObjectRef> last_prototype) { in DependOnStablePrototypeChain()
1285 if (last_prototype.has_value() && proto.equals(*last_prototype)) break; in DependOnStablePrototypeChain()
1301 base::Optional<JSObjectRef> last_prototype) { in DependOnStablePrototypeChains()
1312 DependOnStablePrototypeChain(this, receiver_map, last_prototype); in DependOnStablePrototypeChains()
1275 DependOnStablePrototypeChain(CompilationDependencies* deps, MapRef map, base::Optional<JSObjectRef> last_prototype) DependOnStablePrototypeChain() argument
1299 DependOnStablePrototypeChains( ZoneVector<MapRef> const& receiver_maps, WhereToStart start, base::Optional<JSObjectRef> last_prototype) DependOnStablePrototypeChains() argument
H A 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/
H A 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()

Completed in 11 milliseconds