Home
last modified time | relevance | path

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

/external/v8/src/api/
Dapi-arguments.h101 inline Handle<Object> CallNamedDescriptor(Handle<InterceptorInfo> interceptor,
Dapi-arguments-inl.h193 Handle<Object> PropertyCallbackArguments::CallNamedDescriptor( in CallNamedDescriptor() function
/external/v8/src/objects/
Djs-objects.cc1598 result = args.CallNamedDescriptor(interceptor, it->name()); in GetPropertyDescriptorWithInterceptor()