Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/parsing/
H A Dpreparser.cc285 int func_id = GetNextFunctionLiteralId(); in ParseFunctionLiteral()
H A Dpreparser.h1258 GetNextFunctionLiteralId(); in RewriteClassLiteral()
1261 GetNextFunctionLiteralId(); in RewriteClassLiteral()
1264 GetNextFunctionLiteralId(); in RewriteClassLiteral()
H A Dparser.cc87 pos, true, GetNextFunctionLiteralId()); in DefaultConstructor()
2731 int function_literal_id = GetNextFunctionLiteralId(); in ParseFunctionLiteral()
3245 GetNextFunctionLiteralId()); in CreateInitializerFunction()
H A Dparser-base.h295 int GetNextFunctionLiteralId() { return ++function_literal_id_; } in GetNextFunctionLiteralId() function in v8::internal::ParseFunctionFlag::ParserBase
4524 int function_literal_id = GetNextFunctionLiteralId(); in ParseArrowFunctionLiteral()

Completed in 25 milliseconds