Searched refs:kInterceptor (Results 1 – 3 of 3) sorted by relevance
22 kInterceptor = 1 << 0, enumerator27 OWN = kInterceptor,29 PROTOTYPE_CHAIN = kPrototypeChain | kInterceptor,260 return (configuration_ & kInterceptor) != 0; in check_interceptor()
38 int config = KindBits::encode(kInterceptor); in LoadInterceptor()
45 kInterceptor, enumerator