Searched refs:GetLastFunctionLiteralId (Results 1 – 3 of 3) sorted by relevance
351 end_position, GetLastFunctionLiteralId() - func_id); in ParseFunctionLiteral()387 GetLastFunctionLiteralId()); in ParseStatementListAndLogFunction()
637 info->set_max_function_literal_id(GetLastFunctionLiteralId()); in DoParseProgram()823 if (GetLastFunctionLiteralId() != info->function_literal_id() - 1) { in DoParseFunction()829 (info->function_literal_id() - 1) - GetLastFunctionLiteralId()); in DoParseFunction()
337 int GetLastFunctionLiteralId() const { return function_literal_id_; } in GetLastFunctionLiteralId() function