Searched refs:IfStatement (Results 1 – 2 of 2) sorted by relevance
24657 …) */ __webpack_require__.d(__webpack_exports__, "IfStatement", function() { return IfStatement; });25482 var IfStatement = /** @class */ (function (_super) { function25483 __extends(IfStatement, _super);25484 function IfStatement(offset, length) { function25487 Object.defineProperty(IfStatement.prototype, "type", {25494 IfStatement.prototype.setExpression = function (node) { class25497 IfStatement.prototype.setElseClause = function (elseClause) {25500 return IfStatement;
1 …IfStatement = /** @class */ (function (_super) {\n __extends(IfStatement, _super);\n functio…