Lines Matching refs:set
627 // set as result value.
935 // set as result value.
1319 // outgoing {type} is set accordingly, or set to {wasm::kWasmVoid} in case the
1722 values_out->set(index++, *Utils::OpenHandle(*value));
2060 // WebAssembly.Table.set(num, any)
2065 ScheduledErrorThrower thrower(i_isolate, "WebAssembly.Table.set()");
2465 // set WebAssembly.Global.value(num)
2472 ScheduledErrorThrower thrower(i_isolate, "set WebAssembly.Global.value");
2476 thrower.TypeError("Can't set the value of an immutable global.");
2510 thrower.TypeError("Can't set the value of s128 WebAssembly.Global");
2840 // The context is not set up completely yet. That's why we cannot use
2856 InstallFunc(isolate, table_proto, "set", WebAssemblyTableSet, 2);
2988 // sure that the {WebAssembly.Tag} constructor is set up.