Home
last modified time | relevance | path

Searched defs:msgValue (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp68 JSHandle<JSTaggedValue> msgValue( in HWTEST_F_L0() local
90 JSHandle<JSTaggedValue> msgValue( in HWTEST_F_L0() local
125 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local
160 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local
250 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local
285 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local
376 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local
410 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local
496 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local
531 JSHandle<JSTaggedValue> msgValue(JSObject::GetProperty(thread, errorObject, msgKey).GetValue()); in HWTEST_F_L0() local
[all …]
/arkcompiler/ets_runtime/ecmascript/compiler/builtins/
Dbuiltins_number_stub_builder.cpp334 GateRef msgValue = GetInt32OfTInt(msg); in ToStringFunc() local