dherman / structs.js

A prollyfill for ES6 typed/structured objects
http://wiki.ecmascript.org/doku.php?id=harmony:typed_objects
31 stars 3 forks source link

finish the type checking logic #6

Open dherman opened 12 years ago

dherman commented 12 years ago

Need to add all the dynamic type checks everywhere; currently only some of them are implemented.

dherman commented 12 years ago

One question to consider: do prototype accessors and methods need to type-check their this value? They probably have to.