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.h2152 return has_fixed_right_arg_ ? Just(fixed_right_arg_value_) : Nothing<int>(); in fixed_right_arg()
2155 has_fixed_right_arg_ = arg.IsJust(); in set_fixed_right_arg()
2166 has_fixed_right_arg_(false), in BinaryOperation()
2179 bool has_fixed_right_arg_; variable