Searched refs:thisObj (Results 1 – 2 of 2) sorted by relevance
137 String.prototype.Replace = function( regExp, replacement, thisObj ) argument144 return replacement.apply( thisObj || this, arguments ) ;
732 function applyAll(functions, thisObj, args) {740 ret = functions[i].apply(thisObj, args) || ret;