Searched refs:nativeInstanceObj (Results 1 – 1 of 1) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/base/ |
D | error_helper.cpp | 147 …JSHandle<JSObject> nativeInstanceObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(ctor… in ErrorCommonConstructor() local 166 …[[maybe_unused]] bool status = JSObject::DefineOwnProperty(thread, nativeInstanceObj, msgKey, msgD… in ErrorCommonConstructor() 182 …[[maybe_unused]] bool status = JSObject::DefineOwnProperty(thread, nativeInstanceObj, causeKey, ca… in ErrorCommonConstructor() 191 … nativeInstanceObj, errorFunckey, errorFuncDesc); in ErrorCommonConstructor() 199 …[[maybe_unused]] bool status = JSObject::DefineOwnProperty(thread, nativeInstanceObj, stackkey, st… in ErrorCommonConstructor() 203 return nativeInstanceObj.GetTaggedValue(); in ErrorCommonConstructor()
|