Home
last modified time | relevance | path

Searched refs:is_right_associative (Results 1 - 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dparser-base.h3194 const bool is_right_associative = op == Token::EXP; in ParseBinaryContinuation() local
3195 const int next_prec = is_right_associative ? prec1 : prec1 + 1; in ParseBinaryContinuation()

Completed in 12 milliseconds