class compilerJs::JsMapLiteralExpr
sys::Obj compilerJs::JsNode compilerJs::JsExpr compilerJs::JsMapLiteralExpr
JsMapLiteralExpr
- explicitType
-
JsTypeRef? explicitType
- inferredType
-
JsTypeRef inferredType
- keys
-
JsExpr[] keys
- make
-
new make(JsCompilerSupport s, MapLiteralExpr me)
- vals
-
JsExpr[] vals
- write