Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp186 JSHandle<JSTaggedValue> errorFunc = GetErrorJSFunction(thread); in ErrorCommonConstructor() local
187 if (!errorFunc->IsUndefined()) { in ErrorCommonConstructor()
189 PropertyDescriptor errorFuncDesc(thread, errorFunc, true, false, true); in ErrorCommonConstructor()
/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp55 JSHandle<JSTaggedValue> errorFunc = env->GetErrorFunction(); in HWTEST_F_L0() local
59 …JSObject> errorObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorFunc), errorFunc); in HWTEST_F_L0()