Searched defs:paused_context (Results 1 - 2 of 2) sorted by relevance
/third_party/node/deps/v8/src/debug/wasm/gdb-server/ |
H A D | gdb-server.cc | 419 BreakProgramRequested( Local<v8::Context> paused_context, const std::vector<debug::BreakpointId>& inspector_break_points_hit, v8::debug::BreakReasons break_reasons) BreakProgramRequested() argument 429 ExceptionThrown( Local<v8::Context> paused_context, Local<Value> exception, Local<Value> promise, bool is_uncaught, debug::ExceptionType exception_type) ExceptionThrown() argument
|
/third_party/node/deps/v8/src/debug/ |
H A D | debug-interface.h | 274 virtual void ExceptionThrown(v8::Local<v8::Context> paused_context, in ExceptionThrown() argument 267 BreakProgramRequested( v8::Local<v8::Context> paused_context, const std::vector<debug::BreakpointId>& inspector_break_points_hit, base::EnumSet<BreakReason> break_reasons = {}) BreakProgramRequested() argument 271 BreakOnInstrumentation( v8::Local<v8::Context> paused_context, const debug::BreakpointId instrumentationId) BreakOnInstrumentation() argument
|
Completed in 3 milliseconds