HomeSort by relevance Sort by last modified time
    Searched refs:has_get (Results 1 - 6 of 6) 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
property-descriptor.cc 104 if ((desc->has_get() || desc->has_set()) &&
166 if (has_get()) {
289 if ((desc->has_get() || desc->has_set()) &&
326 if (!desc->has_get()) {
objects.cc     [all...]
api.cc 4232 bool v8::PropertyDescriptor::has_get() const { function in class:v8::v8::PropertyDescriptor
    [all...]
  /external/v8/src/builtins/
builtins-object.cc 494 if (component == ACCESSOR_GETTER && desc.has_get()) {
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 361 milliseconds