Home
last modified time | relevance | path

Searched refs:msgKey (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp62 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
69 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(handleObj), msgKey).GetValue()); in HWTEST_F_L0()
88 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
91 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(handleObj), msgKey).GetValue()); in HWTEST_F_L0()
122 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
125 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0()
158 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
160 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0()
247 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
250 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp147 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
162 …JSHandle<JSTaggedValue> errorMsgValue(JSObject::GetProperty(thread, errorResult, msgKey).GetValue(… in HWTEST_F_L0()
176 …JSHandle<JSTaggedValue> evalMsgValue(JSObject::GetProperty(thread, evalErrorResult, msgKey).GetVal… in HWTEST_F_L0()
190 …JSHandle<JSTaggedValue> typeMsgValue(JSObject::GetProperty(thread, typeErrorResult, msgKey).GetVal… in HWTEST_F_L0()
201 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
217 …JSHandle<JSTaggedValue> rangeMsgValue(JSObject::GetProperty(thread, rangeErrorResult, msgKey).GetV… in HWTEST_F_L0()
231 …JSHandle<JSTaggedValue> uriMsgValue(JSObject::GetProperty(thread, uriErrorResult, msgKey).GetValue… in HWTEST_F_L0()
245 …JSHandle<JSTaggedValue> oomMsgValue(JSObject::GetProperty(thread, oomErrorResult, msgKey).GetValue… in HWTEST_F_L0()
256 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
272 …JSHandle<JSTaggedValue> syntaxMsgValue(JSObject::GetProperty(thread, syntaxErrorResult, msgKey).Ge… in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp147 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in AggregateErrorConstructor() local
153 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, msgKey, msgDesc); in AggregateErrorConstructor()
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp159 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in ErrorCommonConstructor() local
161 …ybe_unused]] bool status = JSObject::DefineOwnProperty(thread, nativeInstanceObj, msgKey, msgDesc); in ErrorCommonConstructor()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp774 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in PrintJSErrorInfo() local
775 …JSHandle<JSTaggedValue> msgValue = JSObject::GetProperty(thread, exceptionInfo, msgKey).GetValue(); in PrintJSErrorInfo()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp830 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in HandleUncaughtException() local
831 JSHandle<EcmaString> msg(JSObject::GetProperty(thread, exHandle, msgKey).GetValue()); in HandleUncaughtException()