Home
last modified time | relevance | path

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

/external/v8/src/parsing/
Dpreparser.cc307 int func_id = GetNextFunctionLiteralId(); in ParseFunctionLiteral()
Dpreparser.h1249 GetNextFunctionLiteralId();
1252 GetNextFunctionLiteralId();
1255 GetNextFunctionLiteralId();
Dparser.cc129 true, GetNextFunctionLiteralId()); in DefaultConstructor()
2584 int function_literal_id = GetNextFunctionLiteralId(); in ParseFunctionLiteral()
3254 GetNextFunctionLiteralId()); in CreateInitializerFunction()
Dparser-base.h336 int GetNextFunctionLiteralId() { return ++function_literal_id_; } in GetNextFunctionLiteralId() function
4388 int function_literal_id = GetNextFunctionLiteralId(); in ParseArrowFunctionLiteral()