Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.h544 PreParserExpression NewFunctionLiteral( in NewFunctionLiteral() function
Dparser.cc248 FunctionLiteral* function_literal = factory()->NewFunctionLiteral( in DefaultConstructor()
4381 FunctionLiteral* function_literal = factory()->NewFunctionLiteral( in ParseFunctionLiteral()
Dparser-base.h3417 FunctionLiteralT function_literal = factory()->NewFunctionLiteral( in ParseArrowFunctionLiteral()
/external/v8/src/ast/
Dast.h3439 FunctionLiteral* NewFunctionLiteral( in NewFunctionLiteral() function