Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dmodule-instantiate.cc228 MaybeObject maybe_canonical_map = canonical_rtts->Get(canonical_type_index); in CreateMapForType() local
229 if (maybe_canonical_map.IsStrongOrWeak() && in CreateMapForType()
230 maybe_canonical_map.GetHeapObject().IsMap()) { in CreateMapForType()
231 maps->set(type_index, maybe_canonical_map.GetHeapObject()); in CreateMapForType()

Completed in 6 milliseconds