Home
last modified time | relevance | path

Searched refs:interceptor_state (Results 1 – 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/objects/
Dlookup.h261 void RestartInternal(InterceptorState interceptor_state);
Dlookup.cc130 void LookupIterator::RestartInternal(InterceptorState interceptor_state) { in RestartInternal() argument
131 interceptor_state_ = interceptor_state; in RestartInternal()