Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h95 kFunctionSectionCode = 3, // Function declarations enumerator
Dmodule-decoder.cc70 case kFunctionSectionCode: in SectionName()
471 case kFunctionSectionCode: in DecodeSection()
1273 next_ordered_section_ <= kFunctionSectionCode; in DecodeCompilationHintsSection()
Dwasm-module-builder.cc680 size_t start = EmitSection(kFunctionSectionCode, buffer); in WriteTo()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js58 let kFunctionSectionCode = 3; // Function declarations variable
954 binary.emit_section(kFunctionSectionCode, section => {