Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h103 kDataSectionCode = 11, // Data segments enumerator
Dwasm-module-builder.cc863 size_t start = EmitSection(kDataSectionCode, buffer); in WriteTo()
Dmodule-decoder.cc86 case kDataSectionCode: in SectionName()
495 case kDataSectionCode: in DecodeSection()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js66 let kDataSectionCode = 11; // Data segments variable
1187 binary.emit_section(kDataSectionCode, section => {