Home
last modified time | relevance | path

Searched refs:GetFunctionDebugName (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/v8/src/debug/
Ddebug-scope-iterator.cc100 v8::Local<v8::Value> DebugScopeIterator::GetFunctionDebugName() { in GetFunctionDebugName() function in v8::internal::DebugScopeIterator
102 Handle<Object> name = iterator_.GetFunctionDebugName(); in GetFunctionDebugName()
Ddebug-scope-iterator.h25 v8::Local<v8::Value> GetFunctionDebugName() override;
Ddebug-stack-trace-iterator.h28 v8::Local<v8::String> GetFunctionDebugName() const override;
Ddebug-scopes.h89 Handle<Object> GetFunctionDebugName() const;
Ddebug-stack-trace-iterator.cc135 v8::Local<v8::String> DebugStackTraceIterator::GetFunctionDebugName() const { in GetFunctionDebugName() function in v8::internal::DebugStackTraceIterator
Ddebug-interface.h507 virtual v8::Local<v8::Value> GetFunctionDebugName() = 0;
532 virtual v8::Local<v8::String> GetFunctionDebugName() const = 0;
Ddebug-scopes.cc48 Handle<Object> ScopeIterator::GetFunctionDebugName() const { in GetFunctionDebugName() function in v8::internal::ScopeIterator
354 Handle<Object> closure_name = GetFunctionDebugName(); in MaterializeScopeDetails()
Ddebug-wasm-objects.cc740 v8::Local<v8::Value> GetFunctionDebugName() override { in GetFunctionDebugName() function in v8::internal::__anon1e21dee00111::DebugWasmScopeIterator
/third_party/node/deps/v8/src/objects/
Dcall-site-info.h74 static Handle<String> GetFunctionDebugName(Handle<CallSiteInfo> info);
Ddebug-objects.cc440 CallSiteInfo::GetFunctionDebugName(call_site_info), in EnsureStackFrameInfos()
Dcall-site-info.cc292 Handle<String> CallSiteInfo::GetFunctionDebugName(Handle<CallSiteInfo> info) { in GetFunctionDebugName() function in v8::internal::CallSiteInfo
/third_party/node/deps/v8/src/inspector/
Dv8-debugger-agent-impl.cc301 isolate, iterator->GetFunctionDebugName()); in buildScopes()
1489 m_isolate, iterator->GetFunctionDebugName())) in currentCallFrames()
Dv8-debugger.cc669 m_isolate, iterator->GetFunctionDebugName()); in getTargetScopes()