Home
last modified time | relevance | path

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

/external/v8/src/wasm/
Dast-decoder.cc1957 int num_whitespaces = control_depth < 32 ? 2 * control_depth : 64; in PrintAst() local
1960 std::make_tuple(i.pc_offset(), line_nr, num_whitespaces)); in PrintAst()
1966 os.write(padding, num_whitespaces); in PrintAst()