Home
last modified time | relevance | path

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

/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", Allocator()); in ParseCommonjs() local
/arkcompiler/ets_runtime/test/moduletest/spreadoperator/
Dspreadoperator.js97 apply: function (target, thisArg, argumentsList) { method