Searched refs:rtt_parent (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/wasm/ |
H A D | module-instantiate.cc | 236 Handle<Map> rtt_parent; in CreateMapForType() local 245 rtt_parent = handle(Map::cast(maps->get(supertype)), isolate); in CreateMapForType() 250 map = CreateStructMap(isolate, module, type_index, rtt_parent, instance); in CreateMapForType() 253 map = CreateArrayMap(isolate, module, type_index, rtt_parent, instance); in CreateMapForType() 256 map = CreateFuncRefMap(isolate, module, rtt_parent, instance); in CreateMapForType()
|
Completed in 4 milliseconds