Lines Matching defs:accessors
1393 // - handle accessors correctly (which might change the holder's map)
1870 Handle<AccessorPair> accessors =
1875 desc->set_get(AccessorPair::GetComponent(isolate, native_context, accessors,
1878 desc->set_set(AccessorPair::GetComponent(isolate, native_context, accessors,
2536 auto accessors = it->GetAccessors();
2537 if (accessors->IsAccessorInfo()) {
2538 if (AccessorInfo::cast(*accessors).all_can_read()) return true;
2621 Handle<Object> accessors = it->GetAccessors();
2622 if (accessors->IsAccessorInfo()) {
2623 if (AccessorInfo::cast(*accessors).all_can_write()) return true;
3579 Handle<Object> accessors = it->GetAccessors();
3583 if (accessors->IsAccessorInfo() && handling == DONT_FORCE_FIELD) {
3585 // Ensure the context isn't changed after calling into accessors.
3591 it->TransitionToAccessorPair(accessors, attributes);
4584 // Ignore accessors on typed arrays.
4621 // Ignore accessors on typed arrays.
5104 // If properties with non-standard attributes or accessors were added, we