Home
last modified time | relevance | path

Searched defs:convertedValue (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Delements.cpp155 int convertedValue = static_cast<int>(value); in MigrateArrayWithKind() local
167 double convertedValue = static_cast<double>(intValue); in MigrateArrayWithKind() local
187 double convertedValue = base::bit_cast<double>(value); in MigrateArrayWithKind() local
207 JSTaggedType convertedValue = 0; in MigrateArrayWithKind() local
227 JSTaggedType convertedValue = 0; in MigrateArrayWithKind() local
Delement_accessor-inl.h48 JSTaggedType convertedValue = ConvertTaggedValueWithElementsKind(value.GetTaggedValue(), kind); in Set() local
78 JSTaggedType convertedValue = ConvertTaggedValueWithElementsKind(value, kind); in Set() local
Delement_accessor.cpp84 JSTaggedValue convertedValue = JSTaggedValue::Hole(); in GetTaggedValueWithElementsKind() local
113 JSTaggedType convertedValue = base::SPECIAL_HOLE; in ConvertTaggedValueWithElementsKind() local