Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h140 V8_EXPORT_PRIVATE Object InferredFunctionName() const;
Dscope-info.cc814 Object ScopeInfo::InferredFunctionName() const { in InferredFunctionName() function in v8::internal::ScopeInfo
826 name = InferredFunctionName(); in FunctionDebugName()
Dshared-function-info-inl.h909 Object name = scope_info.InferredFunctionName(); in inferred_name()
/third_party/node/deps/v8/src/diagnostics/
Dobjects-printer.cc2438 os << "\n - inferred function name: " << Brief(InferredFunctionName()); in ScopeInfoPrint()