Searched refs:x20 (Results 1 – 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/test/typeinfer/automatedcases/ |
D | mappedTypesArraysTuples.ts | 91 declare let x20: [number | undefined, string?, ...boolean[]]; 92 AssertType(x20, "[union, (union)?, ...boolean[]]"); 94 let y20 = nonpartial(x20); 96 AssertType(nonpartial(x20), "[number, string, ...boolean[]]"); 98 AssertType(x20, "[union, (union)?, ...boolean[]]");
|
D | generatedContextualTyping.ts | 171 class x20 { member: Array<Base> = [d1, d2] }
|
/arkcompiler/ets_runtime/ecmascript/tests/ |
D | frame_test.cpp | 75 uintptr_t x20 = reinterpret_cast<uintptr_t>(&bytecode[5]); // 5: HandleThrow offset in HWTEST_F_L0() local 78 int result = get_ark_js_heap_crash_info(getpid(), &x20, &fp, 0, &buf[0], 256); // 256: buf size in HWTEST_F_L0()
|
/arkcompiler/ets_runtime/ecmascript/dfx/stackinfo/ |
D | js_stackinfo.h | 43 int pid, uintptr_t *x20, uintptr_t *fp, int out_js_info, char *buf, size_t buf_sz);
|
D | js_stackinfo.cpp | 507 int pid, uintptr_t *x20, uintptr_t *fp, int outJsInfo, char *buf, size_t buf_sz) in get_ark_js_heap_crash_info() argument 509 if (panda::ecmascript::GetArkJSHeapCrashInfo(pid, x20, fp, outJsInfo != 0, buf, buf_sz)) { in get_ark_js_heap_crash_info()
|
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/ |
D | dictionary_mode.ts | 41 x20: number; property in C
|