Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/interpreter/
Dbytecode-generator.cc320 return GetNewTokenForCommand(command, statement); in GetTokenForCommand()
326 return_token_ = GetNewTokenForCommand(CMD_RETURN, nullptr); in GetReturnToken()
333 async_return_token_ = GetNewTokenForCommand(CMD_ASYNC_RETURN, nullptr); in GetAsyncReturnToken()
338 int GetNewTokenForCommand(Command command, Statement* statement) { in GetNewTokenForCommand() function in v8::internal::interpreter::BytecodeGenerator::ControlScope::DeferredCommands