addon.js 390 B

123456789101112131415161718192021222324
  1. String.prototype.reverse = function() {
  2. }
  3. String.prototype.reverse.utf8 = function() {
  4. }
  5. Function.count = function() {
  6. }
  7. /** @memberOf Function */
  8. Function.count.reset = function() {
  9. }
  10. /** @memberOf Function */
  11. count.getValue = function() {
  12. }
  13. /** @memberOf Function.prototype */
  14. getSig = function() {
  15. }
  16. /** @memberOf Function.prototype */
  17. Function.prototype.getProps = function() {
  18. }