Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dscope-info.h113 V8_EXPORT_PRIVATE bool HasSharedFunctionName() const;
Dshared-function-info-inl.h157 return ScopeInfo::cast(value).HasSharedFunctionName(); in UINT8_ACCESSORS()
Dscope-info.cc759 bool ScopeInfo::HasSharedFunctionName() const { in HasSharedFunctionName() function in v8::internal::ScopeInfo