Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.h36 static JSHandle<JSTaggedValue> GetErrorJSFunction(JSThread *thread);
Derror_helper.cpp189 JSHandle<JSTaggedValue> errorFunc = GetErrorJSFunction(thread); in ErrorCommonConstructor()
208 JSHandle<JSTaggedValue> ErrorHelper::GetErrorJSFunction(JSThread *thread) in GetErrorJSFunction() function in panda::ecmascript::base::ErrorHelper