Searched refs:GetPropertyWithInterceptor (Results 1 - 5 of 5) sorted by relevance

/external/v8/src/
H A Dhandles.h255 Handle<Object> GetPropertyWithInterceptor(Handle<JSObject> receiver,
H A Dhandles.cc390 Handle<Object> GetPropertyWithInterceptor(Handle<JSObject> receiver, function in namespace:v8::internal
396 holder->GetPropertyWithInterceptor(*receiver,
H A Dobjects.h1488 MaybeObject* GetPropertyWithInterceptor(
H A Dobjects.cc549 return holder->GetPropertyWithInterceptor(recvr, name, attributes);
8076 MaybeObject* JSObject::GetPropertyWithInterceptor( function in class:v8::internal::JSObject
H A Druntime.cc9315 return obj->GetPropertyWithInterceptor(*obj, *name, &attributes);

Completed in 100 milliseconds