Home
last modified time | relevance | path

Searched defs:msg (Results 1 – 25 of 45) sorted by relevance

12

/ark/runtime_core/runtime/
Dexceptions.cpp77 PandaString msg; in ThrowArrayIndexOutOfBoundsException() local
89 PandaString msg; in ThrowIndexOutOfBoundsException() local
95 void ThrowIllegalStateException(const PandaString &msg) in ThrowIllegalStateException()
107 PandaString msg; in ThrowStringIndexOutOfBoundsException() local
119 PandaString msg; in ThrowNegativeArraySizeException() local
125 void ThrowNegativeArraySizeException(const PandaString &msg) in ThrowNegativeArraySizeException()
144 PandaString msg; in ThrowClassCastException() local
155 PandaString msg; in ThrowAbstractMethodError() local
170 void ThrowArrayStoreException(const PandaString &msg) in ThrowArrayStoreException()
178 void ThrowRuntimeException(const PandaString &msg) in ThrowRuntimeException()
[all …]
/ark/js_runtime/ecmascript/tooling/test/
Ddebugger_params_test.cpp72 std::string msg; in HWTEST_F_L0() local
92 std::string msg; in HWTEST_F_L0() local
126 std::string msg; in HWTEST_F_L0() local
160 std::string msg; in HWTEST_F_L0() local
206 std::string msg; in HWTEST_F_L0() local
248 std::string msg; in HWTEST_F_L0() local
270 std::string msg; in HWTEST_F_L0() local
299 std::string msg; in HWTEST_F_L0() local
339 std::string msg; in HWTEST_F_L0() local
Ddebugger_types_test.cpp70 std::string msg; in HWTEST_F_L0() local
238 std::string msg; in HWTEST_F_L0() local
277 std::string msg; in HWTEST_F_L0() local
469 std::string msg; in HWTEST_F_L0() local
525 std::string msg; in HWTEST_F_L0() local
614 std::string msg; in HWTEST_F_L0() local
644 std::string msg; in HWTEST_F_L0() local
872 std::string msg; in HWTEST_F_L0() local
958 std::string msg; in HWTEST_F_L0() local
1031 std::string msg; in HWTEST_F_L0() local
[all …]
/ark/js_runtime/ecmascript/builtins/
Dbuiltins_math.cpp36 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Abs() local
54 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Acos() local
72 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Acosh() local
89 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Asin() local
106 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Asinh() local
124 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Atan() local
142 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Atanh() local
188 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Cbrt() local
206 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Ceil() local
230 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Clz32() local
[all …]
Dbuiltins_global.cpp35 JSTaggedValue BuiltinsGlobal::NotSupportEval(EcmaRuntimeCallInfo *msg) in NotSupportEval()
43 JSTaggedValue BuiltinsGlobal::IsFinite(EcmaRuntimeCallInfo *msg) in IsFinite()
62 JSTaggedValue BuiltinsGlobal::IsNaN(EcmaRuntimeCallInfo *msg) in IsNaN()
125 JSTaggedValue BuiltinsGlobal::DecodeURI(EcmaRuntimeCallInfo *msg) in DecodeURI()
141 JSTaggedValue BuiltinsGlobal::EncodeURI(EcmaRuntimeCallInfo *msg) in EncodeURI()
158 JSTaggedValue BuiltinsGlobal::DecodeURIComponent(EcmaRuntimeCallInfo *msg) in DecodeURIComponent()
174 JSTaggedValue BuiltinsGlobal::EncodeURIComponent(EcmaRuntimeCallInfo *msg) in EncodeURIComponent()
473 JSTaggedValue BuiltinsGlobal::PrintEntrypoint(EcmaRuntimeCallInfo *msg) in PrintEntrypoint()
496 JSTaggedValue BuiltinsGlobal::CallJsBoundFunction(EcmaRuntimeCallInfo *msg) in CallJsBoundFunction()
511 JSTaggedValue BuiltinsGlobal::CallJsProxy(EcmaRuntimeCallInfo *msg) in CallJsProxy()
[all …]
Dbuiltins_generator.cpp37 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeNext() local
57 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeReturn() local
82 JSHandle<JSTaggedValue> msg = GetThis(argv); in GeneratorPrototypeThrow() local
Dbuiltins_date.cpp125 JSHandle<JSTaggedValue> msg = GetThis(argv); in GetTime() local
140 JSHandle<JSTaggedValue> msg = GetThis(argv); in SetTime() local
162 JSHandle<JSTaggedValue> msg = GetThis(argv); in ToJSON() local
187 JSHandle<JSTaggedValue> msg = GetThis(argv); in ValueOf() local
241 JSHandle<JSTaggedValue> msg = GetThis(argv); in ToLocaleString() local
304 JSHandle<JSTaggedValue> msg = GetThis(argv); in ToLocaleDateString() local
367 JSHandle<JSTaggedValue> msg = GetThis(argv); in ToLocaleTimeString() local
Dbuiltins_number.cpp78 JSTaggedValue msg = GetCallArg(argv, 0).GetTaggedValue(); in IsFinite() local
93 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in IsInteger() local
114 JSTaggedValue msg = GetCallArg(argv, 0).GetTaggedValue(); in IsNaN() local
130 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in IsSafeInteger() local
153 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in ParseFloat() local
189 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in ParseInt() local
Dbuiltins_ark_tools.cpp22 JSTaggedValue BuiltinsArkTools::ObjectDump(EcmaRuntimeCallInfo *msg) in ObjectDump()
Dbuiltins_object.cpp521 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Keys() local
575 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Seal() local
676 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in IsPrototypeOf() local
707 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in PropertyIsEnumerable() local
803 JSHandle<JSTaggedValue> msg = GetThis(argv); in ToString() local
Dbuiltins_json.cpp44 JSHandle<JSTaggedValue> msg = GetCallArg(argv, 0); in Parse() local
/ark/js_runtime/ecmascript/base/
Dbuiltins_base.h37 static inline JSHandle<JSTaggedValue> GetConstructor(EcmaRuntimeCallInfo *msg) in GetConstructor()
42 static inline JSHandle<JSTaggedValue> GetThis(EcmaRuntimeCallInfo *msg) in GetThis()
47 static inline JSHandle<JSTaggedValue> GetNewTarget(EcmaRuntimeCallInfo *msg) in GetNewTarget()
52 static inline JSHandle<JSTaggedValue> GetCallArg(EcmaRuntimeCallInfo *msg, uint32_t position) in GetCallArg()
Dbuiltins_base.cpp21 JSHandle<TaggedArray> BuiltinsBase::GetArgsArray(EcmaRuntimeCallInfo *msg) in GetArgsArray()
/ark/runtime_core/libpandabase/os/unix/
Dlibrary_loader.cpp28 char *msg = dlerror(); in Load() local
38 char *msg = dlerror(); in ResolveSymbol() local
/ark/js_runtime/ecmascript/tooling/
Dprotocol_handler.cpp33 void ProtocolHandler::DispatchCommand(std::string &&msg) in DispatchCommand()
71 std::string msg = std::move(dispatchingQueue.front()); in ProcessCommand() local
Ddispatcher.cpp87 DispatchResponse DispatchResponse::Create(ResponseCode code, const std::string &msg) in Create()
/ark/runtime_core/libpandabase/os/
Derror.h30 explicit Error(std::string msg) : err_(std::move(msg)) {} in Error()
/ark/runtime_core/dprof/daemon/
Dmain.cpp36 ipc::Message msg; in CheckVersion() local
66 ipc::Message msg; in ProcessingConnect() local
84 ipc::Message msg; in ProcessingConnect() local
/ark/runtime_core/runtime/interpreter/
Druntime_interface.h202 static void ThrowOutOfMemoryError(const PandaString &msg) in ThrowOutOfMemoryError()
212 static void ThrowIllegalAccessException(const PandaString &msg) in ThrowIllegalAccessException()
217 static void ThrowVerificationException(const PandaString &msg) in ThrowVerificationException()
222 static void ThrowTypedErrorDyn(const std::string &msg) in ThrowTypedErrorDyn()
227 static void ThrowReferenceErrorDyn(const std::string &msg) in ThrowReferenceErrorDyn()
/ark/js_runtime/ecmascript/
Decma_exceptions.cpp31 void ThrowException(JSThread *thread, const char *name, const char *msg) in ThrowException()
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_json_test.cpp150 JSHandle<JSTaggedValue> msg(factory->NewFromCanBeCompressString( in HWTEST_F_L0() local
170 JSHandle<JSTaggedValue> msg(factory->NewFromCanBeCompressString("[100,2.5,\"abc\"]")); in HWTEST_F_L0() local
191 JSHandle<JSTaggedValue> msg(factory->NewFromCanBeCompressString("[100,2.5,\"abc\"]")); in HWTEST_F_L0() local
213 JSHandle<JSTaggedValue> msg(factory->NewFromCanBeCompressString("{\"epf\":100,\"key1\":200}")); in HWTEST_F_L0() local
320 JSHandle<JSTaggedValue> msg(factory->NewFromCanBeCompressString("tttt")); in HWTEST_F_L0() local
349 JSHandle<JSTaggedValue> msg(factory->NewFromCanBeCompressString("tttt")); in HWTEST_F_L0() local
402 JSHandle<JSTaggedValue> msg(factory->NewFromCanBeCompressString("tttt")); in HWTEST_F_L0() local
/ark/runtime_core/runtime/tests/
Darray_test.cpp55 std::string msg = "Test with class_root "; in TestArrayObjectSize() local
/ark/runtime_core/assembler/
Dpandasm.cpp34 void PrintError(const panda::pandasm::Error &e, const std::string &msg) in PrintError()
43 void PrintErrors(const panda::pandasm::ErrorList &warnings, const std::string &msg) in PrintErrors()
/ark/ts2abc/test262/
Drun_sunspider.py75 def output(retcode, msg): argument
/ark/runtime_core/runtime/core/
Dcore_language_context.cpp72 coretypes::String *msg; in ThrowException() local

12