Home
last modified time | relevance | path

Searched refs:receiver_prototype (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/ic/
H A Dic.cc1334 Handle<Object> receiver_prototype(receiver_map->prototype(), isolate); in AllowConvertHoleElementToUndefined()
1336 if (isolate->IsInAnyContext(*receiver_prototype, in AllowConvertHoleElementToUndefined()
1338 isolate->IsInAnyContext(*receiver_prototype, in AllowConvertHoleElementToUndefined()
/third_party/node/deps/v8/src/compiler/
H A Djs-native-context-specialization.cc3385 ObjectRef receiver_prototype = receiver_map.prototype(); in CanTreatHoleAsUndefined() local
3386 if (!receiver_prototype.IsJSObject() || in CanTreatHoleAsUndefined()
3387 !broker()->IsArrayOrObjectPrototype(receiver_prototype.AsJSObject())) { in CanTreatHoleAsUndefined()

Completed in 11 milliseconds