We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 004107a commit df4959fCopy full SHA for df4959f
src/main/clojure/cljs/compiler.cljc
@@ -1047,9 +1047,7 @@
1047
f "(" (comma-sep args) "))")
1048
(emits "(" f fprop " ? " f fprop "(" (comma-sep args) ") : "
1049
f ".call(" (comma-sep (cons "null" args)) "))")))
1050
- (if ana/*fn-invoke-direct*
1051
- (emits f "(" (comma-sep args) ")")
1052
- (emits f ".call(" (comma-sep (cons "null" args)) ")")))))))
+ (emits f ".call(" (comma-sep (cons "null" args)) ")"))))))
1053
1054
(defmethod emit* :new
1055
[{:keys [ctor args env]}]
0 commit comments