Searched defs:GetDebuggerCount (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/v8/src/
H A Dnatives-external.cc29 int GetDebuggerCount() { return debugger_count_; } function in class:v8::internal::NativesStore
154 int NativesCollection<type>::GetDebuggerCount() { function in class:v8::internal::NativesCollection
155 return NativesHolder<type>::get()->GetDebuggerCount();

Completed in 61 milliseconds