| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/interop_js/ |
| D | logger.h | 31 #define INTEROP_LOG_DEBUG(msg) OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ts2ets", "%s", msg) argument 32 #define INTEROP_LOG_DEBUG_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_DEBUG, 0xFF00, "ts2ets", msg, __VA_… argument 33 #define INTEROP_LOG_INFO(msg) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ts2ets", "%s", msg) argument 34 #define INTEROP_LOG_INFO_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_INFO, 0xFF00, "ts2ets", msg, __VA_AR… argument 35 #define INTEROP_LOG_ERROR(msg) OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ts2ets", msg) argument 36 #define INTEROP_LOG_ERROR_A(msg, ...) OH_LOG_Print(LOG_APP, LOG_ERROR, 0xFF00, "ts2ets", msg, __VA_… argument 72 #define INTEROP_LOG_DEBUG(msg) TS2ETS_LOGGER(DEBUG, msg) argument 73 #define INTEROP_LOG_DEBUG_A(msg, ...) TS2ETS_LOGGER(DEBUG, msg, __VA_ARGS__) argument 74 #define INTEROP_LOG_INFO(msg) TS2ETS_LOGGER(INFO, msg) argument 75 #define INTEROP_LOG_INFO_A(msg, ...) TS2ETS_LOGGER(INFO, msg, __VA_ARGS__) argument [all …]
|
| /arkcompiler/toolchain/tooling/test/ |
| D | debugger_params_test.cpp | 71 std::string msg; in HWTEST_F_L0() local 107 std::string msg; in HWTEST_F_L0() local 134 std::string msg; in HWTEST_F_L0() local 160 std::string msg; in HWTEST_F_L0() local 176 std::string msg; in HWTEST_F_L0() local 196 std::string msg; in HWTEST_F_L0() local 211 std::string msg; in HWTEST_F_L0() local 229 std::string msg; in HWTEST_F_L0() local 249 std::string msg; in HWTEST_F_L0() local 268 std::string msg; in HWTEST_F_L0() local [all …]
|
| D | debugger_types_test.cpp | 71 std::string msg; in HWTEST_F_L0() local 239 std::string msg; in HWTEST_F_L0() local 278 std::string msg; in HWTEST_F_L0() local 470 std::string msg; in HWTEST_F_L0() local 526 std::string msg; in HWTEST_F_L0() local 615 std::string msg; in HWTEST_F_L0() local 645 std::string msg; in HWTEST_F_L0() local 873 std::string msg; in HWTEST_F_L0() local 959 std::string msg; in HWTEST_F_L0() local 1032 std::string msg; in HWTEST_F_L0() local [all …]
|
| D | dispatcher_test.cpp | 53 std::string msg = ""; in HWTEST_F_L0() local 96 std::string msg = std::string() + R"({"id":0,"method":"Tracing.end","params":{}})"; in HWTEST_F_L0() local 104 std::string msg = std::string() + R"({"id":0,"method":"Tracing.end","params":{}})"; in HWTEST_F_L0() local 113 std::string msg = ""; in HWTEST_F_L0() local 131 std::string msg = ""; in HWTEST_F_L0() local
|
| D | debugger_impl_test.cpp | 146 std::string msg = std::string() + in HWTEST_F_L0() local 176 std::string msg = std::string() + in HWTEST_F_L0() local 209 std::string msg = std::string() + in HWTEST_F_L0() local 246 std::string msg = std::string() + in HWTEST_F_L0() local 274 std::string msg = std::string() + in HWTEST_F_L0() local 302 std::string msg = std::string() + in HWTEST_F_L0() local 333 std::string msg = std::string() + in HWTEST_F_L0() local 364 std::string msg = std::string() + in HWTEST_F_L0() local 392 std::string msg = std::string() + in HWTEST_F_L0() local 432 std::string msg = std::string() + in HWTEST_F_L0() local [all …]
|
| D | runtime_impl_test.cpp | 61 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.test","params":{}})"; in HWTEST_F_L0() local 85 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.enable","params":{}})"; in HWTEST_F_L0() local 104 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.disable","params":{}})"; in HWTEST_F_L0() local 123 …std::string msg = std::string() + R"({"id":0,"method":"Rumtime.runIfWaitingForDebugger","params":{… in HWTEST_F_L0() local 142 …std::string msg = std::string() + R"({"id":0,"method":"Rumtime.getProperties","params":{"objectId"… in HWTEST_F_L0() local 166 std::string msg = std::string() + R"({"id":0,"method":"Rumtime.getHeapUsage ","params":{}})"; in HWTEST_F_L0() local
|
| D | protocol_handler_test.cpp | 57 std::string msg = std::string() + R"({"id":0,"method":"Tracing.Test","params":{}})"; in HWTEST_F_L0() local 69 std::string msg = std::string() + R"({"id":0,"method":"Tracing.Test","params":{}})"; in HWTEST_F_L0() local 83 std::string msg = std::string() + R"({"id":0,"method":"Tracing.Test","params":{}})"; in HWTEST_F_L0() local 97 std::string msg = std::string() + R"({"id":0,"method":"Tracing.Test","params":{}})"; in HWTEST_F_L0() local
|
| /arkcompiler/runtime_core/static_core/runtime/ |
| D | exceptions.cpp | 79 PandaString msg {"idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length)}; in ThrowArrayIndexOutOfBoundsException() local 89 PandaString msg {"idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length)}; in ThrowIndexOutOfBoundsException() local 93 void ThrowIllegalStateException(const PandaString &msg) in ThrowIllegalStateException() 104 PandaString msg {"idx = " + ToPandaString(idx) + "; length = " + ToPandaString(length)}; in ThrowStringIndexOutOfBoundsException() local 114 PandaString msg {"size = " + ToPandaString(size)}; in ThrowNegativeArraySizeException() local 118 void ThrowNegativeArraySizeException(const PandaString &msg) in ThrowNegativeArraySizeException() 138 PandaString msg {srcType->GetName() + " cannot be cast to " + dstType->GetName()}; in ThrowClassCastException() local 147 PandaString msg {"abstract method \"" + method->GetClass()->GetName() + "."}; in ThrowAbstractMethodError() local 158 …PandaString msg {"Conflicting default method implementations \"" + method->GetClass()->GetName() +… in ThrowIncompatibleClassChangeErrorForMethodConflict() local 172 void ThrowArrayStoreException(const PandaString &msg) in ThrowArrayStoreException() [all …]
|
| /arkcompiler/ets_runtime/ecmascript/builtins/ |
| D | builtins_math.cpp | 30 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Abs() local 53 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Acos() local 72 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Acosh() local 90 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Asin() local 108 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Asinh() local 127 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Atan() local 146 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Atanh() local 195 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Cbrt() local 214 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Ceil() local 239 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Clz32() local [all …]
|
| D | builtins_cjs_module.cpp | 33 JSTaggedValue BuiltinsCjsModule::Compiler(EcmaRuntimeCallInfo *msg) in Compiler() 42 JSTaggedValue BuiltinsCjsModule::Load(EcmaRuntimeCallInfo *msg) in Load() 76 JSTaggedValue BuiltinsCjsModule::Require(EcmaRuntimeCallInfo *msg) in Require() 85 JSTaggedValue BuiltinsCjsModule::GetExportsForCircularRequire(EcmaRuntimeCallInfo *msg) in GetExportsForCircularRequire() 94 JSTaggedValue BuiltinsCjsModule::UpdateChildren(EcmaRuntimeCallInfo *msg) in UpdateChildren()
|
| D | builtins_async_generator.cpp | 36 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeNext() local 54 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeReturn() local 71 JSHandle<JSTaggedValue> msg = GetThis(argv); in AsyncGeneratorPrototypeThrow() local
|
| D | builtins_global.cpp | 66 JSTaggedValue BuiltinsGlobal::NotSupportEval(EcmaRuntimeCallInfo *msg) in NotSupportEval() 75 JSTaggedValue BuiltinsGlobal::IsFinite(EcmaRuntimeCallInfo *msg) in IsFinite() 94 JSTaggedValue BuiltinsGlobal::IsNaN(EcmaRuntimeCallInfo *msg) in IsNaN() 157 JSTaggedValue BuiltinsGlobal::DecodeURI(EcmaRuntimeCallInfo *msg) in DecodeURI() 173 JSTaggedValue BuiltinsGlobal::EncodeURI(EcmaRuntimeCallInfo *msg) in EncodeURI() 190 JSTaggedValue BuiltinsGlobal::DecodeURIComponent(EcmaRuntimeCallInfo *msg) in DecodeURIComponent() 206 JSTaggedValue BuiltinsGlobal::EncodeURIComponent(EcmaRuntimeCallInfo *msg) in EncodeURIComponent() 667 JSTaggedValue BuiltinsGlobal::PrintEntrypoint(EcmaRuntimeCallInfo *msg) in PrintEntrypoint() 690 JSTaggedValue BuiltinsGlobal::MarkModuleCollectable(EcmaRuntimeCallInfo *msg) in MarkModuleCollectable() 710 JSTaggedValue BuiltinsGlobal::LoadNativeModule(EcmaRuntimeCallInfo *msg) in LoadNativeModule() [all …]
|
| D | builtins_generator.cpp | 37 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeNext() local 58 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeReturn() local 83 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeThrow() local
|
| D | builtins_cjs_require.cpp | 45 JSTaggedValue BuiltinsCjsRequire::Main(EcmaRuntimeCallInfo *msg) in Main() 54 JSTaggedValue BuiltinsCjsRequire::Resolve(EcmaRuntimeCallInfo *msg) in Resolve()
|
| /arkcompiler/ets_runtime/ecmascript/containers/ |
| D | containers_errors.cpp | 19 JSTaggedValue ContainerError::BusinessError(JSThread *thread, int32_t errorCode, const char *msg) in BusinessError() 35 JSTaggedValue ContainerError::BindError(JSThread *thread, const char *msg) in BindError() 40 JSTaggedValue ContainerError::ParamError(JSThread *thread, const char *msg) in ParamError() 45 JSTaggedValue ContainerError::ReferenceError(JSThread *thread, const char *msg) in ReferenceError()
|
| /arkcompiler/ets_frontend/test/scripts/utils/send_email/ |
| D | send_email.py | 38 def add_attachment(msg, file_list): argument 47 def add_image(msg, img_dic): argument
|
| /arkcompiler/runtime_core/static_core/plugins/ets/runtime/ |
| D | ets_exceptions.h | 33 … void ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, const char *msg) in ThrowEtsException() 39 … ThrowEtsException(EtsCoroutine *coroutine, std::string_view classDescriptor, std::string_view msg) in ThrowEtsException()
|
| /arkcompiler/runtime_core/libpandabase/utils/ |
| D | utils.h | 49 explicit UnreachableException(const char *msg) : msg_(msg) {} in UnreachableException() 50 explicit UnreachableException(const std::string_view &msg) : msg_(msg) {} in UnreachableException()
|
| /arkcompiler/ets_runtime/ecmascript/dfx/hprof/rawheap_translate/ |
| D | utils.h | 30 #define LOG_ERROR(msg) std::cerr << "[ERRO] " << (msg) << std::endl argument 31 #define LOG_INFO(msg) std::cout << "[INFO] " << (msg) << std::endl argument
|
| /arkcompiler/ets_runtime/ecmascript/jspandafile/ |
| D | js_pandafile_executor.cpp | 40 CString msg = "jsPandaFile is nullptr"; in ExecuteFromFile() local 57 CString msg = "Cannot find module '" + entry + "' , which is application Entry Point"; in ExecuteFromFile() local 121 CString msg = "jsPandaFile is nullptr"; in ExecuteFromBuffer() local 136 CString msg = "Cannot find module '" + entry + "' , which is application Entry Point"; in ExecuteFromBuffer() local 163 CString msg = "jsPandaFile is nullptr"; in ExecuteModuleBuffer() local 184 CString msg = "Cannot find module '" + realEntry + "' , which is application Entry Point"; in ExecuteModuleBuffer() local 275 CString msg = "jsPandaFile is nullptr"; in ExecuteFromBufferSecure() local 290 CString msg = "Cannot find module '" + entry + "' , which is application Entry Point"; in ExecuteFromBufferSecure() local 337 CString msg = "jsPandaFile is nullptr"; in ExecuteModuleBufferSecure() local 358 CString msg = "Cannot find module '" + realEntry + "' , which is application Entry Point"; in ExecuteModuleBufferSecure() local [all …]
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/class-inheritance-add-1/ |
| D | testc.ts | 18 msg: string = 'ttt'; property in ttt
|
| /arkcompiler/runtime_core/libpandafile/ |
| D | helpers.h | 39 explicit FileAccessException(const char *msg) : msg_(msg) {} in FileAccessException() 40 explicit FileAccessException(const std::string_view &msg) : msg_(msg) {} in FileAccessException() 51 #define THROW_IF(cond, msg) \ argument 56 #define THROW_IF(cond, msg) \ argument
|
| /arkcompiler/ets_frontend/es2panda/test/compiler/js/async-generator/file/ |
| D | async-return-ut.js | 17 print = function (msg) { argument
|
| /arkcompiler/ets_frontend/es2panda/test/patch/currentVersion/hotreload/ts_test_cases/export-and-import/class-inheritance-add-2/ |
| D | testc.ts | 23 msg: string = 'ttt'; property in ttt
|
| /arkcompiler/ets_frontend/ets2panda/linter/scripts/testRunner/ |
| D | post-compile.mjs | 26 function reportErrorAndExit(msg) { argument
|