HomeSort by relevance Sort by last modified time
    Searched refs:kNoSharedNameSentinel (Results 1 - 5 of 5) sorted by null

  /external/v8/src/objects/
shared-function-info-inl.h 108 return value != kNoSharedNameSentinel;
129 maybe_scope_info == kNoSharedNameSentinel);
356 DCHECK(name->IsString() || name == kNoSharedNameSentinel);
shared-function-info.h 185 static constexpr Object* const kNoSharedNameSentinel = Smi::kZero;
669 // [name_or_scope_info]: Function name string, kNoSharedNameSentinel or
scope-info.cc 540 return FunctionName() != SharedFunctionInfo::kNoSharedNameSentinel;
545 DCHECK(name->IsString() || name == SharedFunctionInfo::kNoSharedNameSentinel);
    [all...]
  /external/v8/src/
objects-debug.cc     [all...]
  /external/v8/src/heap/
factory.cc     [all...]

Completed in 320 milliseconds