Lines Matching full:and
3 …and configurable multi-language compilation and runtime platform of OpenHarmony. It contains core …
5 ArkCompiler JS Runtime consists of two parts: JS compiler toolchain and JS runtime. The JS compiler…
22 …anguage-irrelevant runtime libraries, including ArkCompiler File, Tooling, and ArkCompiler Base. A…
26 …ecutes bytecodes, inline caching that stores hidden classes, and Profiler that analyzes and record…
30 … of the Stub compiler, optimized compilation framework based on the Circuit IR, and code generator.
35 …emory management: object allocator and garbage collector (CMS-GC and Partial-Compressing-GC for co…
36 - Analysis tools: DFX tool and CPU and heap profiling tool
38 …- Standard library: standard library defined by ECMAScript, efficient container library, and objec…
39 …- Others: asynchronous work queues, TypeScript (TS) type loading, and JS native APIs (JSNAPIs) for…
45 …and security, ArkCompiler JS Runtime statically pre-compiles JS/TS programs into ArkCompiler bytec…
47 …nto JS and execute JS code with JS runtime. ts2abc is planned to analyze and obtain the TS type in…
49 …and communicate with each other using the messaging mechanism. The JS Actor model (web-worker) in …
51 …and operate TS objects in OpenHarmony. ArkCompiler JS Runtime is planned to statically generate a …