Searched refs:hasNamedInterceptor (Results 1 – 2 of 2) sorted by relevance
65 assertFalse(mirror.hasNamedInterceptor(), 'No named interceptor expected');
682 ObjectMirror.prototype.hasNamedInterceptor = function() { method in ObjectMirror731 if (this.hasNamedInterceptor() && (kind & PropertyKind.Named)) {2711 if (mirror.hasNamedInterceptor()) {