Searched refs:has_braces (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ast/ |
D | ast.h | 2365 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/ |
D | preparser.h | 731 bool has_braces, int function_literal_id,
|
D | parser-base.h | 4399 bool has_braces = true; in ParseArrowFunctionLiteral() local 4447 has_braces = false; in ParseArrowFunctionLiteral() 4483 formal_parameters.scope->start_position(), has_braces, in ParseArrowFunctionLiteral()
|