Home
last modified time | relevance | path

Searched refs:CreateDataPropertyOrThrow (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/containers/
Dcontainers_errors.cpp27 JSObject::CreateDataPropertyOrThrow(thread, error, JSHandle<JSTaggedValue>::Cast(key), code); in BusinessError()
29 JSObject::CreateDataPropertyOrThrow(thread, error, JSHandle<JSTaggedValue>::Cast(name), in BusinessError()
/arkcompiler/ets_runtime/ecmascript/
Djs_number_format.cpp941 JSObject::CreateDataPropertyOrThrow(thread, options, property, locale); in ResolvedOptions()
950 JSObject::CreateDataPropertyOrThrow(thread, options, property, numberingSystem); in ResolvedOptions()
957 JSObject::CreateDataPropertyOrThrow(thread, options, property, styleString); in ResolvedOptions()
968 JSObject::CreateDataPropertyOrThrow(thread, options, property, currency); in ResolvedOptions()
975 JSObject::CreateDataPropertyOrThrow(thread, options, property, currencyDisplayString); in ResolvedOptions()
982 JSObject::CreateDataPropertyOrThrow(thread, options, property, currencySignString); in ResolvedOptions()
991 JSObject::CreateDataPropertyOrThrow(thread, options, property, unit); in ResolvedOptions()
998 JSObject::CreateDataPropertyOrThrow(thread, options, property, unitDisplayString); in ResolvedOptions()
1004 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumIntegerDigits); in ResolvedOptions()
1012 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumSignificantDigits); in ResolvedOptions()
[all …]
Djs_plural_rules.cpp330 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumIntegerDigits); in ResolvedOptions()
338 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumSignificantDigits); in ResolvedOptions()
343 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumSignificantDigits); in ResolvedOptions()
349 JSObject::CreateDataPropertyOrThrow(thread, options, property, minimumFractionDigits); in ResolvedOptions()
354 JSObject::CreateDataPropertyOrThrow(thread, options, property, maximumFractionDigits); in ResolvedOptions()
379 …JSObject::CreateDataPropertyOrThrow(thread, options, property, JSHandle<JSTaggedValue>::Cast(jsPlu… in ResolvedOptions()
Djs_displaynames.cpp383 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, locale); in ResolvedOptions()
390 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, styleString); in ResolvedOptions()
397 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, typeString); in ResolvedOptions()
404 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, fallbackString); in ResolvedOptions()
Djs_date_time_format.cpp764 …JSObject::CreateDataPropertyOrThrow(thread, optionsResult, key, globalConst->GetHandledNumericStri… in ToDateTimeOptions()
781 …JSObject::CreateDataPropertyOrThrow(thread, optionsResult, key, globalConst->GetHandledNumericStri… in ToDateTimeOptions()
991 JSObject::CreateDataPropertyOrThrow(thread, options, property, locale); in ResolvedOptions()
1008 JSObject::CreateDataPropertyOrThrow(thread, options, property, calendarValue); in ResolvedOptions()
1016 JSObject::CreateDataPropertyOrThrow(thread, options, property, numberingSystem); in ResolvedOptions()
1035 JSObject::CreateDataPropertyOrThrow(thread, options, property, timezoneValue); in ResolvedOptions()
1046 JSObject::CreateDataPropertyOrThrow(thread, options, property, hcValue); in ResolvedOptions()
1056 JSObject::CreateDataPropertyOrThrow(thread, options, property, hcValue); in ResolvedOptions()
1074 JSObject::CreateDataPropertyOrThrow(thread, options, property, fsdValue); in ResolvedOptions()
1082 JSObject::CreateDataPropertyOrThrow(thread, options, property, hcValue); in ResolvedOptions()
[all …]
Djs_list_format.cpp414 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, locale); in ResolvedOptions()
421 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, typeString); in ResolvedOptions()
428 JSObject::CreateDataPropertyOrThrow(thread, options, propertyKey, styleString); in ResolvedOptions()
Djs_relative_time_format.cpp442 …JSObject::CreateDataPropertyOrThrow(thread, record, unitString, JSHandle<JSTaggedValue>::Cast(unit… in FormatToArray()
451 …JSObject::CreateDataPropertyOrThrow(thread, record, unitString, JSHandle<JSTaggedValue>::Cast(unit… in FormatToArray()
462 …JSObject::CreateDataPropertyOrThrow(thread, record, unitString, JSHandle<JSTaggedValue>::Cast(unit… in FormatToArray()
Djs_stable_array.cpp139 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toKey, fromValue); in Splice()
763 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toIndexHandle, kValue); in Filter()
805 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, k, mapResultHandle); in Map()
862 …JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toKey, JSHandle<JSTaggedValue>(thread,… in Concat()
Djs_object.h441 static bool CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj,
445 …static bool CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t in…
Djs_locale.cpp644 …JSObject::CreateDataPropertyOrThrow(thread, record, globalConst->GetHandledTypeString(), fieldType… in PutElement()
647 … JSObject::CreateDataPropertyOrThrow(thread, record, globalConst->GetHandledValueString(), value); in PutElement()
Djs_collator.cpp426 JSObject::CreateDataPropertyOrThrow(thread, options, property, locale); in ResolvedOptions()
Djs_object.cpp1636 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, in CreateDataPropertyOrThrow() function in panda::ecmascript::JSObject
1650 bool JSObject::CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t … in CreateDataPropertyOrThrow() function in panda::ecmascript::JSObject
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_promise_handler.cpp418 JSObject::CreateDataPropertyOrThrow(thread, obj, statusKey, fulfilledKey); in AllSettledResolveElementFunction()
423 JSObject::CreateDataPropertyOrThrow(thread, obj, valueKey, xValue); in AllSettledResolveElementFunction()
483 JSObject::CreateDataPropertyOrThrow(thread, obj, statusKey, rejectedKey); in AllSettledRejectElementFunction()
488 JSObject::CreateDataPropertyOrThrow(thread, obj, reasonKey, xReason); in AllSettledRejectElementFunction()
Dbuiltins_array.cpp262 …thread, JSTaggedValue(JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, key, mapValue))); in From()
326 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, k, mapValue); in From()
401 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, key, kValue); in Of()
493 … JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toKey, fromValHandle); in Concat()
509 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, n, ele); in Concat()
872 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toIndexHandle, kValue); in FilterUnStableJSArray()
1508 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, k, mapResultHandle); in Map()
2150 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, nKey, kValueHandle); in Slice()
2364 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, toKey, fromValue); in Splice()
3054 JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, fromKey, fromValue); in With()
[all …]
Dbuiltins_object.cpp435 JSObject::CreateDataPropertyOrThrow(thread, descriptors, handleKey, descriptor); in GetOwnPropertyDescriptors()
1146 JSObject::CreateDataPropertyOrThrow(thread, thisObjHandle, propertyKey, value); in CreateDataPropertyOnObjectFunctions()
Dbuiltins_ark_tools.cpp730 JSObject::CreateDataPropertyOrThrow(thread, obj, key, value); in CreateDataProperty()
/arkcompiler/ets_runtime/ecmascript/base/
Darray_helper.cpp366 … JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, targetIndexHandle, element); in FlattenIntoArray()
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h2967 … JSObject::CreateDataPropertyOrThrow(thread, handleObj, handleKey, handleValue, SCheckMode::SKIP); in RuntimeDefineField()
3047 bool result = JSObject::CreateDataPropertyOrThrow(thread, JSHandle<JSObject>::Cast(handleObj), in RuntimeDefinePrivateProperty()