Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h96 kTableSectionCode = 4, // Indirect function table and others enumerator
Dwasm-module-builder.cc691 size_t start = EmitSection(kTableSectionCode, buffer); in WriteTo()
Dmodule-decoder.cc72 case kTableSectionCode: in SectionName()
474 case kTableSectionCode: in DecodeSection()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js59 let kTableSectionCode = 4; // Indirect function table and other tables variable
965 binary.emit_section(kTableSectionCode, section => {