Home
last modified time | relevance | path

Searched refs:ApiNamedPropertyAccess (Results 1 – 4 of 4) sorted by relevance

/external/v8/src/
Dlog.h205 void ApiNamedPropertyAccess(const char* tag, JSObject* holder, Object* name);
Dobjects.cc191 LOG(isolate, ApiNamedPropertyAccess("load", self, name)); in GetPropertyWithCallback()
1905 LOG(isolate, ApiNamedPropertyAccess("interceptor-named-set", this, name)); in SetPropertyWithInterceptor()
1989 LOG(isolate, ApiNamedPropertyAccess("store", this, name)); in SetPropertyWithCallback()
3146 ApiNamedPropertyAccess("interceptor-named-has", *holder_handle, name)); in GetPropertyAttributeWithInterceptor()
3161 ApiNamedPropertyAccess("interceptor-named-get-has", this, name)); in GetPropertyAttributeWithInterceptor()
3824 ApiNamedPropertyAccess("interceptor-named-delete", *this_handle, name)); in DeletePropertyWithInterceptor()
8999 LOG(isolate, ApiNamedPropertyAccess("load", *self, *key)); in GetElementWithCallback()
9057 LOG(isolate, ApiNamedPropertyAccess("store", *self, *key)); in SetElementWithCallback()
10054 ApiNamedPropertyAccess("interceptor-named-get", *holder_handle, name)); in GetPropertyWithInterceptor()
Dlog.cc762 void Logger::ApiNamedPropertyAccess(const char* tag, in ApiNamedPropertyAccess() function in v8::internal::Logger
Dstub-cache.cc970 LOG(isolate, ApiNamedPropertyAccess("store", recv, *name)); in RUNTIME_FUNCTION()