Searched refs:GetDebuggerCount (Results 1 – 3 of 3) sorted by relevance
38 int GetDebuggerCount() { return debugger_count_; } in GetDebuggerCount() function in v8::internal::NativesStore202 int NativesCollection<type>::GetDebuggerCount() { in GetDebuggerCount() function in v8::internal::NativesCollection203 return NativesHolder<type>::get()->GetDebuggerCount(); in GetDebuggerCount()230 template int NativesCollection<T>::GetDebuggerCount(); \
33 static int GetDebuggerCount();
2595 int builtin_index = Natives::GetDebuggerCount(); in InstallNatives()2848 for (int i = ExperimentalNatives::GetDebuggerCount(); in InstallExperimentalNatives()2883 for (int i = ExtraNatives::GetDebuggerCount(); in InstallExtraNatives()2893 for (int i = ExperimentalExtraNatives::GetDebuggerCount(); in InstallExperimentalExtraNatives()2904 for (int i = 0; i < Natives::GetDebuggerCount(); ++i) { in InstallDebuggerNatives()