Home
last modified time | relevance | path

Searched defs:apply (Results 1 – 9 of 9) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DobjectTypeWithCallSignatureHidingMembersOfExtendedFunction.ts31 apply(a: any, b?: any): void; method
68 apply(a: any, b?: any): void; variable
DobjectTypeWithConstructSignatureHidingMembersOfExtendedFunction.ts28 apply(a: any, b?: any): void; method
65 apply(a: any, b?: any): void; variable
DobjectTypeWithCallSignatureHidingMembersOfFunction.ts53 apply(a: any, b?: any): void; variable
DobjectTypeWithConstructSignatureHidingMembersOfFunction.ts50 apply(a: any, b?: any): void; variable
DcorrelatedUnions.ts396 function apply<K extends Keys>(funKey: K, ...args: ArgMap[K]) { constant
/arkcompiler/ets_runtime/test/moduletest/proxy/
Dproxy.js27 apply: function(target, thisObj, args) { method
/arkcompiler/ets_frontend/es2panda/parser/
Dcommonjs.cpp102 auto *apply = AllocNode<ir::Identifier>("apply"); in ParseCommonjs() local
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js97 apply: function (target, thisArg, argumentsList) { method
/arkcompiler/ets_frontend/es2panda/test/compiler/js/
Dcocos_worker_test.js61070 apply(t) { method
107743 apply: Wbt, property
114961 t.prototype.apply = function(t, e, i, s, n, r, o, a) { method in t
115103 r.prototype.apply = function(t, s, n, o, a, l, h) { method in r
115173 r.prototype.apply = function(t, s, n, o, a, l, h) { method in r
115234 o.prototype.apply = function(n, r, a, l, h, c, u) { method in o
115325 s.prototype.apply = function(t, n, r, o, a, l, h) { method in s
115390 r.prototype.apply = function(t, s, n, o, a, l, h) { method in r
115465 r.prototype.apply = function(t, s, n, o, a, l, h) { method in r
115558 r.prototype.apply = function(t, n, r, o, a, l, h) { method in r
[all …]