Lines Matching full:runtime
3 …veloped by Huawei. Its key components include a compiler, toolchain, and runtime. ARK supports com…
5 … JS compiler toolchain and JS runtime. The JS compiler toolchain compiles JS source code into ARK …
13 The following figure shows the JS runtime architecture.
17 ARK-JS Runtime runs ARK bytecode files to implement JS semantic logic.
19 ARK-JS Runtime consists of the following:
21 - Core Runtime
23 …Core Runtime consists of basic language-irrelevant runtime libraries, including ARK File, Tooling,…
27 …des, Inline Caches that store hidden classes, and Profiler that analyzes and records runtime types.
29 - ECMAScript Runtime
31 …ECMAScript Runtime consists of the JS object allocator, garbage collector \(GC\), and an internal …
35 The AFFI provides a C++ function interface for ARK-JS runtime.
42 …mon way to process TS in the industry is to convert TS into JS and execute JS code with JS runtime.
44 …S type information and sends the TS type information to ARK-JS runtime. The ARK-JS runtime directl…