Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Derror_helper_test.cpp35 JSHandle<JSObject> errorObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorFunc), errorFunc); in HWTEST_F_L0() local
45 argv->SetThis(JSTaggedValue(*errorObj)); in HWTEST_F_L0()
/arkcompiler/ets_runtime/ecmascript/stubs/
H A Druntime_stubs-inl.h1637 JSHandle<JSObject> errorObj = factory->NewJSError(base::ErrorType::REFERENCE_ERROR, info, StackCheck::NO); in RuntimeThrowDeleteSuperProperty() local
1638 THROW_NEW_ERROR_AND_RETURN(thread, errorObj.GetTaggedValue()); in RuntimeThrowDeleteSuperProperty()

Completed in 8 milliseconds