Home
last modified time | relevance | path

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

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