Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/wasm/
Dmodule-decoder.cc2099 const bool has_table_index = in consume_element_segment_header() local
2101 uint32_t table_index = has_table_index ? consume_u32v("table index") : 0; in consume_element_segment_header()
2104 has_table_index ? " implicit" : "", table_index); in consume_element_segment_header()