Chromium Code Reviews
Descriptiondart2js: set needsTearOff when creating the getter/setter stubs in the new emitter.
The Method constructor requires the booleans to be set:
Method(this.element, this.name, this.code, {this.needsTearOff}) {
assert(needsTearOff != null);
R=zarah@google.com
Committed: https://code.google.com/p/dart/source/detail?r=43037
Patch Set 1 #
Messages
Total messages: 4 (1 generated)
|
|||||||||||||||||||