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.cpp86 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
93 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(handleObj), msgKey).GetValue()); in HWTEST_F_L0()
112 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
115 JSObject::GetProperty(thread, JSHandle<JSTaggedValue>(handleObj), msgKey).GetValue()); in HWTEST_F_L0()
146 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
149 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0()
182 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
184 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0()
271 JSHandle<JSTaggedValue> msgKey(factory->NewFromASCII("message")); in HWTEST_F_L0() local
274 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/base/tests/
Derror_helper_test.cpp162 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
177 …JSHandle<JSTaggedValue> errorMsgValue(JSObject::GetProperty(thread, errorResult, msgKey).GetValue(… in HWTEST_F_L0()
191 …JSHandle<JSTaggedValue> evalMsgValue(JSObject::GetProperty(thread, evalErrorResult, msgKey).GetVal… in HWTEST_F_L0()
205 …JSHandle<JSTaggedValue> typeMsgValue(JSObject::GetProperty(thread, typeErrorResult, msgKey).GetVal… in HWTEST_F_L0()
216 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
232 …JSHandle<JSTaggedValue> rangeMsgValue(JSObject::GetProperty(thread, rangeErrorResult, msgKey).GetV… in HWTEST_F_L0()
246 …JSHandle<JSTaggedValue> uriMsgValue(JSObject::GetProperty(thread, uriErrorResult, msgKey).GetValue… in HWTEST_F_L0()
260 …JSHandle<JSTaggedValue> oomMsgValue(JSObject::GetProperty(thread, oomErrorResult, msgKey).GetValue… in HWTEST_F_L0()
271 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
287 …JSHandle<JSTaggedValue> syntaxMsgValue(JSObject::GetProperty(thread, syntaxErrorResult, msgKey).Ge… in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp164 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in ErrorCommonConstructor() local
166 …ybe_unused]] bool status = JSObject::DefineOwnProperty(thread, nativeInstanceObj, msgKey, msgDesc); in ErrorCommonConstructor()
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins_errors.cpp154 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in AggregateErrorConstructor() local
160 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, msgKey, msgDesc); in AggregateErrorConstructor()
/arkcompiler/ets_runtime/ecmascript/
Decma_context.cpp543 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in PrintJSErrorInfo() local
544 …JSHandle<JSTaggedValue> msgValue = JSObject::GetProperty(thread, exceptionInfo, msgKey).GetValue(); in PrintJSErrorInfo()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp751 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in HandleUncaughtException() local
752 JSHandle<EcmaString> msg(JSObject::GetProperty(thread, exHandle, msgKey).GetValue()); in HandleUncaughtException()