Home
last modified time | relevance | path

Searched defs:error (Results 1 – 23 of 23) sorted by relevance

/ark/js_runtime/ecmascript/tooling/base/
Dpt_params.cpp22 std::string error; in Create() local
44 std::string error; in Create() local
114 std::string error; in Create() local
160 std::string error; in Create() local
182 std::string error; in Create() local
204 std::string error; in Create() local
226 std::string error; in Create() local
248 std::string error; in Create() local
278 std::string error; in Create() local
334 std::string error; in Create() local
[all …]
Dpt_types.cpp362 std::string error; in Create() local
456 std::string error; in Create() local
565 std::string error; in Create() local
613 std::string error; in Create() local
730 std::string error; in Create() local
882 std::string error; in Create() local
925 std::string error; in Create() local
974 std::string error; in Create() local
1012 std::string error; in Create() local
1052 std::string error; in Create() local
[all …]
/ark/js_runtime/ecmascript/builtins/tests/
Dbuiltins_errors_test.cpp142 JSHandle<JSFunction> error(env->GetErrorFunction()); in HWTEST_F_L0() local
180 JSHandle<JSFunction> error(env->GetErrorFunction()); in HWTEST_F_L0() local
221 …JSHandle<JSObject> error = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorObject), er… in HWTEST_F_L0() local
249 …JSHandle<JSObject> error = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorObject), er… in HWTEST_F_L0() local
281 JSHandle<JSFunction> error(env->GetRangeErrorFunction()); in HWTEST_F_L0() local
318 JSHandle<JSFunction> error(env->GetRangeErrorFunction()); in HWTEST_F_L0() local
359 …JSHandle<JSObject> error = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorObject), er… in HWTEST_F_L0() local
388 …JSHandle<JSObject> error = factory->NewJSObjectByConstructor(JSHandle<JSFunction>(errorObject), er… in HWTEST_F_L0() local
417 JSHandle<JSFunction> error(env->GetReferenceErrorFunction()); in HWTEST_F_L0() local
454 JSHandle<JSFunction> error(env->GetReferenceErrorFunction()); in HWTEST_F_L0() local
[all …]
Dbuiltins_object_test.cpp898 JSHandle<JSObject> error = in HWTEST_F_L0() local
/ark/ts2abc/test262/
Dbabel-preprocessor.js28 error field
/ark/js_runtime/ecmascript/
Decma_exceptions.cpp24 void SetException(JSThread *thread, JSObject *error) in SetException()
Decma_macros.h218 #define THROW_NEW_ERROR_AND_RETURN_VALUE(thread, error, value) \ argument
239 #define THROW_NEW_ERROR_AND_RETURN_EXCEPTION(thread, error) \ argument
307 #define THROW_NEW_ERROR_AND_RETURN(thread, error) \ argument
Djs_thread.cpp158 … JSHandle<JSObject> error = factory->GetJSError(base::ErrorType::RANGE_ERROR, "Stack overflow!"); in DoStackOverflowCheck() local
Druntime_trampolines.cpp1103 JSHandle<JSObject> error = factory->GetJSError(ErrorType::TYPE_ERROR, message.c_str()); in DEF_RUNTIME_TRAMPOLINES() local
Dbuiltins.cpp994 void Builtins::GeneralUpdateError(ErrorParameter *error, EcmaEntrypoint constructor, EcmaEntrypoint… in GeneralUpdateError()
/ark/runtime_core/verification/debug/handlers/
Dconfig_handler_method_options.cpp68 bool error = s.name == "error"; in ProcessSectionMsg() local
175 bool error = s.name == "error"; in MethodOptionsProcessor() local
/ark/js_runtime/ecmascript/compiler/
Dllvm_codegen.cpp256 char *error = nullptr; in ~LLVMAssembler() local
271 char *error = nullptr; in Run() local
/ark/js_runtime/ecmascript/tooling/
Ddispatcher.cpp95 DispatchResponse DispatchResponse::Create(std::optional<std::string> error) in Create()
/ark/runtime_core/runtime/
Ddyn_class_linker_extension.cpp185 void DynamicClassLinkerExtension::ErrorHandler::OnError([[maybe_unused]] ClassLinker::Error error, in OnError()
Dclass_linker_extension.cpp45 …void OnError([[maybe_unused]] ClassLinker::Error error, [[maybe_unused]] const PandaString &messag… in OnError()
Dclass_linker.cpp1337 void ClassLinker::OnError(ClassLinkerErrorHandler *error_handler, ClassLinker::Error error, const P… in OnError()
/ark/runtime_core/runtime/core/
Dcore_class_linker_extension.cpp27 void CoreClassLinkerExtension::ErrorHandler::OnError(ClassLinker::Error error, const PandaString &m… in OnError()
/ark/js_runtime/ecmascript/napi/test/
Djsnapi_tests.cpp585 Local<JSValueRef> error = Exception::Error(vm_, message); in HWTEST_F_L0() local
596 Local<JSValueRef> error = Exception::RangeError(vm_, message); in HWTEST_F_L0() local
607 Local<JSValueRef> error = Exception::TypeError(vm_, message); in HWTEST_F_L0() local
618 Local<JSValueRef> error = Exception::ReferenceError(vm_, message); in HWTEST_F_L0() local
629 Local<JSValueRef> error = Exception::SyntaxError(vm_, message); in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/tooling/backend/
Ddebugger_executor.cpp124 void DebuggerExecutor::ThrowException(const EcmaVM *vm, const std::string &error) in ThrowException()
/ark/js_runtime/ecmascript/tooling/agent/
Druntime_impl.cpp152 auto error = Exception::EvalError(vm_, StringRef::NewFromUtf8(vm_, "Unsupport eval now")); in CallFunctionOn() local
/ark/js_runtime/ecmascript/compiler/tests/
Dstub_tests.cpp683 char *error = nullptr; in HWTEST_F_L0() local
755 char *error = nullptr; in HWTEST_F_L0() local
828 char *error = nullptr; in HWTEST_F_L0() local
1153 char *error = nullptr; in HWTEST_F_L0() local
/ark/js_runtime/ecmascript/interpreter/
Dinterpreter-inl.h961 JSHandle<JSObject> error = in RunInternal() local
1047 JSHandle<JSObject> error = factory->GetJSError(ErrorType::TYPE_ERROR, in RunInternal() local
1095 JSHandle<JSObject> error = factory->GetJSError(ErrorType::TYPE_ERROR, in RunInternal() local
/ark/js_runtime/ecmascript/napi/
Djsnapi.cpp222 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException()