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.cpp152 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
192 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
219 JSHandle<JSTaggedValue> errorObject = env->GetErrorFunction(); in HWTEST_F_L0() local
247 JSHandle<JSTaggedValue> errorObject = env->GetErrorFunction(); in HWTEST_F_L0() local
291 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
330 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
357 JSHandle<JSTaggedValue> errorObject = env->GetRangeErrorFunction(); in HWTEST_F_L0() local
386 JSHandle<JSTaggedValue> errorObject = env->GetRangeErrorFunction(); in HWTEST_F_L0() local
426 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
465 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
[all …]
Dbuiltins_object_test.cpp913 JSHandle<JSTaggedValue> errorObject = env->GetErrorFunction(); in HWTEST_F_L0() local