Skip to content

Implement dput checks robustly #27258

Closed
Closed
@vsmenon

Description

@vsmenon

From @vsmenon on May 8, 2015 16:58

dput needs to check:

  • NSM for non-existent fields (for JS types too?)
  • Writability (final fields, methods, no setter)
  • Type check - value passed in must be a subtype of field / setter type

dload needs to check:

  • NSM for non-existent fields (for JS types too?)

Copied from original issue: dart-archive/dev_compiler#170

Metadata

Metadata

Assignees

Labels

P2A bug or feature request we're likely to work onsoundnesstype-bugIncorrect behavior (everything from a crash to more subtle misbehavior)web-dev-compiler

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions