Searched refs:ApiIndexedPropertyAccess (Results 1 – 3 of 3) sorted by relevance
/external/v8/src/ |
D | log.h | 209 void ApiIndexedPropertyAccess(const char* tag,
|
D | log.cc | 1049 void Logger::ApiIndexedPropertyAccess(const char* tag, in ApiIndexedPropertyAccess() function in v8::internal::Logger
|
D | objects.cc | 4019 ApiIndexedPropertyAccess("interceptor-indexed-set", *holder, index)); in SetPropertyWithInterceptor() 5402 ApiIndexedPropertyAccess("interceptor-indexed-has", *holder, index)); in GetPropertyAttributesWithInterceptor() 5427 LOG(isolate, ApiIndexedPropertyAccess("interceptor-indexed-get-has", in GetPropertyAttributesWithInterceptor() 6170 ApiIndexedPropertyAccess("interceptor-indexed-delete", *holder, index)); in DeletePropertyWithInterceptor() 16240 ApiIndexedPropertyAccess("interceptor-indexed-get", *holder, index)); in GetPropertyWithInterceptor()
|