HomeSort by relevance Sort by last modified time
    Searched refs:IsDescriptorOrDictionary (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/v8/src/
property.h 251 return IsDescriptorOrDictionary() && type() == FIELD;
256 return IsDescriptorOrDictionary() && type() == NORMAL;
261 return IsDescriptorOrDictionary() && type() == CONSTANT;
271 bool IsDescriptorOrDictionary() const {
objects.cc     [all...]

Completed in 4310 milliseconds