JsIfStmt
Slots
- condSource
-
JsExpr cond
- falseBlockSource
-
JsBlock? falseBlock
- makeSource
-
new make(JsCompilerSupport s, IfStmt fs)
- trueBlockSource
-
JsBlock trueBlock
- writeSource
-
override Void write(JsWriter out)
Overrides compilerJs::JsNode.write
Doc inherited from compilerJs::JsNode.write
Write the JavaScript source code for this node.