Home
last modified time | relevance | path

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

/external/v8/src/ast/
Dast.h2365 EagerCompileHint eager_compile_hint, int position, bool has_braces,
2386 HasBracesField::encode(has_braces) | IIFEBit::encode(false); in Expression()
3220 bool has_braces, int function_literal_id,
3225 has_duplicate_parameters, eager_compile_hint, position, has_braces,
/external/v8/src/parsing/
Dpreparser.h731 bool has_braces, int function_literal_id,
Dparser-base.h4399 bool has_braces = true; in ParseArrowFunctionLiteral() local
4447 has_braces = false; in ParseArrowFunctionLiteral()
4483 formal_parameters.scope->start_position(), has_braces, in ParseArrowFunctionLiteral()