Searched refs:msgValue (Results 1 – 2 of 2) sorted by relevance
/arkcompiler/ets_runtime/ecmascript/builtins/tests/ |
D | builtins_errors_test.cpp | 92 JSHandle<JSTaggedValue> msgValue( in HWTEST_F_L0() local 95 JSHandle<EcmaString>(msgValue), factory->NewFromASCII("")), 0); in HWTEST_F_L0() 114 JSHandle<JSTaggedValue> msgValue( in HWTEST_F_L0() local 117 factory->NewFromASCII("I am type error"), JSHandle<EcmaString>(msgValue)), 0); in HWTEST_F_L0() 149 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local 151 factory->NewFromASCII(""), JSHandle<EcmaString>(msgValue)), 0); in HWTEST_F_L0() 184 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local 187 factory->NewFromASCII("Hello Error!"), JSHandle<EcmaString>(msgValue)), 0); in HWTEST_F_L0() 274 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local 276 factory->NewFromASCII(""), JSHandle<EcmaString>(msgValue)), 0); in HWTEST_F_L0() [all …]
|
/arkcompiler/ets_runtime/ecmascript/ |
D | ecma_context.cpp | 544 …JSHandle<JSTaggedValue> msgValue = JSObject::GetProperty(thread, exceptionInfo, msgKey).GetValue(); in PrintJSErrorInfo() local 545 JSHandle<EcmaString> msg = JSTaggedValue::ToString(thread, msgValue); in PrintJSErrorInfo()
|