Home
last modified time | relevance | path

Searched defs:argumentsList (Results 1 – 5 of 5) sorted by relevance

/third_party/jerryscript/tests/jerry/es2015/
Dproxy_construct.js128 construct: function(target, argumentsList, newTarget) { argument
142 construct: function(target, argumentsList, newTarget) { argument
155 construct: function(target, argumentsList, newTarget) { argument
Dproxy_call.js49 apply: function (target, thisArg, argumentsList) { argument
/third_party/typescript/src/compiler/factory/
Dutilities.ts68 const argumentsList = [tagName]; constant
101 const argumentsList = [tagName, factory.createNull()]; constant
/third_party/typescript/lib/
DtypingsInstaller.js27368 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
Dtsc.js22093 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