Home
last modified time | relevance | path

Searched refs:kDataCountSectionCode (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h104 kDataCountSectionCode = 12, // Number of data segments enumerator
120 kFirstUnorderedSection = kDataCountSectionCode,
Dmodule-decoder.cc90 case kDataCountSectionCode: in SectionName()
411 case kDataCountSectionCode: in DecodeSection()
532 case kDataCountSectionCode: in DecodeSection()
1155 if (has_seen_unordered_section(kDataCountSectionCode) && in CheckDataSegmentsCount()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js67 let kDataCountSectionCode = 12; // Data segment count (between Element & Code) variable
1131 binary.emit_section(kDataCountSectionCode, section => {