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

  /external/v8/src/
property-details.h 38 ONLY_WRITABLE = 1,
48 STATIC_ASSERT(ONLY_WRITABLE == static_cast<PropertyFilter>(READ_ONLY));
55 STATIC_ASSERT(ONLY_WRITABLE ==
56 static_cast<PropertyFilter>(v8::PropertyFilter::ONLY_WRITABLE));
  /external/v8/include/
v8.h     [all...]

Completed in 141 milliseconds