Home
last modified time | relevance | path

Searched defs:x2 (Results 1 – 14 of 14) sorted by relevance

/arkcompiler/ets_frontend/es2panda/test/parser/ts/
Dtest_satisfies8.ts31 const x2 = { constant
Dtest-tuple-type5.ts18 var x2 : [string, ...number[], string]; variable
/arkcompiler/ets_runtime/tools/circuit_viewer/src/ir/
DIrViewer.js282 drawSmallMap(nodes, x1, x2, y1, y2) { argument
478 x2: x2, property
636 drawLine(x1, y1, x2, y2, c, lw = 1) { argument
/arkcompiler/runtime_core/static_core/tests/vm-benchmarks/src/vmb/templates/
DTemplate.ts55 static x2: number = 0xd431; property in Consumer
DTemplate.mjs49 static x2 = 0xd431; field in Consumer
DTemplate-ArkTS-NodeJS-Interop.js49 static x2 = 0xd431; field in Consumer
DTemplate.swift52 static private let x2: Int64 = 0xd431 variable
/arkcompiler/ets_runtime/tools/circuit_viewer/src/engine/graphics/
DX2DFast.js95 drawLine(x1, y1, x2, y2, c = 0xffffffff, linewidth = 1) { argument
/arkcompiler/ets_runtime/test/aottest/definefieldbyname2/
Ddefinefieldbyname2.js91 x2 = 24; field in A
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dbin_mpl_import.cpp40 uint32 x2 = static_cast<uint32>(Read()); in ReadInt() local
Dbin_mpl_export.cpp368 uint32 x2 = static_cast<uint32>(Read()); in ReadInt() local
/arkcompiler/ets_frontend/ets2panda/test/compiler/js/
Dmany_locals_1.js20 let x2 = 2 variable
/arkcompiler/ets_runtime/test/aottest/analyze_property/dictionary_mode/
Ddictionary_mode.ts23 x2: number; property in C
/arkcompiler/ets_runtime/test/moduletest/addpropertybyname/
Daddpropertybyname.js21 let a = {x: 1,x2:2,x3:3,x4:4,x5:5,x6:6,x7:7,x8:8,x9:9,x10:10,x11:11,x12:12,x13:13,x14:14,x15:15,x16… property