Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h97 kMemorySectionCode = 5, // Memory attributes enumerator
Dmodule-decoder.cc74 case kMemorySectionCode: in SectionName()
423 if (!CheckSectionOrder(section_code, kMemorySectionCode, in DecodeSection()
477 case kMemorySectionCode: in DecodeSection()
Dwasm-module-builder.cc707 size_t start = EmitSection(kMemorySectionCode, buffer); in WriteTo()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js60 let kMemorySectionCode = 5; // Memory attributes variable
979 binary.emit_section(kMemorySectionCode, section => {