| /third_party/node/deps/v8/src/api/ |
| D | api-arguments-inl.h | 67 #define DCHECK_NAME_COMPATIBLE(interceptor, name) \ argument 152 Handle<InterceptorInfo> interceptor) { in CallNamedEnumerator() 159 Handle<InterceptorInfo> interceptor) { in CallIndexedEnumerator() 166 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedGetter() 175 Handle<InterceptorInfo> interceptor, Handle<Name> name) { in CallNamedDescriptor() 196 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedSetter() 210 Handle<InterceptorInfo> interceptor, Handle<Name> name, in CallNamedDefiner() 224 Handle<InterceptorInfo> interceptor, uint32_t index, Handle<Object> value) { in CallIndexedSetter() 237 Handle<InterceptorInfo> interceptor, uint32_t index, in CallIndexedDefiner() 251 Handle<InterceptorInfo> interceptor, uint32_t index) { in CallIndexedGetter() [all …]
|
| D | api.cc | 1802 auto interceptor = in CreateNamedInterceptorInfo() local 1815 auto interceptor = in CreateIndexedInterceptorInfo() local
|
| /third_party/node/deps/v8/src/objects/ |
| D | keys.cc | 659 Handle<InterceptorInfo> interceptor, Handle<JSObject> result, in FilterForEnumerableProperties() 698 Handle<InterceptorInfo> interceptor, IndexedOrNamed type) { in CollectInterceptorKeysInternal() 733 Handle<InterceptorInfo> interceptor(type == kIndexed in CollectInterceptorKeys() local
|
| D | js-objects.cc | 1192 LookupIterator* it, Handle<InterceptorInfo> interceptor, bool* done) { in GetPropertyWithInterceptorInternal() 1227 LookupIterator* it, Handle<InterceptorInfo> interceptor) { in GetPropertyAttributesWithInterceptorInternal() 1275 LookupIterator* it, Handle<InterceptorInfo> interceptor, in SetPropertyWithInterceptorInternal() 1309 LookupIterator* it, Handle<InterceptorInfo> interceptor, in DefinePropertyWithInterceptorInternal() 1765 Handle<InterceptorInfo> interceptor; in GetPropertyDescriptorWithInterceptor() local 2554 Handle<InterceptorInfo> interceptor = in GetPropertyWithFailedAccessCheck() local 2594 Handle<InterceptorInfo> interceptor = in GetPropertyAttributesWithFailedAccessCheck() local 2634 Handle<InterceptorInfo> interceptor = in SetPropertyWithFailedAccessCheck() local 3956 Handle<InterceptorInfo> interceptor(it->GetInterceptor()); in DeletePropertyWithInterceptor() local
|
| D | lookup.cc | 1394 Object interceptor = is_js_array_element(IsElement()) in GetInterceptorForFailedAccessCheck() local
|
| /third_party/node/deps/v8/src/ic/ |
| D | ic.cc | 3326 Handle<InterceptorInfo> interceptor(holder->GetNamedInterceptor(), isolate); in RUNTIME_FUNCTION() local 3381 Handle<InterceptorInfo> interceptor(interceptor_holder->GetNamedInterceptor(), in RUNTIME_FUNCTION() local 3414 Handle<InterceptorInfo> interceptor(receiver->GetIndexedInterceptor(), in RUNTIME_FUNCTION() local 3459 Handle<InterceptorInfo> interceptor(receiver->GetIndexedInterceptor(), in RUNTIME_FUNCTION() local
|
| D | accessor-assembler.cc | 640 slow(this, Label::kDeferred), interceptor(this, Label::kDeferred), in HandleLoadICSmiHandlerLoadNamedCase() local
|
| /third_party/cef/tests/cefclient/renderer/ |
| D | performance_test_tests.cc | 224 CefRefPtr<CefV8Interceptor> interceptor = new Interceptor(); in PERF_TEST_FUNC() local
|
| /third_party/cef/tests/ceftests/ |
| D | v8_unittest.cc | 1104 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorTest() local 1257 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorFailTest() local 1385 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorExceptionTest() local 1526 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorAndAccessorTest() local
|
| /third_party/cef/libcef_dll/cpptoc/ |
| D | v8value_cpptoc.cc | 119 cef_v8interceptor_t* interceptor) { in cef_v8value_create_object()
|
| /third_party/cef/libcef_dll/ctocpp/ |
| D | v8value_ctocpp.cc | 118 CefRefPtr<CefV8Interceptor> interceptor) { in CreateObject()
|
| /third_party/cef/libcef/renderer/ |
| D | v8_impl.cc | 265 inline void SetInterceptor(CefRefPtr<CefV8Interceptor> interceptor) { in SetInterceptor() 1307 CefRefPtr<CefV8Interceptor> interceptor) { in CreateObject()
|
| /third_party/cef/libcef_dll/wrapper/ |
| D | libcef_dll_dylib.cc | 1505 struct _cef_v8interceptor_t* interceptor) { in cef_v8value_create_object()
|