Home
last modified time | relevance | path

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

/external/v8/src/inspector/
Dv8-debugger.cc563 V8Debugger* thisPtr = static_cast<V8Debugger*>(data); in nearHeapLimitCallback() local
564 thisPtr->m_originalHeapLimit = current_heap_limit; in nearHeapLimitCallback()
565 thisPtr->m_scheduledOOMBreak = true; in nearHeapLimitCallback()
566 v8::Local<v8::Context> context = thisPtr->m_isolate->GetEnteredContext(); in nearHeapLimitCallback()
567 thisPtr->m_targetContextGroupId = in nearHeapLimitCallback()
568 context.IsEmpty() ? 0 : thisPtr->m_inspector->contextGroupId(context); in nearHeapLimitCallback()
569 thisPtr->m_isolate->RequestInterrupt( in nearHeapLimitCallback()