Searched refs:maybe_prototype (Results 1 – 2 of 2) sorted by relevance
2235 Handle<Object> maybe_prototype; in GetOrCreatePrototypeChainValidityCell() local2240 maybe_prototype = isolate->global_object(); in GetOrCreatePrototypeChainValidityCell()2242 maybe_prototype = in GetOrCreatePrototypeChainValidityCell()2245 if (!maybe_prototype->IsJSObject()) { in GetOrCreatePrototypeChainValidityCell()2248 Handle<JSObject> prototype = Handle<JSObject>::cast(maybe_prototype); in GetOrCreatePrototypeChainValidityCell()
672 i::MaybeHandle<i::HeapObject> maybe_prototype = in TransferPrototype() local675 if (maybe_prototype.ToHandle(&prototype)) { in TransferPrototype()