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

  /external/v8/src/
property-descriptor.h 31 return desc->has_get() || desc->has_set();
57 !has_value() && !has_get() && !has_set();
62 !has_writable() && has_get() && has_set();
67 has_writable() && !has_get() && !has_set();
97 bool has_get() const { return !get_.is_null(); } function in class:v8::internal::PropertyDescriptor
api.cc 4232 bool v8::PropertyDescriptor::has_get() const { function in class:v8::v8::PropertyDescriptor
    [all...]

Completed in 125 milliseconds