Home
last modified time | relevance | path

Searched refs:IfStatement (Results 1 – 2 of 2) sorted by relevance

/plugin/dirtylittlehelper/mermaid/editor/docs/
H A D2.2.js24657 …) */ __webpack_require__.d(__webpack_exports__, "IfStatement", function() { return IfStatement; });
25482 var IfStatement = /** @class */ (function (_super) { function
25483 __extends(IfStatement, _super);
25484 function IfStatement(offset, length) { function
25487 Object.defineProperty(IfStatement.prototype, "type", {
25494 IfStatement.prototype.setExpression = function (node) { class
25497 IfStatement.prototype.setElseClause = function (elseClause) {
25500 return IfStatement;
H A D2.2.js.map1IfStatement = /** @class */ (function (_super) {\n __extends(IfStatement, _super);\n functio…