Home
last modified time | relevance | path

Searched defs:errorObj (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp35 …JSHandle<JSObject> errorObj = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorFunc), e… in HWTEST_F_L0() local
/arkcompiler/jsvm/src/
Djs_native_api_v8.cpp2614 v8::Local<v8::Value> errorObj = v8::Exception::Error(messageValue.As<v8::String>()); in OH_JSVM_CreateError() local
2631 v8::Local<v8::Value> errorObj = v8::Exception::TypeError(messageValue.As<v8::String>()); in OH_JSVM_CreateTypeError() local
2648 v8::Local<v8::Value> errorObj = v8::Exception::RangeError(messageValue.As<v8::String>()); in OH_JSVM_CreateRangeError() local
2665 v8::Local<v8::Value> errorObj = v8::Exception::SyntaxError(messageValue.As<v8::String>()); in OH_JSVM_CreateSyntaxError() local
2841 v8::Local<v8::Value> errorObj = v8::Exception::Error(str); in OH_JSVM_ThrowError() local
2858 v8::Local<v8::Value> errorObj = v8::Exception::TypeError(str); in OH_JSVM_ThrowTypeError() local
2875 v8::Local<v8::Value> errorObj = v8::Exception::RangeError(str); in OH_JSVM_ThrowRangeError() local
2892 v8::Local<v8::Value> errorObj = v8::Exception::SyntaxError(str); in OH_JSVM_ThrowSyntaxError() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1641 …JSHandle<JSObject> errorObj = factory->NewJSError(base::ErrorType::REFERENCE_ERROR, info, StackCh… in RuntimeThrowDeleteSuperProperty() local