Home | History | Annotate | Download | only in inspector

Lines Matching defs:thisPtr

515   V8Debugger* thisPtr = toV8Debugger(info.Data());
516 if (!thisPtr->enabled()) return;
518 thisPtr->m_isolate->GetCurrentContext();
521 thisPtr->handleProgramBreak(pausedContext,
576 V8Debugger* thisPtr = static_cast<V8Debugger*>(data);
577 thisPtr->m_isolate->IncreaseHeapLimitForDebugging();
578 thisPtr->m_scheduledOOMBreak = true;
579 thisPtr->setPauseOnNextStatement(true);