higgsjs / Higgs

Higgs JavaScript Virtual Machine
875 stars 62 forks source link

ES6 Object methods. #182

Closed sbstp closed 9 years ago

sbstp commented 9 years ago

Those are the new ES6 object methods that can be implemented at the moment. I've tried to test them as thoroughly as I could, and they should behave very closely to what the draft stipulates.

maximecb commented 9 years ago

Thanks for being thorough and adding tests to all your pull requests.