Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-js.cc1952 #define EXTRACT_THIS(var, WasmType) \ argument
1953 i::Handle<i::WasmType> var; \
1956 if (!this_arg->Is##WasmType()) { \
1957 thrower.TypeError("Receiver is not a %s", kName_##WasmType); \
1960 var = i::Handle<i::WasmType>::cast(this_arg); \
/third_party/node/deps/v8/src/compiler/
Dwasm-compiler.cc5202 #define CASE_LOAD_STORE(Name, Type, MachType, Op, WasmType) \ in AtomicOp() argument
5205 WasmType}; in AtomicOp()