Searched defs:IsDictionary (Results 1 - 2 of 2) sorted by relevance

/external/pdfium/core/include/fpdfapi/
H A Dfpdf_objects.h88 bool IsDictionary() const { return m_Type == PDFOBJ_DICTIONARY; } function in class:CPDF_Object
/external/v8/src/
H A Dobjects-inl.h898 bool Object::IsDictionary() const { function in class:v8::internal::Object
905 return IsDictionary();
909 bool Object::IsGlobalDictionary() const { return IsDictionary(); }
913 return IsDictionary();
918 return IsDictionary();
6664 fixed_array->IsDictionary()) ||
7081 DCHECK(properties()->IsDictionary() == map()->is_dictionary_map());
7082 return !properties()->IsDictionary();

Completed in 133 milliseconds