Home
last modified time | relevance | path

Searched refs:x20 (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/test/typeinfer/automatedcases/
DmappedTypesArraysTuples.ts91 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[]]");
DgeneratedContextualTyping.ts171 class x20 { member: Array<Base> = [d1, d2] }
/arkcompiler/ets_runtime/ecmascript/tests/
Dframe_test.cpp75 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/
Djs_stackinfo.h43 int pid, uintptr_t *x20, uintptr_t *fp, int out_js_info, char *buf, size_t buf_sz);
Djs_stackinfo.cpp507 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/
Ddictionary_mode.ts41 x20: number; property in C