Searched defs:argumentsList (Results 1 – 5 of 5) sorted by relevance
| /third_party/jerryscript/tests/jerry/es2015/ |
| D | proxy_construct.js | 128 construct: function(target, argumentsList, newTarget) { argument 142 construct: function(target, argumentsList, newTarget) { argument 155 construct: function(target, argumentsList, newTarget) { argument
|
| D | proxy_call.js | 49 apply: function (target, thisArg, argumentsList) { argument
|
| /third_party/typescript/src/compiler/factory/ |
| D | utilities.ts | 68 const argumentsList = [tagName]; constant 101 const argumentsList = [tagName, factory.createNull()]; constant
|
| /third_party/typescript/lib/ |
| D | typingsInstaller.js | 27368 function createMethodCall(object, methodName, argumentsList) { argument 27378 function createFunctionBindCall(target, thisArg, argumentsList) { argument 27381 function createFunctionCallCall(target, thisArg, argumentsList) { argument 27387 function createGlobalMethodCall(globalObjectName, methodName, argumentsList) { argument 27393 function createArrayConcatCall(array, argumentsList) { argument
|
| D | tsc.js | 22093 function createMethodCall(object, methodName, argumentsList) { argument 22099 function createFunctionBindCall(target, thisArg, argumentsList) { argument 22102 function createFunctionCallCall(target, thisArg, argumentsList) { argument 22108 function createGlobalMethodCall(globalObjectName, methodName, argumentsList) { argument 22114 function createArrayConcatCall(array, argumentsList) { argument
|