Fantom

 

class

compilerJs::JsTryStmt

sys::Obj
  compilerJs::JsNode
    compilerJs::JsStmt
      compilerJs::JsTryStmt

JsTryStmt

Slots

blockSource

JsBlock? block

catchesSource

JsCatch[] catches

finallyBlockSource

JsBlock? finallyBlock

makeSource

new make(CompilerSupport s, TryStmt ts)

writeSource

override Void write(JsWriter out)

Overrides compilerJs::JsNode.write

Doc inherited from compilerJs::JsNode.write

Write the JavaScript source code for this node.