sys::Obj compilerJs::JsNode
JsNode translates a compiler::Node into the equivalent JavaScript source code.
Str qnameToJs(CType ctype)
Return the JavaScript qname for this CType.
Str vnameToJs(Str name)
Return the JavaScript variable name for the given Fan variable name.
const private Str:Bool vnames := ...
abstract Void write(JsWriter out)
Write the JavaScript source code for this node.