Searched refs:msgKey (Results 1 – 6 of 6) sorted by relevance
| /arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
| D | builtins_errors_test.cpp | 62 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/ |
| D | error_helper_test.cpp | 147 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/ |
| D | builtins_errors.cpp | 147 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in AggregateErrorConstructor() local 153 JSTaggedValue::DefinePropertyOrThrow(thread, taggedObj, msgKey, msgDesc); in AggregateErrorConstructor()
|
| /arkcompiler/ets_runtime/ecmascript/base/ |
| D | error_helper.cpp | 159 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/ |
| D | ecma_context.cpp | 774 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/ |
| D | debugger_api.cpp | 830 JSHandle<JSTaggedValue> msgKey = globalConst->GetHandledMessageString(); in HandleUncaughtException() local 831 JSHandle<EcmaString> msg(JSObject::GetProperty(thread, exHandle, msgKey).GetValue()); in HandleUncaughtException()
|