Searched refs:assert_function_length (Results 1 – 10 of 10) sorted by relevance
| /third_party/node/test/fixtures/wpt/wasm/jsapi/ |
| D | interface.any.js | 20 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}"`);
|
| D | assertions.js | 10 function assert_function_length(fn, length, description) { function 29 assert_function_length(fn, length, description);
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/tag/ |
| D | constructor.tentative.any.js | 9 assert_function_length(WebAssembly.Tag, 1, "WebAssembly.Tag");
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/exception/ |
| D | constructor.tentative.any.js | 13 assert_function_length(WebAssembly.Exception, 1, "WebAssembly.Exception");
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/instance/ |
| D | constructor.any.js | 16 assert_function_length(WebAssembly.Instance, 1, "WebAssembly.Instance");
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/module/ |
| D | constructor.any.js | 15 assert_function_length(WebAssembly.Module, 1, "WebAssembly.Module");
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/function/ |
| D | constructor.tentative.any.js | 15 assert_function_length(WebAssembly.Function, 2, "WebAssembly.Function");
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/memory/ |
| D | constructor.any.js | 10 assert_function_length(WebAssembly.Memory, 1, "WebAssembly.Memory");
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/global/ |
| D | constructor.any.js | 18 assert_function_length(WebAssembly.Global, 1, "WebAssembly.Global");
|
| /third_party/node/test/fixtures/wpt/wasm/jsapi/table/ |
| D | constructor.any.js | 11 assert_function_length(WebAssembly.Table, 1, "WebAssembly.Table");
|