Home
last modified time | relevance | path

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

/plugin/asciidocjs/node_modules/esutils/
DREADME.md36 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/
Dindex.d.ts202 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/
Dwalk.js177 base.IfStatement = function (node, st, c) {
Dwalk.es.js171 base.IfStatement = function (node, st, c) {
/plugin/asciidocjs/node_modules/acorn/dist/
Dwalk.es.js171 base.IfStatement = function (node, st, c) {
Dwalk.js177 base.IfStatement = function (node, st, c) {
/plugin/asciidocjs/node_modules/acorn/src/walk/
Dindex.js173 base.IfStatement = (node, st, c) => { field in Found
/plugin/asciidocjs/node_modules/with/node_modules/acorn/src/walk/
Dindex.js173 base.IfStatement = (node, st, c) => { field in Found
/plugin/dirtylittlehelper/mermaid/editor/docs/
D2.2.js24657 …) */ __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;
D2.2.js.map1IfStatement = /** @class */ (function (_super) {\n __extends(IfStatement, _super);\n functio…