Add more JavaScript built-in objects
New built-ins:
- JSON: parse and stringify with full JSON support
- Number: Constructor, isNaN, isFinite, isInteger, isSafeInteger,
toFixed, toExponential, toPrecision, all numeric constants
- Boolean: Constructor and prototype methods
- Function: call, apply, bind, toString
- Error: All error types (Error, TypeError, ReferenceError,
SyntaxError, RangeError, URIError, EvalError)
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>