Searched refs:GetErrorJSFunction (Results 1 – 2 of 2) sorted by relevance
36 static JSHandle<JSTaggedValue> GetErrorJSFunction(JSThread *thread);
189 JSHandle<JSTaggedValue> errorFunc = GetErrorJSFunction(thread); in ErrorCommonConstructor()208 JSHandle<JSTaggedValue> ErrorHelper::GetErrorJSFunction(JSThread *thread) in GetErrorJSFunction() function in panda::ecmascript::base::ErrorHelper