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