Searched refs:parent_supertypes (Results 1 – 1 of 1) sorted by relevance
1496 Handle<FixedArray> parent_supertypes = in NewWasmTypeInfo() local1498 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()