Home
last modified time | relevance | path

Searched refs:kTypeSectionCode (Results 1 – 5 of 5) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h93 kTypeSectionCode = 1, // Function signature declarations enumerator
118 kFirstSectionInModule = kTypeSectionCode,
Dmodule-decoder.h32 return kTypeSectionCode <= byte && byte <= kLastKnownModuleSection; in IsValidSectionCode()
Dwasm-module-builder.cc597 size_t start = EmitSection(kTypeSectionCode, buffer); in WriteTo()
Dmodule-decoder.cc66 case kTypeSectionCode: in SectionName()
465 case kTypeSectionCode: in DecodeSection()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js56 let kTypeSectionCode = 1; // Function signature declarations variable
895 binary.emit_section(kTypeSectionCode, section => {