/arkcompiler/ets_runtime/ecmascript/containers/ |
D | containers_errors.cpp | 27 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/ |
D | js_number_format.cpp | 941 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 …]
|
D | js_plural_rules.cpp | 330 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()
|
D | js_displaynames.cpp | 383 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()
|
D | js_date_time_format.cpp | 764 …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 …]
|
D | js_list_format.cpp | 414 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()
|
D | js_relative_time_format.cpp | 442 …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()
|
D | js_stable_array.cpp | 139 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()
|
D | js_object.h | 441 static bool CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, 445 …static bool CreateDataPropertyOrThrow(JSThread *thread, const JSHandle<JSObject> &obj, uint32_t in…
|
D | js_locale.cpp | 644 …JSObject::CreateDataPropertyOrThrow(thread, record, globalConst->GetHandledTypeString(), fieldType… in PutElement() 647 … JSObject::CreateDataPropertyOrThrow(thread, record, globalConst->GetHandledValueString(), value); in PutElement()
|
D | js_collator.cpp | 426 JSObject::CreateDataPropertyOrThrow(thread, options, property, locale); in ResolvedOptions()
|
D | js_object.cpp | 1636 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/ |
D | builtins_promise_handler.cpp | 418 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()
|
D | builtins_array.cpp | 262 …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 …]
|
D | builtins_object.cpp | 435 JSObject::CreateDataPropertyOrThrow(thread, descriptors, handleKey, descriptor); in GetOwnPropertyDescriptors() 1146 JSObject::CreateDataPropertyOrThrow(thread, thisObjHandle, propertyKey, value); in CreateDataPropertyOnObjectFunctions()
|
D | builtins_ark_tools.cpp | 730 JSObject::CreateDataPropertyOrThrow(thread, obj, key, value); in CreateDataProperty()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | array_helper.cpp | 366 … JSObject::CreateDataPropertyOrThrow(thread, newArrayHandle, targetIndexHandle, element); in FlattenIntoArray()
|
/arkcompiler/ets_runtime/ecmascript/stubs/ |
D | runtime_stubs-inl.h | 2967 … JSObject::CreateDataPropertyOrThrow(thread, handleObj, handleKey, handleValue, SCheckMode::SKIP); in RuntimeDefineField() 3047 bool result = JSObject::CreateDataPropertyOrThrow(thread, JSHandle<JSObject>::Cast(handleObj), in RuntimeDefinePrivateProperty()
|