Home
last modified time | relevance | path

Searched refs:HasInferredFunctionName (Results 1 – 4 of 4) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dscope-info.cc744 bool ScopeInfo::HasInferredFunctionName() const { in HasInferredFunctionName() function in v8::internal::ScopeInfo
772 DCHECK(HasInferredFunctionName()); in SetInferredFunctionName()
815 DCHECK(HasInferredFunctionName()); in InferredFunctionName()
825 if (HasInferredFunctionName()) { in FunctionDebugName()
Dscope-info.h115 V8_EXPORT_PRIVATE bool HasInferredFunctionName() const;
Dshared-function-info-inl.h899 return ScopeInfo::cast(scope_info).HasInferredFunctionName(); in HasInferredName()
908 if (scope_info.HasInferredFunctionName()) { in inferred_name()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2437 if (HasInferredFunctionName()) { in ScopeInfoPrint()