/third_party/cef/tests/ceftests/ |
D | v8_unittest.cc | 1104 Interceptor* interceptor = new Interceptor; in RunObjectInterceptorTest() local 1105 CefRefPtr<CefV8Interceptor> interceptorPtr(interceptor); in RunObjectInterceptorTest() 1108 CefV8Value::CreateObject(nullptr, interceptor); in RunObjectInterceptorTest() 1110 interceptor->object_ = object; in RunObjectInterceptorTest() 1117 EXPECT_TRUE(interceptor->got_set_byname_); in RunObjectInterceptorTest() 1118 interceptor->got_set_byname_.reset(); in RunObjectInterceptorTest() 1123 EXPECT_TRUE(interceptor->got_set_byname_); in RunObjectInterceptorTest() 1124 interceptor->got_set_byname_.reset(); in RunObjectInterceptorTest() 1129 EXPECT_TRUE(interceptor->got_set_byname_); in RunObjectInterceptorTest() 1130 interceptor->got_set_byname_.reset(); in RunObjectInterceptorTest() [all …]
|
/third_party/cef/tests/cefclient/renderer/ |
D | performance_test_tests.cc | 224 CefRefPtr<CefV8Interceptor> interceptor = new Interceptor(); in PERF_TEST_FUNC() local 227 CefRefPtr<CefV8Value> value = CefV8Value::CreateObject(nullptr, interceptor); in PERF_TEST_FUNC()
|
/third_party/mesa3d/src/drm-shim/ |
D | README.md | 14 - Can easily break gdb if the libc interceptor code is what's broken.
|
/third_party/typescript/tests/cases/compiler/ |
D | underscoreTest1.ts | 45 tap(interceptor: (object: T) => void): T; 219 tap(interceptor: (object: T) => void): ChainedObject<T>; 328 tap(interceptor: (object: T[]) => void): ChainedArray<T>; 379 tap(interceptor: (object: Dictionary<T>) => void): ChainedDictionary<T>; 598 tap<T>(object: T, interceptor: (object: T) => void): T;
|
/third_party/cef/libcef_dll/ctocpp/ |
D | v8value_ctocpp.cc | 118 CefRefPtr<CefV8Interceptor> interceptor) { in CreateObject() argument 126 CefV8InterceptorCppToC::Wrap(interceptor)); in CreateObject()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | v8value_cpptoc.cc | 119 cef_v8interceptor_t* interceptor) { in cef_v8value_create_object() argument 127 CefV8InterceptorCToCpp::Wrap(interceptor)); in cef_v8value_create_object()
|
/third_party/cef/include/ |
D | cef_v8.h | 499 CefRefPtr<CefV8Interceptor> interceptor);
|
/third_party/cef/include/capi/ |
D | cef_v8_capi.h | 785 cef_v8interceptor_t* interceptor);
|
/third_party/typescript/tests/baselines/reference/ |
D | underscoreTest1.js | 47 tap(interceptor: (object: T) => void): T; 221 tap(interceptor: (object: T) => void): ChainedObject<T>; 330 tap(interceptor: (object: T[]) => void): ChainedArray<T>; 381 tap(interceptor: (object: Dictionary<T>) => void): ChainedDictionary<T>; 600 tap<T>(object: T, interceptor: (object: T) => void): T;
|
D | underscoreTest1.errors.txt | 317 tap(interceptor: (object: T) => void): T; 491 tap(interceptor: (object: T) => void): ChainedObject<T>; 600 tap(interceptor: (object: T[]) => void): ChainedArray<T>; 651 tap(interceptor: (object: Dictionary<T>) => void): ChainedDictionary<T>; 870 tap<T>(object: T, interceptor: (object: T) => void): T;
|
D | underscoreTest1.types | 1231 >_.chain([1, 2, 3, 200]) .filter(function (num) { return num % 2 == 0; }) .tap : (interceptor… 1255 >tap : (interceptor: (object: number[]) => void) => Underscore.ChainedArray<number> 1823 tap(interceptor: (object: T) => void): T; 1824 >tap : (interceptor: (object: T) => void) => T 1825 >interceptor : (object: T) => void 2534 tap(interceptor: (object: T) => void): ChainedObject<T>; 2535 >tap : (interceptor: (object: T) => void) => ChainedObject<T> 2536 >interceptor : (object: T) => void 2975 tap(interceptor: (object: T[]) => void): ChainedArray<T>; 2976 >tap : (interceptor: (object: T[]) => void) => ChainedArray<T> [all …]
|
D | underscoreTest1.symbols | 1116 tap(interceptor: (object: T) => void): T; 1118 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 43, 12)) 2175 tap(interceptor: (object: T) => void): ChainedObject<T>; 2177 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 217, 12)) 2901 tap(interceptor: (object: T[]) => void): ChainedArray<T>; 2903 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 326, 12)) 3298 tap(interceptor: (object: Dictionary<T>) => void): ChainedDictionary<T>; 3300 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 377, 12)) 4751 tap<T>(object: T, interceptor: (object: T) => void): T; 4756 >interceptor : Symbol(interceptor, Decl(underscoreTest1_underscore.ts, 596, 25))
|
/third_party/cef/libcef/renderer/ |
D | v8_impl.cc | 265 inline void SetInterceptor(CefRefPtr<CefV8Interceptor> interceptor) { in SetInterceptor() argument 266 interceptor_ = interceptor; in SetInterceptor() 1307 CefRefPtr<CefV8Interceptor> interceptor) { in CreateObject() argument 1322 if (interceptor.get()) { in CreateObject() 1347 tracker->SetInterceptor(interceptor); in CreateObject()
|
/third_party/iowow/ |
D | Changelog | 234 * Added wal locking interceptor to WAL opts 479 * Added iwkv_puth() with provided old value interceptor: `IWKV_PUT_HANDLER` (iwkv.h)
|
/third_party/cef/libcef_dll/wrapper/ |
D | libcef_dll_dylib.cc | 1505 struct _cef_v8interceptor_t* interceptor) { in cef_v8value_create_object() argument 1506 return g_libcef_pointers.cef_v8value_create_object(accessor, interceptor); in cef_v8value_create_object()
|
/third_party/typescript/tests/baselines/reference/user/ |
D | lodash.log | 358 …ext; plant: (value: any) => any; reverse: () => any; tap: (value: any, interceptor: Function) => a…
|
/third_party/grpc/ |
D | BUILD.gn | 1585 "${GRPC_DIR}/include/grpcpp/impl/codegen/interceptor.h", 1638 "${GRPC_DIR}/include/grpcpp/support/interceptor.h",
|
/third_party/chromium/patch/ |
D | 0001-cve.patch | 151245 + // The interceptor declined to handle the operation, so proceed defining 151246 + // own property without the interceptor.
|
D | 0003-ohos-1115.patch | 25346 +#include "gin/interceptor.h"
|