tvcutsem / harmony-reflect

ES5 shim for ES6 Reflect and Proxy objects
http://www.ecma-international.org/ecma-262/6.0/#sec-reflection
Other
478 stars 48 forks source link

Add patch for Object.defineProperties. #53

Closed RReverser closed 9 years ago

RReverser commented 9 years ago

Closes tvcutsem/harmony-reflect#51.

tvcutsem commented 9 years ago

Apart from the comment on Object.keys, this is excellent. Thanks.