/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/deps/npm/node_modules/bluebird/js/release/ |
D | bind.js | 13 var bindingResolved = function(thisArg, context) { argument 23 Promise.prototype.bind = function (thisArg) { argument 64 Promise.bind = function (thisArg, value) { 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-async-hooks-run-in-async-scope-this-arg.js | 9 const thisArg = {}; constant
|
/third_party/node/deps/npm/node_modules/import-lazy/ |
D | index.js | 45 apply: (target, thisArg, argumentsList) => { argument
|
/third_party/node/deps/npm/node_modules/lodash._bindcallback/ |
D | index.js | 20 function bindCallback(func, thisArg, argCount) { 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/typescript/src/compiler/transformers/ |
D | classFields.ts | 339 …const { thisArg, target } = factory.createCallBinding(node.expression, hoistVariableDeclaration, l… constant 362 …const { thisArg, target } = factory.createCallBinding(node.tag, hoistVariableDeclaration, language… constant
|
D | generators.ts | 1130 …const { target, thisArg } = factory.createCallBinding(node.expression, hoistVariableDeclaration, l… constant 1160 …const { target, thisArg } = factory.createCallBinding(factory.createPropertyAccessExpression(node.… constant
|
D | es2015.ts | 3799 … const { target, thisArg } = factory.createCallBinding(node.expression, hoistVariableDeclaration); constant 3876 …const { target, thisArg } = factory.createCallBinding(factory.createPropertyAccessExpression(node.… constant
|
/third_party/node/deps/npm/node_modules/figgy-pudding/ |
D | index.js | 30 forEach (fn, thisArg = this) { argument
|
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/ |
D | headers.js | 121 forEach (callback, thisArg) { argument
|
/third_party/node/lib/ |
D | async_hooks.js | 191 runInAsyncScope(fn, thisArg, ...args) { argument
|
D | vm.js | 267 function sigintHandlersWrap(fn, thisArg, argsArray) { argument
|
/third_party/node/deps/npm/node_modules/protoduck/ |
D | index.js | 248 noImplFound.add([gf], function (gf, thisArg, args) { argument
|
/third_party/node/deps/npm/node_modules/lodash.without/ |
D | index.js | 51 function apply(func, thisArg, args) { argument
|
/third_party/node/deps/npm/node_modules/lodash.union/ |
D | index.js | 53 function apply(func, thisArg, args) { argument
|
/third_party/node/lib/internal/ |
D | url.js | 1118 forEach(callback, thisArg = undefined) { argument
|
/third_party/typescript/lib/ |
D | typingsInstaller.js | 24699 function createSyntheticReferenceExpression(expression, thisArg) { argument 24709 function updateSyntheticReferenceExpression(node, expression, thisArg) { argument 24788 function createFunctionBindCall(target, thisArg, argumentsList) { argument 24791 function createFunctionCallCall(target, thisArg, argumentsList) { argument 24794 function createFunctionApplyCall(target, thisArg, argumentsExpression) { argument
|
D | tsc.js | 19837 function createSyntheticReferenceExpression(expression, thisArg) { argument 19846 function updateSyntheticReferenceExpression(node, expression, thisArg) { argument 19897 function createFunctionBindCall(target, thisArg, argumentsList) { argument 19900 function createFunctionCallCall(target, thisArg, argumentsList) { argument 19903 function createFunctionApplyCall(target, thisArg, argumentsExpression) { argument
|