HomeSort by relevance Sort by last modified time
    Searched refs:interceptor_state_ (Results 1 - 2 of 2) sorted by null

  /external/v8/src/
lookup.h 47 interceptor_state_(InterceptorState::kUninitialized),
67 interceptor_state_(InterceptorState::kUninitialized),
86 interceptor_state_(InterceptorState::kUninitialized),
102 interceptor_state_(InterceptorState::kUninitialized),
356 InterceptorState interceptor_state_; member in class:v8::internal::BASE_EMBEDDED
lookup.cc 92 if (interceptor_state_ == InterceptorState::kSkipNonMasking) {
110 interceptor_state_ = interceptor_state;
156 interceptor_state_ = InterceptorState::kUninitialized;
626 switch (interceptor_state_) {
628 interceptor_state_ = InterceptorState::kSkipNonMasking;
636 return interceptor_state_ == InterceptorState::kProcessNonMasking;
722 if (interceptor_state_ == InterceptorState::kProcessNonMasking) {

Completed in 95 milliseconds