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

  /external/v8/src/
property.h 222 bool IsReadOnly() { return details_.IsReadOnly(); }
objects.h 172 bool IsReadOnly() { return (attributes() & READ_ONLY) != 0; }
    [all...]

Completed in 417 milliseconds