Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.h183 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string);
Dconversions.cc1352 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) { in IsSpecialIndex() function
Dlookup.cc1032 return IsSpecialIndex(isolate_->unicode_cache(), *name_string) in NotFound()
/external/v8/src/compiler/
Daccess-info.cc495 IsSpecialIndex(isolate()->unicode_cache(), String::cast(*name))) { in ComputePropertyAccessInfo()