Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2142 return has_fixed_right_arg_ ? Just(fixed_right_arg_value_) : Nothing<int>(); in fixed_right_arg()
2145 has_fixed_right_arg_ = arg.IsJust(); in set_fixed_right_arg()
2156 has_fixed_right_arg_(false), in BinaryOperation()
2169 bool has_fixed_right_arg_; variable