Searched refs:GetNewTokenForCommand (Results 1 – 1 of 1) sorted by relevance
284 return GetNewTokenForCommand(command, statement); in GetTokenForCommand()290 return_token_ = GetNewTokenForCommand(CMD_RETURN, nullptr); in GetReturnToken()297 async_return_token_ = GetNewTokenForCommand(CMD_ASYNC_RETURN, nullptr); in GetAsyncReturnToken()304 rethrow_token_ = GetNewTokenForCommand(CMD_RETHROW, nullptr); in GetRethrowToken()309 int GetNewTokenForCommand(Command command, Statement* statement) { in GetNewTokenForCommand() function in v8::internal::interpreter::BytecodeGenerator::ControlScope::DeferredCommands