Searched refs:RunDebuggerBytecodeCall (Results 1 – 2 of 2) sorted by relevance
146 bool RunDebuggerBytecodeCall(GateRef gate);
489 {OpCode::DEBUGGER_BYTECODE_CALL, [&]() -> bool { return RunDebuggerBytecodeCall(gate); }}, in Run()766 bool LatticeUpdateRuleSCCP::RunDebuggerBytecodeCall(GateRef gate) in RunDebuggerBytecodeCall() function in panda::ecmascript::kungfu::LatticeUpdateRuleSCCP