HomeSort by relevance Sort by last modified time
    Searched full:getnamedinterceptor (Results 1 - 7 of 7) sorted by null

  /external/v8/src/
ic.cc 319 return !object->GetNamedInterceptor()->getter()->IsUndefined();
    [all...]
handles.cc 525 Handle<InterceptorInfo> interceptor(object->GetNamedInterceptor());
objects.cc     [all...]
objects.h     [all...]
  /external/v8/src/arm/
stub-cache-arm.cc 402 InterceptorInfo* interceptor = holder_obj->GetNamedInterceptor();
572 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]
  /external/v8/src/x64/
stub-cache-x64.cc 144 InterceptorInfo* interceptor = holder_obj->GetNamedInterceptor();
392 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]
  /external/v8/src/ia32/
stub-cache-ia32.cc 282 InterceptorInfo* interceptor = holder_obj->GetNamedInterceptor();
315 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
693 ASSERT(!holder->GetNamedInterceptor()->getter()->IsUndefined());
    [all...]

Completed in 82 milliseconds