Searched defs:arrayProp (Results 1 - 1 of 1) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/compiler/builtins/ |
| H A D | builtins_object_stub_builder.cpp | 1964 GateRef arrayProp = newBuilderProp.NewTaggedArray(glue, Int32(2));
in GetEnumElementEntries() local 1966 SetValueToTaggedArray(VariableType::JS_ANY(), glue, arrayProp, Int32(0), str);
in GetEnumElementEntries() local 1967 SetValueToTaggedArray(VariableType::JS_ANY(), glue, arrayProp, Int32(1), value);
in GetEnumElementEntries() local 2018 GateRef arrayProp = newBuilderProp.NewTaggedArray(glue, Int32(2));
in GetEnumPropertyEntries() local 2028 SetValueToTaggedArray(VariableType::JS_ANY(), glue, arrayProp, Int32(0), key);
in GetEnumPropertyEntries() local 2029 SetValueToTaggedArray(VariableType::JS_ANY(), glue, arrayProp, Int32(1), value);
in GetEnumPropertyEntries() local
|
Completed in 6 milliseconds