Searched refs:IsDictionary (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/v8/src/
H A Dtype-info.cc26 DCHECK(dictionary_->IsDictionary());
H A Dobjects-inl.h842 bool Object::IsDictionary() const { function in class:v8::internal::Object
849 return IsDictionary();
854 return IsDictionary();
859 return IsDictionary();
2093 DCHECK(properties()->IsDictionary() == map()->is_dictionary_map());
2094 return !properties()->IsDictionary();
6336 fixed_array->IsDictionary()) ||
H A Delements.cc1024 if (array->IsDictionary()) {
1645 if (arguments->IsDictionary()) {
H A Dobjects.cc4462 if (array->IsDictionary()) return Handle<SeededNumberDictionary>::cast(array);
5093 kind = arguments->IsDictionary() ? DICTIONARY_ELEMENTS :
5261 if (!object->elements()->IsDictionary()) {
5968 if (arguments->IsDictionary()) {
11904 return !arguments->IsDictionary();
11916 return arguments->IsDictionary();
12531 if (arguments->IsDictionary()) {
12874 if (backing_store->IsDictionary()) {
13466 if (arguments->IsDictionary()) {
H A Druntime.cc10792 if (elements->IsDictionary()) {
10834 if (array->elements()->IsDictionary()) {
/external/chromium_org/v8/src/heap/
H A Dmark-compact.cc1542 if (fixed_array->IsDictionary()) {

Completed in 240 milliseconds