/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | neverType.ts | 67 function move1(direction: "up" | "down") { 71 case "up": 72 AssertType("up", "string"); 90 function move2(direction: "up" | "down") { 91 AssertType(direction === "up" ? 1 : direction === "down" ? -1 : error("Should never g… 92 AssertType(direction === "up", "boolean"); 94 AssertType("up", "string"); 96 return direction === "up" ? 1 :
|
D | duplicateAnonymousInners1.ts | 29 // Inner should show up in intellisense 42 // Inner should not show up in intellisense 43 // Outer should show up in intellisense
|
D | localImportNameVsGlobalName.ts | 23 export enum Key { UP, DOWN, LEFT, RIGHT } 31 foo(Key.UP);
|
D | es6ClassTest8.ts | 83 public up: Vector; 121 this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right))); 122 AssertType(this.up = Vector.times(down, Vector.norm(Vector.cross(this.forward, this.right))), "Vect… 123 AssertType(this.up, "Vector");
|
D | forLoopEndingMultilineComments.ts | 25 // needed to get colors to show up when passing through Grunt
|
D | subtypingWithOptionalProperties.ts | 43 r.s && r.s.toFixed(); // would blow up at runtime
|
/arkcompiler/toolchain/build/config/qemu/ |
D | config.gni | 20 print("You may not set up environment for qemu which is used for running" + 22 " differently. Get set-up steps from" +
|
/arkcompiler/ets_frontend/testTs/ |
D | README.md | 9 …ler/ets_frontend/build' in the out file and run the 'npm install' command to set up the environment 10 3. After setting up the environment, enter the ark/ts2abc directory of Hongmeng system
|
/arkcompiler/ets_runtime/docs/ |
D | environment-setup-and-compilation.md | 5 Use Ubuntu 18.04 or 20.04. For details about how to set up the environment, see: 7 [Setting Up Ubuntu Development Environment with Installation Package and Building Source Code](http…
|
/arkcompiler/toolchain/build/config/aosp/ |
D | config.gni | 23 "Maybe you have not set up android development environment." + 25 " Get set-up steps from https://gitee.com/ark_standalone_build/docs")
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | string_helper.h | 134 icu::UnicodeString up = uString.toUpper(); in ToUpper() local 136 up.toUTF8String(res); in ToUpper() 145 icu::UnicodeString up = uString.toUpper(locale); in ToLocaleUpper() local 147 up.toUTF8String(res); in ToLocaleUpper() 178 icu::UnicodeString up = uString.toUpper(); in FindFromU16ToUpper() local 180 up.toUTF8String(res); in FindFromU16ToUpper()
|
/arkcompiler/ets_runtime/script/ |
D | run_ark_executable.py | 61 print("Have you set up environment for running executables with qemu?\n" \ 62 "If not, get set-up steps from https://gitee.com/ark_standalone_build/docs ," \ 64 " and execute the appended command after setting up the environment.\n" \
|
/arkcompiler/ets_frontend/test262/ |
D | README.md | 123 up to date in 2.225s 129 up to date in 1.446s 135 up to date in 2.412s
|
/arkcompiler/ets_runtime/ecmascript/snapshot/mem/ |
D | constants.h | 36 // object or space align up
|
/arkcompiler/ets_runtime/ecmascript/dfx/ |
D | vm_thread_control.cpp | 63 vmThreadNeedSuspensionCV_.Signal(); // wake up the thread who needs suspend vmthread in SuspendVM()
|
/arkcompiler/runtime_core/tests/gtest_launcher/ |
D | main.cpp | 46 raise(SIGSTOP); // wait for child's gdb invocation to pick us up in HandleTimeout()
|
/arkcompiler/ets_frontend/test/scripts/auto_xts_test/ |
D | readme.md | 23 - In rare cases, the rk3568 demo board could not start up normally after burnning, which leads to i…
|
/arkcompiler/runtime_core/docs/bc_verification/ |
D | type_system.md | 58 This helps to speed up subtyping checking during verification.
|
/arkcompiler/runtime_core/ldscripts/ |
D | panda_test_asan.ld | 10 So memory map is set up for data in 0..1G and ELF in 1..2G. 198 /* Adjust the address for the data segment. We want to adjust up to 199 the same address within the page on the next page up. */ 278 /* Align here to ensure that the .bss section occupies space up to
|
/arkcompiler/runtime_core/libpandabase/ |
D | options.yaml | 19 # the same problem with "ecmascript::base". So, I've gave up and renamed it to "base_options".
|
/arkcompiler/ets_runtime/ecmascript/ |
D | waiter_list.h | 38 // Used to call wait or Signal() to unlock wait and wake up
|
/arkcompiler/runtime_core/libpandabase/mem/ |
D | code_allocator.cpp | 31 … // Do not set up mem_stats in internal arena allocator, because we will manage memstats here. in CodeAllocator()
|
/arkcompiler/ets_runtime/ecmascript/platform/windows/ |
D | map.cpp | 49 … << " virtual memory. Please clean up other heavy processes or restart the computer."; in PageMap()
|
/arkcompiler/runtime_core/docs/ |
D | design-of-interpreter.md | 61 Besides, the machine-readable form naturally sets up the framework for self-testing (e.g. 161 the size of up to 64 bits, floating point numbers of single and double precision, raw pointers
|
D | rationale-for-bytecode.md | 5 This document sets up some context about bytecode design principles and provides rationales for 74 require up to 4 bytes to encode.
|