Home
last modified time | relevance | path

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

/external/v8/src/
Dfactory.h619 Handle<DebugInfo> NewDebugInfo(Handle<SharedFunctionInfo> shared);
Ddebug.cc2197 Handle<DebugInfo> debug_info = isolate->factory()->NewDebugInfo(shared); in EnsureDebugInfo()
Dfactory.cc2074 Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> shared) { in NewDebugInfo() function in v8::internal::Factory