Home
last modified time | relevance | path

Searched refs:thisPtr (Results 1 – 1 of 1) sorted by relevance

/third_party/node/deps/v8/src/inspector/
Dv8-debugger.cc458 V8Debugger* thisPtr = static_cast<V8Debugger*>(data); in nearHeapLimitCallback() local
459 thisPtr->m_originalHeapLimit = current_heap_limit; in nearHeapLimitCallback()
460 thisPtr->m_scheduledOOMBreak = true; in nearHeapLimitCallback()
462 thisPtr->m_isolate->GetEnteredOrMicrotaskContext(); in nearHeapLimitCallback()
463 thisPtr->m_targetContextGroupId = in nearHeapLimitCallback()
464 context.IsEmpty() ? 0 : thisPtr->m_inspector->contextGroupId(context); in nearHeapLimitCallback()
465 thisPtr->m_isolate->RequestInterrupt( in nearHeapLimitCallback()