Searched refs:IfStatement (Results 1 – 10 of 10) sorted by relevance
| /plugin/asciidocjs/node_modules/esutils/ |
| D | README.md | 36 When taking this `IfStatement`, returns `consequent;` statement. 40 Returns true if `node` is a problematic IfStatement. If `node` is a problematic `IfStatement`, `nod… 43 type: 'IfStatement', 47 type: 'IfStatement', 54 …ented as a JavaScript code, since the top level `else` alternate belongs to an inner `IfStatement`.
|
| /plugin/asciidocjs/node_modules/@types/babel-types/ |
| D | index.d.ts | 202 export interface IfStatement extends Node { interface 1325 | IfStatement 1365 export type Conditional = ConditionalExpression | IfStatement; 1658 …unction ifStatement(test?: Expression, consequent?: Statement, alternate?: Statement): IfStatement; 2028 export function isIfStatement(node: object | null | undefined, opts?: object): node is IfStatement; 2409 …ion assertIfStatement(node: object | null | undefined, opts?: object): asserts node is IfStatement;
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/dist/ |
| D | walk.js | 177 base.IfStatement = function (node, st, c) {
|
| D | walk.es.js | 171 base.IfStatement = function (node, st, c) {
|
| /plugin/asciidocjs/node_modules/acorn/dist/ |
| D | walk.es.js | 171 base.IfStatement = function (node, st, c) {
|
| D | walk.js | 177 base.IfStatement = function (node, st, c) {
|
| /plugin/asciidocjs/node_modules/acorn/src/walk/ |
| D | index.js | 173 base.IfStatement = (node, st, c) => { field in Found
|
| /plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/ |
| D | index.js | 173 base.IfStatement = (node, st, c) => { field in Found
|
| /plugin/dirtylittlehelper/mermaid/editor/docs/ |
| D | 2.2.js | 24657 …) */ __webpack_require__.d(__webpack_exports__, "IfStatement", function() { return IfStatement; }); 25482 var IfStatement = /** @class */ (function (_super) { 25483 __extends(IfStatement, _super); 25484 function IfStatement(offset, length) { 25487 Object.defineProperty(IfStatement.prototype, "type", { 25494 IfStatement.prototype.setExpression = function (node) { 25497 IfStatement.prototype.setElseClause = function (elseClause) { 25500 return IfStatement;
|
| D | 2.2.js.map | 1 …IfStatement = /** @class */ (function (_super) {\n __extends(IfStatement, _super);\n functio…
|