Searched refs:causeDesc (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/ |
D | builtins_errors.cpp | 174 PropertyDescriptor causeDesc(thread, cause, true, false, true); in AggregateErrorConstructor() local 175 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, causeKey, causeDesc); in AggregateErrorConstructor()
|
/arkcompiler/ets_runtime/ecmascript/base/ |
D | error_helper.cpp | 181 PropertyDescriptor causeDesc(thread, cause, true, false, true); in ErrorCommonConstructor() local 182 …unused]] bool status = JSObject::DefineOwnProperty(thread, nativeInstanceObj, causeKey, causeDesc); in ErrorCommonConstructor()
|