dart-archive / dev_compiler

DEPRECATED - Moved to main SDK
https://github.com/dart-lang/sdk/tree/master/pkg/dev_compiler
Other
133 stars 27 forks source link

some member names likely don't work right for types with "call" methods #593

Closed jmesserly closed 8 years ago

jmesserly commented 8 years ago

In particular, those that are inherited from JS Functions, like "name".

We also allow shadowing methods like "call" and "apply". This may cause problems in our runtime, or in JS code that gets these objects. We should probably symbolize call/apply to avoid collision.

jmesserly commented 8 years ago

moved to https://github.com/dart-lang/sdk/issues/27647