Lines Matching +full:2 +full:nd
19 ./bin/es2panda --extension=sts --output=out.abc --opt-level=2 x.sts
20 ./bin/es2panda --extension=sts --output=etsstdlib.abc --opt-level=2 --gen-stdlib=true
34 if (ArkTS_main_in_place) call ArkTS_main // 2nd step
41 For the 2nd step we just always generate *ETSGLOBAL.main()* function and call after
61 # AOT - 2 steps
78 ./bin/es2panda --extension=sts --output=out.abc --opt-level=2 --gen-stdlib=false /path/to/module/fo…
84 *path/to/build/tools/es2panda/generated/* folder. It has 2 default paths related to stdlib -
129 folder. It has 2 default paths related to stdlib - *std* and *compat*. They're imported
154 ./bin/es2panda --extension=sts --output=out.abc --opt-level=2 --gen-stdlib=false \
171 Have 2 options to form a correct .so for further work with it:
224 ./bin/es2panda --extension=sts --output=b.abc --opt-level=2 --ets-module y.sts
225 ./bin/es2panda --extension=sts --output=a.abc --opt-level=2 x.sts