Home
last modified time | relevance | path

Searched refs:kNoSharedNameSentinel (Results 1 – 6 of 6) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dshared-function-info-inl.h159 return value != kNoSharedNameSentinel; in UINT8_ACCESSORS()
180 maybe_scope_info == kNoSharedNameSentinel); in SetName()
433 DCHECK(name.IsString() || name == kNoSharedNameSentinel); in SetScopeInfo()
Dshared-function-info.cc20 V8_EXPORT_PRIVATE constexpr Smi SharedFunctionInfo::kNoSharedNameSentinel; member in v8::internal::SharedFunctionInfo
40 set_name_or_scope_info(SharedFunctionInfo::kNoSharedNameSentinel, in Init()
Dshared-function-info.h200 V8_EXPORT_PRIVATE static constexpr Smi const kNoSharedNameSentinel =
Dscope-info.cc760 return FunctionName() != SharedFunctionInfo::kNoSharedNameSentinel; in HasSharedFunctionName()
765 DCHECK(name.IsString() || name == SharedFunctionInfo::kNoSharedNameSentinel); in SetFunctionName()
Dobjects-inl.h145 return *this == SharedFunctionInfo::kNoSharedNameSentinel; in IsNoSharedNameSentinel()
/third_party/node/deps/v8/src/heap/
Dfactory-base.cc424 SharedFunctionInfo::kNoSharedNameSentinel); in NewSharedFunctionInfo()