DescriptionFix for issue 23432.
Get the correct receiver in noSuchMethod stubs.
noSuchMethod stubs for selectors with Interceptor calling convention should pass the receiver to noSuchMethod (not 'this'). The actual receiver is selected by Object.noSuchMethod and Interceptor.noSuchMethod.
R=floitsch@google.com
Committed: https://github.com/dart-lang/sdk/commit/c8d7cd8ef46de11f5e4e7c757bb9ee2f12cb8cd6
Reverted: https://github.com/dart-lang/sdk/commit/21a322fd9969260a22034a372df8b62e9ca20456
Committed: https://github.com/dart-lang/sdk/commit/afe5b32e48b56afb9b1eebc705830491acb4640a
Patch Set 1 : #
Total comments: 11
Patch Set 2 : #Patch Set 3 : base for fix #Patch Set 4 : fix bad merge #
Messages
Total messages: 13 (4 generated)
|