Searched refs:operationResult (Results 1 - 6 of 6) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/intl/ |
H A D | global_intl_helper.cpp | 157 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 D | locale_helper.cpp | 95 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 D | js_locale.cpp | 332 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 D | js_locale.h | 240 OperationResult operationResult = JSObject::GetProperty(thread, options, property); in GetOptionOfString() local 242 JSHandle<JSTaggedValue> value = operationResult.GetValue(); in GetOptionOfString()
|
H A D | js_relative_time_format.cpp | 246 OperationResult operationResult = JSTaggedValue::GetProperty(thread, rtf, key); in UnwrapRelativeTimeFormat() local 248 return operationResult.GetValue(); in UnwrapRelativeTimeFormat()
|
H A D | js_number_format.cpp | 966 OperationResult operationResult = JSTaggedValue::GetProperty(thread, nf, key); in UnwrapNumberFormat() local 968 return operationResult.GetValue(); in UnwrapNumberFormat()
|
Completed in 9 milliseconds