Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.cc1496 Handle<FixedArray> parent_supertypes = in NewWasmTypeInfo() local
1498 int last_defined_index = parent_supertypes->length() - 1; in NewWasmTypeInfo()
1500 parent_supertypes->get(last_defined_index).IsUndefined()) { in NewWasmTypeInfo()
1503 if (last_defined_index == parent_supertypes->length() - 1) { in NewWasmTypeInfo()
1504 supertypes = CopyArrayAndGrow(parent_supertypes, 1, AllocationType::kOld); in NewWasmTypeInfo()
1506 supertypes = CopyFixedArray(parent_supertypes); in NewWasmTypeInfo()