| /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 | 7 napi_value thisArg; in BaseClass() local 31 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
|
| /third_party/node/lib/ |
| 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 | 256 function sigintHandlersWrap(fn, thisArg, argsArray) { argument
|
| /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/jerryscript/tests/jerry/ |
| D | array-prototype-map.js | 99 var thisArg = {add: 10}; variable
|
| /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
|
| D | headers.js | 489 forEach (callbackFn, thisArg = globalThis) { argument
|
| /third_party/node/lib/internal/process/ |
| D | per_thread.js | 370 forEach(callback, thisArg = undefined) { argument
|
| /third_party/node/lib/internal/test_runner/ |
| D | mock.js | 280 apply(_fn, thisArg, argList) { argument
|
| /third_party/node/lib/internal/webstreams/ |
| D | util.js | 190 function ensureIsPromise(fn, thisArg, ...args) { argument
|
| /third_party/node/deps/v8/tools/clusterfuzz/foozzie/ |
| D | v8_mock.js | 67 apply: function(target, thisArg, args) { argument
|
| /third_party/typescript/src/compiler/transformers/ |
| D | classFields.ts | 844 …const { thisArg, target } = factory.createCallBinding(node.expression, hoistVariableDeclaration, l… constant 887 …const { thisArg, target } = factory.createCallBinding(node.tag, hoistVariableDeclaration, language… constant
|
| D | generators.ts | 1129 …const { target, thisArg } = factory.createCallBinding(node.expression, hoistVariableDeclaration, l… constant 1159 …const { target, thisArg } = factory.createCallBinding(factory.createPropertyAccessExpression(node.… constant
|
| D | es2015.ts | 3900 … const { target, thisArg } = factory.createCallBinding(node.expression, hoistVariableDeclaration); constant 3977 …const { target, thisArg } = factory.createCallBinding(factory.createPropertyAccessExpression(node.… constant
|
| /third_party/node/lib/internal/ |
| D | url.js | 542 forEach(callback, thisArg = undefined) { argument
|