Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-objects.cc1546 Handle<FixedArray> global_buffer; // The buffer of the global. in GetGlobalValue() local
1548 std::tie(global_buffer, global_index) = in GetGlobalValue()
1550 return wasm::WasmValue(handle(global_buffer->get(global_index), isolate), in GetGlobalValue()

Completed in 5 milliseconds