Skip to content
This repository was archived by the owner on Feb 22, 2018. It is now read-only.

Implement dload checks robustly #169

Closed
2 of 3 tasks
vsmenon opened this issue May 8, 2015 · 4 comments
Closed
2 of 3 tasks

Implement dload checks robustly #169

vsmenon opened this issue May 8, 2015 · 4 comments

Comments

@vsmenon
Copy link
Contributor

vsmenon commented May 8, 2015

dload (dynamic load) needs to implement the following checks. They are either not implemented or not quite robust:

@jmesserly
Copy link
Contributor

NSM checks -- I presume we should always* call noSuchMethod, since Object.noSuchMethod is the one that actually throws?

(* with extra some "fun" if the type is not a Dart type)

@vsmenon
Copy link
Contributor Author

vsmenon commented May 8, 2015

@jmesserly We also have dart.noSuchMethod which tests for null & primitives and otherwise forwards to Object.noSuchMethod. We could use that as a consistent entry point too.

@jacob314 for thoughts on NSM and JS types.

@jmesserly jmesserly added soundness and removed js labels Jun 17, 2015
@jmesserly jmesserly self-assigned this Jun 15, 2016
@jmesserly
Copy link
Contributor

I am fixing nSM

@jmesserly
Copy link
Contributor

duping this against #59

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Development

No branches or pull requests

2 participants