Home
last modified time | relevance | path

Searched defs:propArray (Results 1 - 1 of 1) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
H A Dbuiltins_object_stub_builder.cpp1968 GateRef propArray = CreateArrayFromList(glue, arrayProp); in GetEnumElementEntries() local
1969 SetValueToTaggedArray(VariableType::JS_ANY(), glue, numElementArray, *pos, propArray); in GetEnumElementEntries() local
2030 GateRef propArray = CreateArrayFromList(glue, arrayProp); in GetEnumPropertyEntries() local
2031 SetValueToTaggedArray(VariableType::JS_ANY(), glue, allEnumArray, *length, propArray); in GetEnumPropertyEntries() local

Completed in 7 milliseconds