Home
last modified time | relevance | path

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

/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dinterface.any.js16 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}"`);
Dassertions.js1 function assert_function_name(fn, name, description) { function
28 assert_function_name(fn, name, description);
/third_party/node/test/fixtures/wpt/wasm/jsapi/tag/
Dconstructor.tentative.any.js5 assert_function_name(WebAssembly.Tag, "Tag", "WebAssembly.Tag");
/third_party/node/test/fixtures/wpt/wasm/jsapi/exception/
Dconstructor.tentative.any.js5 assert_function_name(
/third_party/node/test/fixtures/wpt/wasm/jsapi/instance/
Dconstructor.any.js12 assert_function_name(WebAssembly.Instance, "Instance", "WebAssembly.Instance");
/third_party/node/test/fixtures/wpt/wasm/jsapi/module/
Dconstructor.any.js11 assert_function_name(WebAssembly.Module, "Module", "WebAssembly.Module");
/third_party/node/test/fixtures/wpt/wasm/jsapi/function/
Dconstructor.tentative.any.js10 assert_function_name(WebAssembly.Function, "Function", "WebAssembly.Function");
/third_party/node/test/fixtures/wpt/wasm/jsapi/memory/
Dconstructor.any.js6 assert_function_name(WebAssembly.Memory, "Memory", "WebAssembly.Memory");
/third_party/node/test/fixtures/wpt/wasm/jsapi/global/
Dconstructor.any.js14 assert_function_name(WebAssembly.Global, "Global", "WebAssembly.Global");
/third_party/node/test/fixtures/wpt/wasm/jsapi/table/
Dconstructor.any.js7 assert_function_name(WebAssembly.Table, "Table", "WebAssembly.Table");