Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dinterface.any.js20 assert_function_length(object[name], length, `${object_name}.${name}`);
39 assert_function_length(propdesc.get, 0, `getter for "${name}"`);
48 assert_function_length(propdesc.set, 1, `setter for "${name}"`);
Dassertions.js10 function assert_function_length(fn, length, description) { function
29 assert_function_length(fn, length, description);
/third_party/node/test/fixtures/wpt/wasm/jsapi/tag/
Dconstructor.tentative.any.js9 assert_function_length(WebAssembly.Tag, 1, "WebAssembly.Tag");
/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/
Dconstructor.tentative.any.js13 assert_function_length(WebAssembly.Exception, 1, "WebAssembly.Exception");
/third_party/node/test/fixtures/wpt/wasm/jsapi/instance/
Dconstructor.any.js16 assert_function_length(WebAssembly.Instance, 1, "WebAssembly.Instance");
/third_party/node/test/fixtures/wpt/wasm/jsapi/module/
Dconstructor.any.js15 assert_function_length(WebAssembly.Module, 1, "WebAssembly.Module");
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/
Dconstructor.tentative.any.js15 assert_function_length(WebAssembly.Function, 2, "WebAssembly.Function");
/third_party/node/test/fixtures/wpt/wasm/jsapi/memory/
Dconstructor.any.js10 assert_function_length(WebAssembly.Memory, 1, "WebAssembly.Memory");
/third_party/node/test/fixtures/wpt/wasm/jsapi/global/
Dconstructor.any.js18 assert_function_length(WebAssembly.Global, 1, "WebAssembly.Global");
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/
Dconstructor.any.js11 assert_function_length(WebAssembly.Table, 1, "WebAssembly.Table");