Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dmap.cc2235 Handle<Object> maybe_prototype; in GetOrCreatePrototypeChainValidityCell() local
2240 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()
/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc672 i::MaybeHandle<i::HeapObject> maybe_prototype = in TransferPrototype() local
675 if (maybe_prototype.ToHandle(&prototype)) { in TransferPrototype()