Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2710 return std::max(start_position(), end_position() - (has_braces_ ? 1 : 0)); in return_position()
2731 has_braces_(has_braces), in FunctionLiteral()
2769 bool has_braces_; variable