Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h136 String FunctionDebugName() const;
Dscope-info.cc819 String ScopeInfo::FunctionDebugName() const { in FunctionDebugName() function in v8::internal::ScopeInfo
/third_party/node/deps/v8/src/debug/
Ddebug-scopes.cc54 Handle<String> debug_name(closure_info.FunctionDebugName(), isolate_); in GetFunctionDebugName()