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 0d47a47 commit 76ffac3Copy full SHA for 76ffac3
src/main/clojure/cljs/core.cljc
@@ -994,8 +994,9 @@
994
`(~'js* ~(core/str "(~{}[~{}][~{}]" astr " = ~{})") ~a ~idx ~idx2 ~@idxv))))
995
996
(core/defmacro unsafe-get
997
- "Efficient alternative to goog.object/get which lacks opt_val and emits
998
- unchecked property access."
+ "INTERNAL. Compiles to JavScript property access using bracket notation. Does
+ not distinguish between object and array types and not subject to compiler
999
+ static analysis."
1000
[obj key]
1001
(core/list 'js* "(~{}[~{}])" obj key))
1002
0 commit comments