Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dwasm-module.cc1441 void WriteGlobalValue(WasmGlobal& global, Handle<Object> value) { in WriteGlobalValue() function in InstantiationHelper
1645 WriteGlobalValue(module_->globals[import.index], value); in ProcessImports()