Home
last modified time | relevance | path

Searched refs:kExportSectionCode (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h99 kExportSectionCode = 7, // Exports enumerator
Dwasm-module-builder.cc748 size_t start = EmitSection(kExportSectionCode, buffer); in WriteTo()
Dmodule-decoder.cc78 case kExportSectionCode: in SectionName()
483 case kExportSectionCode: in DecodeSection()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js62 let kExportSectionCode = 7; // Exports variable
1056 binary.emit_section(kExportSectionCode, section => {