Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/heap/
Dfactory.h796 Handle<DebugInfo> NewDebugInfo(Handle<SharedFunctionInfo> shared);
Dfactory.cc3388 Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> shared) { in NewDebugInfo() function in v8::internal::Factory
/third_party/node/deps/v8/src/debug/
Ddebug.cc1974 Handle<DebugInfo> debug_info = isolate_->factory()->NewDebugInfo(shared); in GetOrCreateDebugInfo()