Searched refs:last_prototype (Results 1 – 4 of 4) sorted by relevance
121 base::Optional<JSObjectRef> last_prototype =
1276 base::Optional<JSObjectRef> last_prototype) { in DependOnStablePrototypeChain() argument1285 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()
562 base::Optional<JSObjectRef> last_prototype; in InferHasInPrototypeChain() local571 last_prototype = prototype.AsJSObject(); in InferHasInPrototypeChain()577 last_prototype); in InferHasInPrototypeChain()
332 JSReceiver last_prototype; in Prepare() local345 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()