Home
last modified time | relevance | path

Searched refs:arrayProp (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/linter/test/
Dsendable_explicit_field_type.sts36 arrayProp: number[] = [1, 2, 3];
158 arrayProp: number[] = [1, 2, 3];
277 arrayProp: number[] = [1, 2, 3];
395 arrayProp: number[] = [1, 2, 3];
509 arrayProp: number[];
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_object_stub_builder.cpp1955 GateRef arrayProp = newBuilderProp.NewTaggedArray(glue, Int32(2)); in GetEnumElementEntries() local
1957 SetValueToTaggedArray(VariableType::JS_ANY(), glue, arrayProp, Int32(0), str); in GetEnumElementEntries()
1958 SetValueToTaggedArray(VariableType::JS_ANY(), glue, arrayProp, Int32(1), value); in GetEnumElementEntries()
1959 GateRef propArray = CreateArrayFromList(glue, arrayProp); in GetEnumElementEntries()
2009 GateRef arrayProp = newBuilderProp.NewTaggedArray(glue, Int32(2)); in GetEnumPropertyEntries() local
2019 SetValueToTaggedArray(VariableType::JS_ANY(), glue, arrayProp, Int32(0), key); in GetEnumPropertyEntries()
2020 SetValueToTaggedArray(VariableType::JS_ANY(), glue, arrayProp, Int32(1), value); in GetEnumPropertyEntries()
2021 GateRef propArray = CreateArrayFromList(glue, arrayProp); in GetEnumPropertyEntries()