Searched defs:apply (Results 1 – 3 of 3) sorted by relevance
27 apply: function(target, thisObj, args) { method
102 auto *apply = AllocNode<ir::Identifier>("apply", Allocator()); in ParseCommonjs() local
97 apply: function (target, thisArg, argumentsList) { method