Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Derror_helper.cpp181 JSHandle<JSTaggedValue> errorFunc = GetErrorJSFunction(thread); in ErrorCommonConstructor() local
182 if (!errorFunc->IsUndefined()) { in ErrorCommonConstructor()
184 PropertyDescriptor errorFuncDesc(thread, errorFunc, true, false, true); in ErrorCommonConstructor()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Derror_helper_test.cpp31 JSHandle<JSTaggedValue> errorFunc = env->GetErrorFunction(); in HWTEST_F_L0() local
35 JSHandle<JSObject> errorObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorFunc), errorFunc); in HWTEST_F_L0()

Completed in 3 milliseconds