Home
last modified time | relevance | path

Searched refs:kActiveWithIndex (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/wasm/
Dwasm-constants.h87 kActiveWithIndex = 2, // Active segment with a given memory/table index. enumerator
Dmodule-decoder.cc2178 flag != SegmentFlags::kActiveWithIndex) { in consume_data_segment_header()
2195 if (flag == SegmentFlags::kActiveWithIndex) { in consume_data_segment_header()
/third_party/node/test/fixtures/wpt/wasm/jsapi/
Dwasm-module-builder.js84 let kActiveWithIndex = 2; variable
1092 section.emit_u32v(kActiveWithIndex);