[JS IR] Lazy initialisation is optional for tests

^KT-43222 fixed
This commit is contained in:
Ilya Goncharov
2020-11-17 13:43:04 +03:00
parent a2d41b86bf
commit 1b5ebd83de
5 changed files with 71 additions and 9 deletions
+2
View File
@@ -18,6 +18,8 @@ where advanced options include:
-Xir-produce-klib-dir Generate unpacked KLIB into parent directory of output JS file.
In combination with -meta-info generates both IR and pre-IR versions of library.
-Xir-produce-klib-file Generate packed klib into file specified by -output. Disables pre-IR backend
-Xir-property-lazy-initialisation
Perform lazy initialisation for properties
-Xmetadata-only Generate *.meta.js and *.kjsm files only
-Xtyped-arrays Translate primitive arrays to JS typed arrays
-Xwasm Use experimental WebAssembly compiler backend