This repository was archived by the owner on Feb 22, 2018. It is now read-only.
This repository was archived by the owner on Feb 22, 2018. It is now read-only.
Implement dload checks robustly #169
Closed
Description
dload (dynamic load) needs to implement the following checks. They are either not implemented or not quite robust:
- NSM check on missing properties (should this be skipped for actual JS types?)
- Tearoff / bind checks when "loading" a method
- Extension methods (See dynamic dispatch doesn't handle extensions #142)