Home
last modified time | relevance | path

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

/ark/js_runtime/ecmascript/base/
Derror_helper.cpp161 … PropertyDescriptor msgDesc(thread, JSHandle<JSTaggedValue>::Cast(handleStr), true, false, true); in ErrorCommonConstructor() local
162 …ybe_unused]] bool status = JSObject::DefineOwnProperty(thread, nativeInstanceObj, msgKey, msgDesc); in ErrorCommonConstructor()