GH: @dirkdev98
- Switch-statements
- try-catch-finally
- Array and object literals
- Function, Error, TypeError
- And more intrinsic methods for things like Function#bind, Array#map, Object.create, etc.
- A Test262 runner 🤓
- Switch-statements
- try-catch-finally
- Array and object literals
- Function, Error, TypeError
- And more intrinsic methods for things like Function#bind, Array#map, Object.create, etc.
- A Test262 runner 🤓
I've started with the real basic intrinsics and finally a way to create JS objects. Combine that with member expressions and we have `[object Object]`.
I've started with the real basic intrinsics and finally a way to create JS objects. Combine that with member expressions and we have `[object Object]`.
Also an interesting thing in the spec is that `undefined` and a few others are properties on `global`. So only now can `undefined` actually be resolved.
Also an interesting thing in the spec is that `undefined` and a few others are properties on `global`. So only now can `undefined` actually be resolved.