builtin-lower.json 203 B

123456789101112131415
  1. [
  2. "decodeURI",
  3. "decodeURIComponent",
  4. "encodeURI",
  5. "encodeURIComponent",
  6. "escape",
  7. "eval",
  8. "globalThis",
  9. "isFinite",
  10. "isNaN",
  11. "parseFloat",
  12. "parseInt",
  13. "undefined",
  14. "unescape"
  15. ]