Home
last modified time | relevance | path

Searched defs:errorObject (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp121 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
157 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
180 JSHandle<JSTaggedValue> errorObject = env->GetErrorFunction(); in HWTEST_F_L0() local
205 JSHandle<JSTaggedValue> errorObject = env->GetErrorFunction(); in HWTEST_F_L0() local
246 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
281 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
304 JSHandle<JSTaggedValue> errorObject = env->GetRangeErrorFunction(); in HWTEST_F_L0() local
331 JSHandle<JSTaggedValue> errorObject = env->GetRangeErrorFunction(); in HWTEST_F_L0() local
372 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
407 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
[all …]
Dbuiltins_object_test.cpp886 JSHandle<JSTaggedValue> errorObject = env->GetErrorFunction(); in HWTEST_F_L0() local