Home
last modified time | relevance | path

Searched refs:errorsKey (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
H A Dbuiltins_errors.cpp148 JSHandle<JSTaggedValue> errorsKey = globalConst->GetHandledErrorsString(); in AggregateErrorConstructor() local
179 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, errorsKey, msgDesc); in AggregateErrorConstructor()
H A Dbuiltins_promise_handler.cpp549 JSHandle<JSTaggedValue> errorsKey(thread, globalConst->GetErrorsString()); in AnyRejectElementFunction()
553 JSTaggedValue::DefinePropertyOrThrow(thread, errorTagged, errorsKey, msgDesc); in AnyRejectElementFunction()
H A Dbuiltins_promise.cpp746 JSHandle<JSTaggedValue> errorsKey(thread, globalConst->GetErrorsString()); in PerformPromiseAny()
752 JSTaggedValue::DefinePropertyOrThrow(thread, errorTagged, errorsKey, msgDesc); in PerformPromiseAny()

Completed in 8 milliseconds