()
| 345 | path.traverse(findThisesVisitor); |
| 346 | |
| 347 | let thisRef = function () { |
| 348 | const ref = path.scope.generateDeclaredUidIdentifier("this"); |
| 349 | maxGuaranteedSuperBeforeIndex++; |
| 350 | thisRef = () => t.cloneNode(ref); |
| 351 | return ref; |
| 352 | }; |
| 353 | |
| 354 | const buildAssertThisInitialized = function () { |
| 355 | return t.callExpression(file.addHelper("assertThisInitialized"), [ |
no test coverage detected