Searched refs:TRAPPED (Results 1 – 3 of 3) sorted by relevance
96 enum State { STOPPED, RUNNING, PAUSED, FINISHED, TRAPPED }; enumerator
212 case WasmInterpreter::State::TRAPPED: { in Execute()
1143 if (state_ == WasmInterpreter::TRAPPED) return WasmValue(0xDEADBEEF); in GetReturnValue()1267 state_ = WasmInterpreter::TRAPPED; in DoTrap()