class compilerJs::JsCallExpr
sys::Obj compilerJs::JsNode compilerJs::JsExpr compilerJs::JsCallExpr
JsCallExpr
- args
-
JsExpr[] args - dynamicName
-
Str? dynamicName - isCtor
-
Bool isCtor - isCtorChain
-
Bool isCtorChain - isDynamic
-
Bool isDynamic - isMock
-
Bool isMock - isObj
-
Bool isObj - isPrim
-
Bool isPrim - isSafe
-
Bool isSafe - isStatic
-
Bool isStatic - make
-
new make(JsCompilerSupport s, CallExpr ce) - method
-
JsMethodRef method - name
-
Str name - parent
-
JsTypeRef? parent - safeVar
-
Str? safeVar - target
-
JsExpr? target - targetType
-
JsTypeRef? targetType - write
- writeArgs
- writeCall
- writeCtorChain
- writeObj
- writePrimitive
- writeSuper
- writeTarget