core2: ECMAScript core objects 2nd gig
core2 is a library which extends the ECMAScript build-ins objects: Array, Boolean, Date, Error, Function, Number, Object and String.
Features:
- work with any ECMA-262 compliant hosts
- simple to use
- same API everywhere (JavaScript, JScript, ActionScript, etc.)
- fully tested (with ASTUce framework)
- code reflection (GetObjectPath, getConstructorName, getConstructorPath)
- code introspection (global.ToSource, toSource) (will be moved to edenRR)
Infos:
Current stable release is v1.0.1
You can find a development release here v1.1.0.50 for ecma-262
You can run a live test here (not really fully tested).