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

fix false positives in Inheritance proxy test #27

Closed zombie closed 10 years ago

zombie commented 10 years ago

found this while investigating direct proxy implementation in firefox (see bug 979671 for more details).

tvcutsem commented 10 years ago

Always hard to spot a false positive. Thanks, good catch.