Home
last modified time | relevance | path

Searched defs:_value (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/getter/ts_to_ets/
Dgetter.ts20 _value = tsString; property in PublicGetterClass
34 protected _value = tsString; property in ProtectedGetterOrigenClass
56 private _value = tsString; property in PrivateGetterClass
72 private _value: UnionType; property in UnionTypeClass
114 private _value: TupleType; property in TupleTypeClass
165 public _value: string; property in SubsetByValueClass
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor/ts_to_sts/
Dconstructor.ts19 _value: number; property in NamedClass
33 _value: number; constant
117 _value: number; property in Abstract
Dconstructor.js108 _value: tsInt, property
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/generic/ts_to_ets/
Dgeneric.ts23 private _value: T; property in LiteralClass
39 private _value: T; property in UnionClass
75 private _value: T; property in GAbstract
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/setter/ts_to_ets/
Dsetter.ts31 _value?: string; property
67 protected _value = tsTestString; property in ValueSetter
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/constructor_as_arg/
Dmain.ts19 _value: number; property in MainClass
37 _value: number; constant
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/scenarios/js_to_ets/js_suites/
Dscenarios.js62 _value = 1; field in ClassWithGetterSetter