Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h98 kGlobalSectionCode = 6, // Global declarations enumerator
Dmodule-decoder.cc76 case kGlobalSectionCode: in SectionName()
424 kGlobalSectionCode)) { in DecodeSection()
480 case kGlobalSectionCode: in DecodeSection()
Dwasm-module-builder.cc735 size_t start = EmitSection(kGlobalSectionCode, buffer); in WriteTo()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js61 let kGlobalSectionCode = 6; // Global declarations variable
997 binary.emit_section(kGlobalSectionCode, section => {