Home
last modified time | relevance | path

Searched refs:causeDesc (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp174 PropertyDescriptor causeDesc(thread, cause, true, false, true); in AggregateErrorConstructor() local
175 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, causeKey, causeDesc); in AggregateErrorConstructor()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp181 PropertyDescriptor causeDesc(thread, cause, true, false, true); in ErrorCommonConstructor() local
182 …unused]] bool status = JSObject::DefineOwnProperty(thread, nativeInstanceObj, causeKey, causeDesc); in ErrorCommonConstructor()