Home
last modified time | relevance | path

Searched defs:invoker (Results 1 – 6 of 6) sorted by relevance

/third_party/node/test/fixtures/wpt/common/security-features/resources/
Dcommon.sub.js819 invoker: requestViaAnchor, property
823 invoker: requestViaArea, property
827 invoker: requestViaAudio, property
831 invoker: requestViaSendBeacon, property
835 invoker: requestViaFetch, property
839 invoker: requestViaForm, property
843 invoker: requestViaIframe, property
847 invoker: requestViaImage, property
851 invoker: requestViaLinkStylesheet, property
855 invoker: requestViaLinkPrefetch, property
[all …]
/third_party/typescript/tests/baselines/reference/
DinferTypes1.js212 function invoker(key) { function
/third_party/typescript/src/testRunner/unittests/tsserver/
DcachingFileSystemInformation.ts529 const invoker = host.invokeFsWatchesRecursiveCallbacks; constant
/third_party/typescript/tests/cases/conformance/types/conditional/
DinferTypes1.ts183 function invoker <K extends string | number | symbol, A extends any[]> (key: K, ...args: A) { function
/third_party/skia/third_party/externals/abseil-cpp/absl/base/
Dexception_safety_testing_test.cc658 } invoker; variable
/third_party/libabigail/tests/lib/
Dcatch.hpp14602 …AutoReg::AutoReg( ITestInvoker* invoker, SourceLineInfo const& lineInfo, StringRef const& classOrM… in AutoReg()