Home
last modified time | relevance | path

Searched refs:fnIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/
Dbasic.tentative.any.js76 const fnIndex = builder.addImport("module", "fn", kSig_v_v); constant
81 kExprCallFunction, fnIndex,
101 const fnIndex = builder.addImport("module", "fn", kSig_v_v); constant
105 kExprCallFunction, fnIndex,
/third_party/node/test/fixtures/wpt/wasm/jsapi/
DinstanceTestFactory.js389 const fnIndex = builder.addImport("module", "fn", kSig_i_v);
394 fnIndex,
430 const fnIndex = builder.addImport("module", "fn", kSig_i_i);
436 fnIndex,
473 const fnIndex = builder.addImport("module", "fn", kSig_l_v);
478 fnIndex,
514 const fnIndex = builder.addImport("module", "fn", kSig_l_l);
520 fnIndex,
/third_party/node/test/fixtures/wpt/wasm/jsapi/constructor/
Dmulti-value.any.js59 const fnIndex = builder.addImport("module", "fn", type_if_fi); constant
65 kExprCallFunction, fnIndex,