HomeSort by relevance Sort by last modified time
    Searched refs:has_set (Results 1 - 7 of 7) 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();
101 bool has_set() const { return !set_.is_null(); } function in class:v8::internal::PropertyDescriptor
property-descriptor.cc 104 if ((desc->has_get() || desc->has_set()) &&
169 if (has_set()) {
289 if ((desc->has_get() || desc->has_set()) &&
331 if (!desc->has_set()) {
objects.cc     [all...]
api.cc 4235 bool v8::PropertyDescriptor::has_set() const { function in class:v8::v8::PropertyDescriptor
    [all...]
  /external/vboot_reference/utility/
crossystem.c 263 char* has_set = strchr(argv[i], '='); local
270 if (!name || has_set == argv[i] || has_expect == argv[i]) {
277 if (has_set && has_expect) {
293 if (has_set)
  /external/v8/src/builtins/
builtins-object.cc 497 if (component == ACCESSOR_SETTER && desc.has_set()) {
    [all...]
  /external/v8/include/
v8.h     [all...]

Completed in 129 milliseconds