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.cpp171 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
186 …JSHandle<JSTaggedValue> errorMsgValue(JSObject::GetProperty(thread, errorResult, msgKey).GetValue(… in HWTEST_F_L0()
200 …JSHandle<JSTaggedValue> evalMsgValue(JSObject::GetProperty(thread, evalErrorResult, msgKey).GetVal… in HWTEST_F_L0()
214 …JSHandle<JSTaggedValue> typeMsgValue(JSObject::GetProperty(thread, typeErrorResult, msgKey).GetVal… in HWTEST_F_L0()
225 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
241 …JSHandle<JSTaggedValue> rangeMsgValue(JSObject::GetProperty(thread, rangeErrorResult, msgKey).GetV… in HWTEST_F_L0()
255 …JSHandle<JSTaggedValue> uriMsgValue(JSObject::GetProperty(thread, uriErrorResult, msgKey).GetValue… in HWTEST_F_L0()
269 …JSHandle<JSTaggedValue> oomMsgValue(JSObject::GetProperty(thread, oomErrorResult, msgKey).GetValue… in HWTEST_F_L0()
280 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in HWTEST_F_L0() local
296 …JSHandle<JSTaggedValue> syntaxMsgValue(JSObject::GetProperty(thread, syntaxErrorResult, msgKey).Ge… in HWTEST_F_L0()
[all …]
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp167 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in ErrorCommonConstructor() local
169 …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.cpp637 JSHandle<JSTaggedValue> msgKey = thread->GlobalConstants()->GetHandledMessageString(); in PrintJSErrorInfo() local
638 …JSHandle<JSTaggedValue> msgValue = JSObject::GetProperty(thread, exceptionInfo, msgKey).GetValue(); in PrintJSErrorInfo()
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp810 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in HandleUncaughtException() local
811 JSHandle<EcmaString> msg(JSObject::GetProperty(thread, exHandle, msgKey).GetValue()); in HandleUncaughtException()