Home
last modified time | relevance | path

Searched refs:GetLastFunctionLiteralId (Results 1 - 3 of 3) sorted by relevance

/third_party/node/deps/v8/src/parsing/
H A Dpreparser.cc339 GetLastFunctionLiteralId() - func_id); in ParseFunctionLiteral()
375 formals->function_length, GetLastFunctionLiteralId()); in ParseStatementListAndLogFunction()
H A Dparser.cc691 info->set_max_function_literal_id(GetLastFunctionLiteralId()); in DoParseProgram()
1015 if (GetLastFunctionLiteralId() != function_literal_id - 1) { in DoParseFunction()
1022 (function_literal_id - 1) - GetLastFunctionLiteralId()); in DoParseFunction()
H A Dparser-base.h296 int GetLastFunctionLiteralId() const { return function_literal_id_; } in GetLastFunctionLiteralId() function in v8::internal::ParseFunctionFlag::ParserBase

Completed in 16 milliseconds