Lines Matching refs:value
21 #include "src/wasm/value-type.h"
28 #include "src/wasm/wasm-value.h"
111 Handle<Object> value = args.at(1);
124 bool result = internal::wasm::TypecheckJSObject(isolate, module, value, type,
513 Handle<Object> value(value_raw, isolate);
518 int result = WasmTableObject::Grow(isolate, table, delta, value);
532 Handle<Object> value(value_raw, isolate);
550 WasmTableObject::Fill(isolate, table, start, value, fill_count);
724 // {StackGuard::SetStackLimit} doesn't update the value of the jslimit if it
725 // contains a sentinel value, and it is also thread-safe. So if an interrupt is