Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/
Didentity.tentative.any.js25 kExprCallFunction, jsfuncIndex,
37 kExprCallFunction, jsfuncIndex,
Dbasic.tentative.any.js81 kExprCallFunction, fnIndex,
105 kExprCallFunction, fnIndex,
/third_party/node/test/fixtures/wpt/wasm/jsapi/constructor/
Dmulti-value.any.js43 kExprCallFunction, swap.index,
65 kExprCallFunction, fnIndex,
/third_party/node/test/fixtures/wpt/wasm/jsapi/
DinstanceTestFactory.js393 kExprCallFunction,
435 kExprCallFunction,
477 kExprCallFunction,
519 kExprCallFunction,
Dwasm-module-builder.js202 let kExprCallFunction = 0x10; variable
/third_party/node/deps/v8/src/wasm/
Dfunction-body-decoder.cc300 case kExprCallFunction: { in PrintRawWasmCode()
Dwasm-opcodes-inl.h566 case kExprCallFunction: in IsThrowingOpcode()
Dfunction-body-decoder-impl.h1228 case kExprCallFunction:
1625 case kExprCallFunction:
1975 case kExprCallFunction: {
/third_party/node/deps/v8/src/debug/wasm/gdb-server/
Dwasm-module-debug.cc68 case kExprCallFunction: { in ReturnPc()
/third_party/node/deps/v8/src/asmjs/
Dasm-parser.cc2274 current_function_builder_->EmitWithU32V(kExprCallFunction, index); in ValidateCall()
2411 current_function_builder_->Emit(kExprCallFunction); in ValidateCall()