Home
last modified time | relevance | path

Searched refs:kMatchNeedsHoleCheck (Results 1 - 7 of 7) sorted by relevance

/third_party/node/deps/v8/src/objects/
H A Dstring-set.h24 static const bool kMatchNeedsHoleCheck = true; member in v8::internal::StringSetShape
H A Ddictionary.h129 static const bool kMatchNeedsHoleCheck = false; member in v8::internal::NameDictionaryShape
213 static const bool kMatchNeedsHoleCheck = true; member in v8::internal::GlobalDictionaryShape
263 static const bool kMatchNeedsHoleCheck = true; member in v8::internal::NumberDictionaryBaseShape
H A Dhash-table.h57 // static const bool kMatchNeedsHoleCheck = ..;
323 static const bool kMatchNeedsHoleCheck = false; member in v8::internal::ObjectHashTableShape
450 static const bool kMatchNeedsHoleCheck = false; member in v8::internal::NameToIndexShape
490 static const bool kMatchNeedsHoleCheck = false; member in v8::internal::RegisteredSymbolTableShape
H A Dcompilation-cache-table.h48 static const bool kMatchNeedsHoleCheck = true; member in v8::internal::CompilationCacheShape
H A Dhash-table-inl.h178 if (Shape::kMatchNeedsHoleCheck && element == the_hole) continue; in FindEntry()
H A Dobjects.cc5966 if (ShapeT::kMatchNeedsHoleCheck && element == the_hole) continue; in TryFindPropertyCellForConcurrentLookupIterator()
/third_party/node/deps/v8/src/codegen/
H A Dcode-stub-assembler.cc8562 if (Dictionary::ShapeT::kMatchNeedsHoleCheck) {

Completed in 28 milliseconds