Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h101 kElementSectionCode = 9, // Elements section enumerator
Dmodule-decoder.cc84 case kElementSectionCode: in SectionName()
416 !CheckSectionOrder(section_code, kElementSectionCode, in DecodeSection()
492 case kElementSectionCode: in DecodeSection()
Dwasm-module-builder.cc782 size_t start = EmitSection(kElementSectionCode, buffer); in WriteTo()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js64 let kElementSectionCode = 9; // Elements section variable
1082 binary.emit_section(kElementSectionCode, section => {