Home
last modified time | relevance | path

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

/external/v8/src/
Dlookup.cc130 interceptor_state_(InterceptorState::kUninitialized), in LookupIterator()
186 if (interceptor_state_ == InterceptorState::kSkipNonMasking) { in NextInternal()
204 interceptor_state_ = interceptor_state; in RestartInternal()
250 interceptor_state_ = InterceptorState::kUninitialized; in ReloadPropertyInformation()
1005 switch (interceptor_state_) { in SkipInterceptor()
1007 interceptor_state_ = InterceptorState::kSkipNonMasking; in SkipInterceptor()
1015 return interceptor_state_ == InterceptorState::kProcessNonMasking; in SkipInterceptor()
1100 if (interceptor_state_ == InterceptorState::kProcessNonMasking) { in LookupInRegularHolder()
Dlookup.h69 interceptor_state_(InterceptorState::kUninitialized), in configuration_()
291 InterceptorState interceptor_state_; variable
Dlookup-inl.h30 interceptor_state_(InterceptorState::kUninitialized), in LookupIterator()