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.cpp145 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
181 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
204 JSHandle<JSTaggedValue> errorObject = env->GetErrorFunction(); in HWTEST_F_L0() local
229 JSHandle<JSTaggedValue> errorObject = env->GetErrorFunction(); in HWTEST_F_L0() local
270 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
305 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
328 JSHandle<JSTaggedValue> errorObject = env->GetRangeErrorFunction(); in HWTEST_F_L0() local
355 JSHandle<JSTaggedValue> errorObject = env->GetRangeErrorFunction(); in HWTEST_F_L0() local
396 …JSHandle<JSTaggedValue> errorObject(thread, reinterpret_cast<TaggedObject *>(result.GetRawData())); in HWTEST_F_L0() local
431 …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