Home
last modified time | relevance | path

Searched defs:handleMsg (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/tests/
Djson_parser_test.cpp126 JSHandle<JSTaggedValue> handleMsg(factory->NewFromASCII( in HWTEST_F_L0() local
147 JSHandle<JSTaggedValue> handleMsg(factory->NewFromASCII("[100,2.5,\"abc\"]")); in HWTEST_F_L0() local
173 JSHandle<JSTaggedValue> handleMsg(factory->NewFromASCII("{\"epf\":100,\"key1\":400}")); in HWTEST_F_L0() local
Djson_stringifier_test.cpp163 JSHandle<JSTaggedValue> handleMsg(factory->NewFromASCII("tttt")); in HWTEST_F_L0() local
203 JSHandle<JSTaggedValue> handleMsg(factory->NewFromASCII("tttt")); in HWTEST_F_L0() local
268 JSHandle<JSTaggedValue> handleMsg(factory->NewFromASCII("tttt")); in HWTEST_F_L0() local
/arkcompiler/ets_runtime/ecmascript/base/
Derror_helper.cpp58 JSHandle<JSTaggedValue> handleMsg = globalConst->GetHandledMessageString(); in ErrorCommonToString() local
/arkcompiler/ets_runtime/ecmascript/serializer/
Dvalue_serializer.cpp236 JSHandle<JSTaggedValue> handleMsg = globalConst->GetHandledMessageString(); in SerializeJSError() local
/arkcompiler/ets_runtime/ecmascript/
Djs_serializer.cpp531 JSHandle<JSTaggedValue> handleMsg = globalConst->GetHandledMessageString(); in WriteJSError() local
1424 JSHandle<EcmaString> handleMsg(msg); in ReadJSError() local
Dobject_factory.cpp859 JSHandle<EcmaString> handleMsg = NewFromUtf8(data); in GetJSError() local
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp1129 JSHandle<EcmaString> handleMsg = factory_->NewFromUtf8("Default oom error"); in InitializeAllTypeError() local