Home
last modified time | relevance | path

Searched refs:operationResult (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/intl/
H A Dglobal_intl_helper.cpp157 OperationResult operationResult = JSObject::GetProperty(thread, optionsObject, opt.second); in OptionsToMap() local
158 if (!operationResult.GetValue()->IsUndefined()) { in OptionsToMap()
160 operationResult.GetValue()))); in OptionsToMap()
H A Dlocale_helper.cpp95 OperationResult operationResult = JSTaggedValue::GetProperty(thread, JSHandle<JSTaggedValue>::Cast(obj), in CanonicalizeHelper() local
98 JSTaggedNumber len = JSTaggedValue::ToLength(thread, operationResult.GetValue()); in CanonicalizeHelper()
/arkcompiler/ets_runtime/ecmascript/
H A Djs_locale.cpp332 OperationResult operationResult = JSObject::GetProperty(thread, options, property); in GetOptionOfString() local
334 JSHandle<JSTaggedValue> value = operationResult.GetValue(); in GetOptionOfString()
701 OperationResult operationResult = JSObject::GetProperty(thread, options, property); in GetOptionOfBool() local
703 JSHandle<JSTaggedValue> value = operationResult.GetValue(); in GetOptionOfBool()
H A Djs_locale.h240 OperationResult operationResult = JSObject::GetProperty(thread, options, property); in GetOptionOfString() local
242 JSHandle<JSTaggedValue> value = operationResult.GetValue(); in GetOptionOfString()
H A Djs_relative_time_format.cpp246 OperationResult operationResult = JSTaggedValue::GetProperty(thread, rtf, key); in UnwrapRelativeTimeFormat() local
248 return operationResult.GetValue(); in UnwrapRelativeTimeFormat()
H A Djs_number_format.cpp966 OperationResult operationResult = JSTaggedValue::GetProperty(thread, nf, key); in UnwrapNumberFormat() local
968 return operationResult.GetValue(); in UnwrapNumberFormat()

Completed in 9 milliseconds