Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
H A Dwasm-module.h90 int32_t i32_value; member
130 int32_t i32_value() const { in i32_value() function in v8::internal::wasm::ConstantExpression
H A Dwasm-js.cc1358 bool ToI32(Local<v8::Value> value, Local<Context> context, int32_t* i32_value) { in ToI32() argument
1362 if (!int32_value->Int32Value(context).To(i32_value)) return false; in ToI32()
1474 int32_t i32_value = 0; in WebAssemblyGlobal() local
1475 if (!ToI32(value, context, &i32_value)) return; in WebAssemblyGlobal()
1476 global_obj->SetI32(i32_value); in WebAssemblyGlobal()
2486 int32_t i32_value = 0; in WebAssemblyGlobalSetValue() local
2487 if (!args[0]->Int32Value(context).To(&i32_value)) return; in WebAssemblyGlobalSetValue()
2488 receiver->SetI32(i32_value); in WebAssemblyGlobalSetValue()
H A Dmodule-instantiate.cc908 return WasmValue(expr.i32_value()); in EvaluateInitExpression()

Completed in 10 milliseconds