Searched refs:All (Results 1 – 25 of 43) sorted by relevance
12
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | typeofStripsFreshness.ts | 34 type All = typeof ALL; alias 36 const result: Collection<All> = new Collection(); 47 type Both = Another | All;
|
D | NOTICE | 14 Copyright (c) Microsoft Corporation. All rights reserved
|
/arkcompiler/runtime_core/docs/ |
D | coding-style.md | 8 3. All constants in UPPERCASE. 52 * Copyright (c) Huawei Technologies Co., Ltd. 2019-2021. All rights reserved.
|
D | design-of-interpreter.md | 73 1. All entities in the executable file should be encoded and stored compactly to avoid bloating 84 1. All metadata entities are split into two groups: local (declared in the current executable file) 125 1. Interpreter does not depend on C++ standard library. All necessary classes, containers, etc. 158 1. All virtual registers should explicitly and precisely distinct between garbage collectable 167 1. All virtual registers are "tagged", meaning that they contain both the payload and additional
|
D | assembly_format.md | 11 …ught as a separate close-to-byte-code language with a minimal feature set. All language-specific "… 19 Comments are marked with the `#` character. All characters that follow it (including the `#` charac… 58 * All identifiers are case sensitive. 81 * All keys are unique within a single annotation list. 218 All identifiers that are used for naming primitive data types cannot be used for any other purpose. 229 All identifiers that are used for naming reference data types cannot be used for any other purpose. 306 * All `a0`, ... `aN` are unique within the argument list of the function.
|
D | aot.md | 26 - `.aot` - Contains all information that describes AOT structure. All used structures can be found … 174 to dump ir only after last (codegen) pass. All of these options are used at compile time.
|
D | irtoc.md | 28 All property setters that IrConstructor provides (`i64`, `bool`, `Pc`, `CC`, etc) are
|
/arkcompiler/ets_frontend/test/scripts/ |
D | readme.md | 18 All tests can run without others, read the seperate readme for more details.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/nodeModulesAllowJsExportlessJsModuleDetectionAutomodulenode16/ |
D | foo.cjs | 2 * Copyright (c) Microsoft Corporation. All rights reserved.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/nodeModulesAllowJsExportlessJsModuleDetectionAutomodulenodenext/ |
D | foo.cjs | 2 * Copyright (c) Microsoft Corporation. All rights reserved.
|
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_promise.h | 32 static JSTaggedValue All(EcmaRuntimeCallInfo *argv);
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/tsxElementResolution17/ |
D | file.tsx | 2 * Copyright (c) Microsoft Corporation. All rights reserved.
|
D | consumer.tsx | 2 * Copyright (c) Microsoft Corporation. All rights reserved.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsxPreserveWithJsInput/ |
D | b.jsx | 2 * Copyright (c) Microsoft Corporation. All rights reserved.
|
D | e.tsx | 2 * Copyright (c) Microsoft Corporation. All rights reserved.
|
/arkcompiler/ets_frontend/es2panda/ |
D | README.md | 3 All in one JavaScript/TypeScript parser and compiler.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsJson/ |
D | obj.json | 2 * Copyright (c) Microsoft Corporation. All rights reserved.
|
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/jsDeclarationsPackageJson/ |
D | package.json | 2 * Copyright (c) Microsoft Corporation. All rights reserved.
|
/arkcompiler/runtime_core/tests/checked/ |
D | aot.pa | 15 #! CHECKER All methods found
|
/arkcompiler/ets_frontend/test/scripts/performance_test/ |
D | readme_zh.md | 121 **size 表示log里记录了hap中abc的大小,time记录了构建耗时,All表示记录全部数据,Avg表示平均值**
|
D | readme.md | 121 **size means this file record the size of abc in the package, time means the build cost time, All m…
|
/arkcompiler/runtime_core/scripts/third-party-lists/ |
D | public | 22 # ** All URL-unsafe characters in lib_repo should be %-escaped
|
/arkcompiler/runtime_core/compiler/docs/ |
D | lowering_doc.md | 27 for (auto inst: All insts in RPO order) {
|
D | vn_doc.md | 18 All instructions have field `vn_`.
|
/arkcompiler/runtime_core/docs/bc_verification/ |
D | types_n_values.md | 64 All kinds of types live in the same type universe under the same subtyping relation.
|
12