Searched refs:errorFunc (Results 1 – 2 of 2) sorted by relevance
186 JSHandle<JSTaggedValue> errorFunc = GetErrorJSFunction(thread); in ErrorCommonConstructor() local187 if (!errorFunc->IsUndefined()) { in ErrorCommonConstructor()189 PropertyDescriptor errorFuncDesc(thread, errorFunc, true, false, true); in ErrorCommonConstructor()
55 JSHandle<JSTaggedValue> errorFunc = env->GetErrorFunction(); in HWTEST_F_L0() local59 …JSObject> errorObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorFunc), errorFunc); in HWTEST_F_L0()