We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33fa0a2 commit 35ed95cCopy full SHA for 35ed95c
src/compiler/old-compiler-compatibility.js
@@ -319,7 +319,6 @@ class JSGeneratorStub {
319
* @returns {void} source property on real JSGenerator is modified directly
320
*/
321
descendStackedBlockFromNewCompiler (intermediate) {
322
- this.fakeThis.source = '';
323
const oldNode = intermediate.inputs.oldNode;
324
this.descendStackedBlock.call(this.fakeThis, oldNode);
325
}
0 commit comments