Searched refs:PerformCommand (Results 1 - 1 of 1) sorted by relevance
/third_party/node/deps/v8/src/interpreter/ |
H A D | bytecode-generator.cc | 130 PerformCommand(CMD_BREAK, stmt, kNoSourcePosition); in Break() 133 PerformCommand(CMD_CONTINUE, stmt, kNoSourcePosition); in Continue() 136 PerformCommand(CMD_RETURN, nullptr, source_position); in ReturnAccumulator() 139 PerformCommand(CMD_ASYNC_RETURN, nullptr, source_position); in AsyncReturnAccumulator() 156 void PerformCommand(Command command, Statement* statement, 279 execution_control()->PerformCommand(entry.command, entry.statement, in ApplyDeferredCommands() 297 execution_control()->PerformCommand(entry.command, entry.statement, in ApplyDeferredCommands() 547 void BytecodeGenerator::ControlScope::PerformCommand(Command command, in PerformCommand() function in v8::internal::interpreter::BytecodeGenerator::ControlScope
|
Completed in 11 milliseconds