/third_party/typescript/tests/baselines/reference/ |
D | jsFileCompilationRestParamJsDocFunction.js | 12 function apply(func, thisArg, ...args) { argument 39 function apply(func, thisArg) { argument
|
D | assignmentToObjectAndFunction.js | 47 function apply(thisArg, argArray) { } argument
|
/third_party/node/lib/internal/assert/ |
D | calltracker.js | 40 track(thisArg, args) { argument 42 ArrayPrototypePush(this.#calls, ObjectFreeze({ thisArg, arguments: argsClone })); property 117 apply(fn, thisArg, argList) { argument
|
/third_party/node/test/js-native-api/test_new_target/ |
D | test_new_target.c | 8 napi_value thisArg; in BaseClass() local 32 napi_value thisArg; in Constructor() local
|
/third_party/node/test/parallel/ |
D | test-assert-calltracker-getCalls.js | 22 { arguments: [arg1, arg2], thisArg: undefined }, property 23 { arguments: [arg2], thisArg: arg2 }]); property
|
D | test-async-hooks-run-in-async-scope-this-arg.js | 9 const thisArg = {}; constant
|
D | test-process-env-allowed-flags.js | 68 const thisArg = {}; constant
|
D | test-diagnostics-channel-tracing-channel-sync-error.js | 11 const thisArg = { baz: 'buz' }; variable
|
D | test-diagnostics-channel-tracing-channel-async-error.js | 11 const thisArg = { baz: 'buz' }; variable
|
D | test-diagnostics-channel-tracing-channel-async.js | 11 const thisArg = { baz: 'buz' }; variable
|
D | test-diagnostics-channel-tracing-channel-sync.js | 11 const thisArg = { baz: 'buz' }; variable
|
D | test-diagnostics-channel-bind-store.js | 9 const thisArg = new Date(); constant
|
/third_party/node/lib/ |
D | diagnostics_channel.js | 150 runStores(data, fn, thisArg, ...args) { argument 205 runStores(data, fn, thisArg, ...args) { argument 303 traceSync(fn, context = {}, thisArg, ...args) { argument 321 tracePromise(fn, context = {}, thisArg, ...args) { argument 359 traceCallback(fn, position = -1, context = {}, thisArg, ...args) { argument
|
D | async_hooks.js | 197 runInAsyncScope(fn, thisArg, ...args) { argument 228 bind(fn, thisArg) { argument 259 static bind(fn, type, thisArg) { argument
|
D | vm.js | 254 function sigintHandlersWrap(fn, thisArg, argsArray) { argument
|
/third_party/jerryscript/tests/jerry/ |
D | array-prototype-map.js | 99 var thisArg = {add: 10}; variable
|
/third_party/jerryscript/tests/jerry/es2015/ |
D | map-prototype-foreach.js | 115 map.forEach(function(value, key, thisArg) { argument
|
D | set.js | 125 s.forEach(function(value, key, thisArg) { argument
|
D | array-from.js | 129 function testArrayFrom(thisArg, constructor) { argument
|
D | proxy_call.js | 49 apply: function (target, thisArg, argumentsList) { argument
|
/third_party/node/deps/npm/node_modules/minipass-fetch/lib/ |
D | headers.js | 96 forEach (callback, thisArg = undefined) { argument
|
/third_party/node/deps/undici/src/lib/fetch/ |
D | formdata.js | 191 forEach (callbackFn, thisArg = globalThis) { argument
|
/third_party/node/lib/internal/process/ |
D | per_thread.js | 369 forEach(callback, thisArg = undefined) { argument
|
/third_party/node/lib/internal/test_runner/mock/ |
D | mock.js | 374 apply(_fn, thisArg, argList) { argument
|
/third_party/node/lib/internal/webstreams/ |
D | util.js | 190 function ensureIsPromise(fn, thisArg, ...args) { argument
|