Lines Matching full:the
3 …the compiler, toolchain, and runtime. It supports compilation and running of high-level programmin…
5 …olchain and JS runtime. The JS compiler toolchain compiles JS source code into ArkCompiler bytecod…
7 Figure 1 Architecture of the JS compiler toolchain
10 The source code compiler of ArkCompiler JS Runtime receives JS source code, based on which ts2abc g…
30 …JS Compiler Subsystem consists of the Stub compiler, optimized compilation framework based on the …
37 - Concurrency management: abc file manager in the actor concurrency model
43 …/TS application execution engine for OpenHarmony rather than a JS execution engine for the browser.
45 …the application execution performance and security, ArkCompiler JS Runtime statically pre-compiles…
47 …The common way to process TS in the industry is to convert TS into JS and execute JS code with JS …
49 …The Actor concurrency model is commonly used in JS engines in the industry to implement concurrent…
51 …the API implementation, it is common for C/C++ code to access and operate TS objects in OpenHarmon…