Searched refs:last_prototype (Results 1 – 2 of 2) sorted by relevance
256 JSReceiver* last_prototype = nullptr; in Prepare() local262 last_prototype = current; in Prepare()269 } else if (last_prototype != nullptr) { in Prepare()270 last_non_empty_prototype_ = handle(last_prototype, isolate_); in Prepare()
393 MaybeHandle<JSReceiver> last_prototype) { in DependOnStablePrototypeChain() argument400 if (last_prototype.ToHandle(&last) && last.is_identical_to(current)) { in DependOnStablePrototypeChain()