Lines Matching refs:ArkCompiler
3 ArkCompiler is a built-in componentized and configurable multi-language compilation and runtime pla…
5 ArkCompiler JS Runtime consists of two parts: JS compiler toolchain and JS runtime. The JS compiler…
10 The source code compiler of ArkCompiler JS Runtime receives JS source code, based on which ts2abc g…
12 Figure 2 Architecture of ArkCompiler JS Runtime
16 ArkCompiler JS Runtime runs ArkCompiler bytecode files to implement JS semantic logic.
18 **ArkCompiler JS Runtime consists of four subsystems:**
22 …es, including ArkCompiler File, Tooling, and ArkCompiler Base. ArkCompiler File provides bytecodes…
41 **Design features of ArkCompiler JS Runtime:**
43 - ArkCompiler JS Runtime is designed to provide a JS/TS application execution engine for OpenHarmon…
45 …ArkCompiler JS Runtime statically pre-compiles JS/TS programs into ArkCompiler bytecode (with stat…
47 …n compiling the TS source code and send the information to ArkCompiler JS Runtime. ArkCompiler JS …
49 …n the industry has defects such as slow startup and high memory usage. ArkCompiler JS Runtime is r…
51 …common for C/C++ code to access and operate TS objects in OpenHarmony. ArkCompiler JS Runtime is p…