Searched refs:ApiNamedPropertyAccess (Results 1 – 4 of 4) sorted by relevance
/external/v8/src/ |
D | log.h | 205 void ApiNamedPropertyAccess(const char* tag, JSObject* holder, Object* name);
|
D | objects.cc | 191 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()
|
D | log.cc | 762 void Logger::ApiNamedPropertyAccess(const char* tag, in ApiNamedPropertyAccess() function in v8::internal::Logger
|
D | stub-cache.cc | 970 LOG(isolate, ApiNamedPropertyAccess("store", recv, *name)); in RUNTIME_FUNCTION()
|