Searched refs:NewDebugInfo (Results 1 – 3 of 3) sorted by relevance
796 Handle<DebugInfo> NewDebugInfo(Handle<SharedFunctionInfo> shared);
3388 Handle<DebugInfo> Factory::NewDebugInfo(Handle<SharedFunctionInfo> shared) { in NewDebugInfo() function in v8::internal::Factory
1974 Handle<DebugInfo> debug_info = isolate_->factory()->NewDebugInfo(shared); in GetOrCreateDebugInfo()