Home
last modified time | relevance | path

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

/external/v8/src/
Dkeys.cc256 JSReceiver* last_prototype = nullptr; in Prepare() local
262 last_prototype = current; in Prepare()
269 } else if (last_prototype != nullptr) { in Prepare()
270 last_non_empty_prototype_ = handle(last_prototype, isolate_); in Prepare()
/external/v8/src/compiler/
Dcompilation-dependencies.cc393 MaybeHandle<JSReceiver> last_prototype) { in DependOnStablePrototypeChain() argument
400 if (last_prototype.ToHandle(&last) && last.is_identical_to(current)) { in DependOnStablePrototypeChain()