Home
last modified time | relevance | path

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

/external/v8/src/
Dconversions.h189 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string);
Dconversions.cc506 bool IsSpecialIndex(UnicodeCache* unicode_cache, String* string) { in IsSpecialIndex() function
Dlookup.cc551 result = IsSpecialIndex(isolate_->unicode_cache(), *name_string); in IsIntegerIndexedExotic()
/external/v8/test/cctest/
Dtest-conversions.cc370 CHECK_EQ(expected, IsSpecialIndex(isolate->unicode_cache(), *string)); in CheckNonArrayIndex()
/external/v8/src/compiler/
Daccess-info.cc312 IsSpecialIndex(isolate()->unicode_cache(), String::cast(*name))) { in ComputePropertyAccessInfo()
/external/v8/src/crankshaft/
Dhydrogen.cc6407 IsSpecialIndex(isolate()->unicode_cache(), String::cast(*name_)); in IsIntegerIndexedExotic()