Searched defs:has_get (Results 1 – 2 of 2) sorted by relevance
| /external/v8/src/objects/ | ||
| D | property-descriptor.h | 98 bool has_get() const { return !get_.is_null(); } in has_get() function |
| /external/v8/src/api/ | ||
| D | api.cc | 4188 bool v8::PropertyDescriptor::has_get() const { in has_get() function in v8::v8::PropertyDescriptor |