c8d7cd8ef4
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 Review URL: https://codereview.chromium.org//1181063005.