Lines Matching full:interceptor
430 // Compute the property keys from the interceptor.
435 Handle<InterceptorInfo> interceptor(object->GetNamedInterceptor());
437 args(isolate, interceptor->data(), *receiver, *object);
439 if (!interceptor->enumerator()->IsUndefined()) {
442 interceptor->enumerator());
443 LOG(isolate, ApiObjectAccess("interceptor-named-enum", *object));
454 // Compute the element keys from the interceptor.
458 Handle<InterceptorInfo> interceptor(object->GetIndexedInterceptor());
460 args(isolate, interceptor->data(), *receiver, *object);
462 if (!interceptor
465 interceptor->enumerator());
466 LOG(isolate, ApiObjectAccess("interceptor-indexed-enum", *object));
561 // Add the element keys from the interceptor.
591 // Add the property keys from the interceptor.