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