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

  /external/v8/src/
lookup.h 254 inline Handle<InterceptorInfo> GetInterceptor() const {
257 IsElement() ? GetInterceptor<true>(JSObject::cast(*holder_))
258 : GetInterceptor<false>(JSObject::cast(*holder_));
314 inline InterceptorInfo* GetInterceptor(JSObject* holder) const {
lookup.cc 623 auto info = GetInterceptor<is_element>(holder);
objects.cc     [all...]

Completed in 475 milliseconds