Zaphod icon indicating copy to clipboard operation
Zaphod copied to clipboard

Addon for experimental JavaScript engine in Firefox

Results 2 Zaphod issues
Sort by recently updated
recently updated
newest added

A build and test system would be groovy, along with a way to run Zaphod from the command line. Then test262 could be run against it more easily. I've hacked...

This returns false, but should return true: ``` (new ReferenceError()) instanceof ReferenceError ``` I believe this has something to do with how objects from the host interpreter get wrapped with...