Home
last modified time | relevance | path

Searched refs:addCustomSection (Results 1 – 2 of 2) sorted by relevance

/third_party/node/test/fixtures/wpt/wasm/jsapi/module/
DcustomSections.any.js85 builder.addCustomSection("name", bytes1);
86 builder.addCustomSection("name", bytes2);
87 builder.addCustomSection("foo", bytes1);
111 builder.addCustomSection(name, bytes);
126 builder.addCustomSection("na\uFFFDme", bytes);
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js727 addCustomSection(name, bytes) { method in WasmModuleBuilder