Searched refs:assert_function_name (Results 1 – 10 of 10) sorted by relevance
/third_party/node/test/fixtures/wpt/wasm/jsapi/ |
D | interface.any.js | 16 assert_function_name(object[name], name, `${object_name}.${name}`); 38 assert_function_name(propdesc.get, "get " + name, `getter for "${name}"`); 47 assert_function_name(propdesc.set, "set " + name, `setter for "${name}"`);
|
D | assertions.js | 1 function assert_function_name(fn, name, description) { function 28 assert_function_name(fn, name, description);
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/tag/ |
D | constructor.tentative.any.js | 5 assert_function_name(WebAssembly.Tag, "Tag", "WebAssembly.Tag");
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/ |
D | constructor.tentative.any.js | 5 assert_function_name(
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/instance/ |
D | constructor.any.js | 12 assert_function_name(WebAssembly.Instance, "Instance", "WebAssembly.Instance");
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/module/ |
D | constructor.any.js | 11 assert_function_name(WebAssembly.Module, "Module", "WebAssembly.Module");
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/ |
D | constructor.tentative.any.js | 10 assert_function_name(WebAssembly.Function, "Function", "WebAssembly.Function");
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/memory/ |
D | constructor.any.js | 6 assert_function_name(WebAssembly.Memory, "Memory", "WebAssembly.Memory");
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/global/ |
D | constructor.any.js | 14 assert_function_name(WebAssembly.Global, "Global", "WebAssembly.Global");
|
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/ |
D | constructor.any.js | 7 assert_function_name(WebAssembly.Table, "Table", "WebAssembly.Table");
|