Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h100 kStartSectionCode = 8, // Start function declaration enumerator
Dwasm-module-builder.cc775 size_t start = EmitSection(kStartSectionCode, buffer); in WriteTo()
Dmodule-decoder.cc80 case kStartSectionCode: in SectionName()
486 case kStartSectionCode: in DecodeSection()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js63 let kStartSectionCode = 8; // Start function declaration variable
1074 binary.emit_section(kStartSectionCode, section => {