Lines Matching refs:debug
5 #include "src/debug/debug-interface.h"
13 #include "src/debug/debug-coverage.h"
14 #include "src/debug/debug-evaluate.h"
15 #include "src/debug/debug-property-iterator.h"
16 #include "src/debug/debug-type-profile.h"
17 #include "src/debug/debug.h"
25 #include "src/debug/debug-wasm-objects-inl.h"
33 namespace debug {
134 reinterpret_cast<i::Isolate*>(isolate)->debug()->SetBreakOnNextFunctionCall();
139 ->debug()
186 API_RCS_SCOPE(isolate, debug, GetPrivateMembers);
296 internal_isolate->debug()->ChangeBreakOnException(
298 internal_isolate->debug()->ChangeBreakOnException(i::BreakUncaughtException,
305 isolate->debug()->set_break_points_active(is_active);
311 CHECK(isolate->debug()->CheckExecutionState());
313 isolate->debug()->ClearStepping();
315 isolate->debug()->PrepareStep(static_cast<i::StepAction>(action));
322 isolate->debug()->ClearStepping();
326 base::EnumSet<debug::BreakReason> break_reasons) {
329 isolate->debug()->HandleDebugBreak(i::kIgnoreIfAllFramesBlackboxed,
336 isolate->debug()->SetTerminateOnResume();
342 return !isolate->debug()->AllFramesOnStackAreBlackboxed();
536 if (!isolate->debug()->GetPossibleBreakpoints(
607 return isolate->debug()->SetScriptSource(
616 if (!isolate->debug()->SetBreakPointForScript(
629 isolate->debug()->SetInstrumentationBreakpointForWasmScript(script, id);
636 return isolate->debug()->SetBreakpointForFunction(
648 isolate->debug()->RemoveBreakpointForWasmScript(script, id);
655 isolate->debug()->RemoveBreakpoint(id);
864 isolate->debug()->SetDebugDelegate(delegate);
896 Utils::ApiCheck(obj->IsAccessorPair(), "v8::debug::AccessorPair::Cast",
897 "Value is not a v8::debug::AccessorPair");
903 Utils::ApiCheck(obj->IsWasmValueObject(), "v8::debug::WasmValueObject::Cast",
904 "Value is not a v8::debug::WasmValueObject");
979 return ToApiHandle<v8::debug::Script>(script);
1022 i::DisableBreak disable_break_scope(isolate->debug(), throw_on_side_effect);
1024 isolate->debug()->StartSideEffectCheckMode();
1030 isolate->debug()->StopSideEffectCheckMode();
1053 v8::debug::EvaluateGlobalMode mode, bool repl) {
1096 isolate->debug()->set_return_value(*Utils::OpenHandle(*value));
1109 int id = func->GetIsolate()->debug()->GetFunctionDebuggingId(func);
1124 return isolate->debug()->SetBreakpointForFunction(
1137 reinterpret_cast<i::Isolate*>(isolate)->debug())) {}
1340 } // namespace debug