Home
last modified time | relevance | path

Searched refs:kInterceptor (Results 1 – 3 of 3) sorted by relevance

/external/v8/src/
Dlookup.h22 kInterceptor = 1 << 0, enumerator
27 OWN = kInterceptor,
29 PROTOTYPE_CHAIN = kPrototypeChain | kInterceptor,
260 return (configuration_ & kInterceptor) != 0; in check_interceptor()
/external/v8/src/ic/
Dhandler-configuration-inl.h38 int config = KindBits::encode(kInterceptor); in LoadInterceptor()
Dhandler-configuration.h45 kInterceptor, enumerator