Searched refs:GetFunctionDebuggingId (Results 1 – 3 of 3) sorted by relevance
314 int GetFunctionDebuggingId(Handle<JSFunction> function);
754 int Debug::GetFunctionDebuggingId(Handle<JSFunction> function) { in GetFunctionDebuggingId() function in v8::internal::Debug
10305 int id = func->GetIsolate()->debug()->GetFunctionDebuggingId(func); in GetDebuggingId()