Lines Matching full:runtime
3 …runtime platform of OpenHarmony. It contains core components such as the compiler, toolchain, and …
5 …Runtime consists of two parts: JS compiler toolchain and JS runtime. The JS compiler toolchain com…
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 …Core Subsystem consists of basic language-irrelevant runtime libraries, including ArkCompiler File…
26 …s, inline caching that stores hidden classes, and Profiler that analyzes and records runtime types.
32 - **JS Runtime Subsystem**
34 JS Runtime Subsystem contains various modules related to JS runtime:
41 **Design features of ArkCompiler JS Runtime:**
43 - ArkCompiler JS Runtime is designed to provide a JS/TS application execution engine for OpenHarmon…
45 …Runtime statically pre-compiles JS/TS programs into ArkCompiler bytecode (with static type informa…
47 …runtime. ts2abc is planned to analyze and obtain the TS type information when compiling the TS sou…
49 …y has defects such as slow startup and high memory usage. ArkCompiler JS Runtime is required to pr…
51 …Runtime is planned to statically generate a C/C++ header file that contains the TS object layout d…