Home
last modified time | relevance | path

Searched defs:thisArg (Results 1 – 25 of 31) sorted by relevance

12

/third_party/typescript/tests/baselines/reference/
DjsFileCompilationRestParamJsDocFunction.js12 function apply(func, thisArg, ...args) { argument
39 function apply(func, thisArg) { argument
DassignmentToObjectAndFunction.js47 function apply(thisArg, argArray) { } argument
/third_party/node/deps/npm/node_modules/bluebird/js/release/
Dbind.js13 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/
Dtest_new_target.c7 napi_value thisArg; in BaseClass() local
31 napi_value thisArg; in Constructor() local
/third_party/node/test/parallel/
Dtest-async-hooks-run-in-async-scope-this-arg.js9 const thisArg = {}; constant
/third_party/node/deps/npm/node_modules/import-lazy/
Dindex.js45 apply: (target, thisArg, argumentsList) => { argument
/third_party/node/deps/npm/node_modules/lodash._bindcallback/
Dindex.js20 function bindCallback(func, thisArg, argCount) { argument
/third_party/jerryscript/tests/jerry/es2015/
Dmap-prototype-foreach.js115 map.forEach(function(value, key, thisArg) { argument
Dset.js125 s.forEach(function(value, key, thisArg) { argument
Darray-from.js129 function testArrayFrom(thisArg, constructor) { argument
Dproxy_call.js49 apply: function (target, thisArg, argumentsList) { argument
/third_party/jerryscript/tests/jerry/
Darray-prototype-map.js99 var thisArg = {add: 10}; variable
/third_party/typescript/src/compiler/transformers/
DclassFields.ts339 …const { thisArg, target } = factory.createCallBinding(node.expression, hoistVariableDeclaration, l… constant
362 …const { thisArg, target } = factory.createCallBinding(node.tag, hoistVariableDeclaration, language… constant
Dgenerators.ts1130 …const { target, thisArg } = factory.createCallBinding(node.expression, hoistVariableDeclaration, l… constant
1160 …const { target, thisArg } = factory.createCallBinding(factory.createPropertyAccessExpression(node.… constant
Des2015.ts3799 … 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/
Dindex.js30 forEach (fn, thisArg = this) { argument
/third_party/node/deps/npm/node_modules/node-fetch-npm/src/
Dheaders.js121 forEach (callback, thisArg) { argument
/third_party/node/lib/
Dasync_hooks.js191 runInAsyncScope(fn, thisArg, ...args) { argument
Dvm.js267 function sigintHandlersWrap(fn, thisArg, argsArray) { argument
/third_party/node/deps/npm/node_modules/protoduck/
Dindex.js248 noImplFound.add([gf], function (gf, thisArg, args) { argument
/third_party/node/deps/npm/node_modules/lodash.without/
Dindex.js51 function apply(func, thisArg, args) { argument
/third_party/node/deps/npm/node_modules/lodash.union/
Dindex.js53 function apply(func, thisArg, args) { argument
/third_party/node/lib/internal/
Durl.js1118 forEach(callback, thisArg = undefined) { argument
/third_party/typescript/lib/
DtypingsInstaller.js24699 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
Dtsc.js19837 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

12