Home
last modified time | relevance | path

Searched refs:assert_sections (Results 1 - 1 of 1) sorted by relevance

/third_party/node/test/fixtures/wpt/wasm/jsapi/module/
H A DcustomSections.any.js10 function assert_sections(sections, expected) { function
65 assert_sections(fn.call(thisValue, module, ""), []);
71 assert_sections(WebAssembly.Module.customSections(module, ""), []);
91 assert_sections(WebAssembly.Module.customSections(module, "name"), [
96 assert_sections(WebAssembly.Module.customSections(module, "foo"), [
100 assert_sections(WebAssembly.Module.customSections(module, ""), [])
101 assert_sections(WebAssembly.Module.customSections(module, "\0"), [])
102 assert_sections(WebAssembly.Module.customSections(module, "name\0"), [])
103 assert_sections(WebAssembly.Module.customSections(module, "foo\0"), [])
115 assert_sections(WebAssembl
[all...]

Completed in 1 milliseconds