Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/static_core/plugins/ets/sdk/native/api/
Dani_stringdecoder.cpp163 ani_object errorObj; in ThrowError() local
Dani_textdecoder.cpp136 ani_object errorObj; in CreateThrowErrorObject() local
/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_promise_job_test.cpp55 Local<ObjectRef> errorObj(error); in MockGetModuleJSError() local
/arkcompiler/ets_runtime/ecmascript/module/tests/
Dstatic_module_loader_test.cpp82 Local<ObjectRef> errorObj(error); in MockGetModuleJSError() local
/arkcompiler/runtime_core/static_core/plugins/ets/stdlib/native/core/
DIntlRelativeTimeFormat.cpp78 ani_object errorObj; in ThrowError() local
/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.cpp2764 v8::Local<v8::Value> errorObj = v8::Exception::Error(messageValue.As<v8::String>()); in OH_JSVM_CreateError() local
2783 v8::Local<v8::Value> errorObj = v8::Exception::TypeError(messageValue.As<v8::String>()); in OH_JSVM_CreateTypeError() local
2803 v8::Local<v8::Value> errorObj = v8::Exception::RangeError(messageValue.As<v8::String>()); in OH_JSVM_CreateRangeError() local
2823 v8::Local<v8::Value> errorObj = v8::Exception::SyntaxError(messageValue.As<v8::String>()); in OH_JSVM_CreateSyntaxError() local
3031 v8::Local<v8::Value> errorObj = v8::Exception::Error(str); in OH_JSVM_ThrowError() local
3048 v8::Local<v8::Value> errorObj = v8::Exception::TypeError(str); in OH_JSVM_ThrowTypeError() local
3065 v8::Local<v8::Value> errorObj = v8::Exception::RangeError(str); in OH_JSVM_ThrowRangeError() local
3082 v8::Local<v8::Value> errorObj = v8::Exception::SyntaxError(str); in OH_JSVM_ThrowSyntaxError() local
/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs-inl.h1693 …JSHandle<JSObject> errorObj = factory->NewJSError(base::ErrorType::REFERENCE_ERROR, info, StackCh… in RuntimeThrowDeleteSuperProperty() local