Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/debug/
H A Ddebug-wasm-objects.cc88 constexpr int kWasmValueMapIndex = kNumProxies; member
89 constexpr int kNumDebugMaps = kWasmValueMapIndex + 1;
800 if (maps->is_the_hole(isolate, kWasmValueMapIndex)) { in New()
822 maps->set(kWasmValueMapIndex, *map); in New()
825 handle(Map::cast(maps->get(kWasmValueMapIndex)), isolate); in New()

Completed in 3 milliseconds