Home
last modified time | relevance | path

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

/external/v8/src/debug/
Ddebug.h309 int GetFunctionDebuggingId(Handle<JSFunction> function);
Ddebug.cc741 int Debug::GetFunctionDebuggingId(Handle<JSFunction> function) { in GetFunctionDebuggingId() function in v8::internal::Debug
/external/v8/src/
Dapi.cc9825 int id = func->GetIsolate()->debug()->GetFunctionDebuggingId(func); in GetDebuggingId()