/ark/js_runtime/ecmascript/tooling/base/ |
D | pt_params.cpp | 22 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 …]
|
D | pt_types.cpp | 362 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/ |
D | builtins_errors_test.cpp | 142 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 …]
|
D | builtins_object_test.cpp | 898 JSHandle<JSObject> error = in HWTEST_F_L0() local
|
/ark/ts2abc/test262/ |
D | babel-preprocessor.js | 28 error field
|
/ark/js_runtime/ecmascript/ |
D | ecma_exceptions.cpp | 24 void SetException(JSThread *thread, JSObject *error) in SetException()
|
D | ecma_macros.h | 218 #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
|
D | js_thread.cpp | 158 … JSHandle<JSObject> error = factory->GetJSError(base::ErrorType::RANGE_ERROR, "Stack overflow!"); in DoStackOverflowCheck() local
|
D | runtime_trampolines.cpp | 1103 JSHandle<JSObject> error = factory->GetJSError(ErrorType::TYPE_ERROR, message.c_str()); in DEF_RUNTIME_TRAMPOLINES() local
|
D | builtins.cpp | 994 void Builtins::GeneralUpdateError(ErrorParameter *error, EcmaEntrypoint constructor, EcmaEntrypoint… in GeneralUpdateError()
|
/ark/runtime_core/verification/debug/handlers/ |
D | config_handler_method_options.cpp | 68 bool error = s.name == "error"; in ProcessSectionMsg() local 175 bool error = s.name == "error"; in MethodOptionsProcessor() local
|
/ark/js_runtime/ecmascript/compiler/ |
D | llvm_codegen.cpp | 256 char *error = nullptr; in ~LLVMAssembler() local 271 char *error = nullptr; in Run() local
|
/ark/js_runtime/ecmascript/tooling/ |
D | dispatcher.cpp | 95 DispatchResponse DispatchResponse::Create(std::optional<std::string> error) in Create()
|
/ark/runtime_core/runtime/ |
D | dyn_class_linker_extension.cpp | 185 void DynamicClassLinkerExtension::ErrorHandler::OnError([[maybe_unused]] ClassLinker::Error error, in OnError()
|
D | class_linker_extension.cpp | 45 …void OnError([[maybe_unused]] ClassLinker::Error error, [[maybe_unused]] const PandaString &messag… in OnError()
|
D | class_linker.cpp | 1337 void ClassLinker::OnError(ClassLinkerErrorHandler *error_handler, ClassLinker::Error error, const P… in OnError()
|
/ark/runtime_core/runtime/core/ |
D | core_class_linker_extension.cpp | 27 void CoreClassLinkerExtension::ErrorHandler::OnError(ClassLinker::Error error, const PandaString &m… in OnError()
|
/ark/js_runtime/ecmascript/napi/test/ |
D | jsnapi_tests.cpp | 585 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/ |
D | debugger_executor.cpp | 124 void DebuggerExecutor::ThrowException(const EcmaVM *vm, const std::string &error) in ThrowException()
|
/ark/js_runtime/ecmascript/tooling/agent/ |
D | runtime_impl.cpp | 152 auto error = Exception::EvalError(vm_, StringRef::NewFromUtf8(vm_, "Unsupport eval now")); in CallFunctionOn() local
|
/ark/js_runtime/ecmascript/compiler/tests/ |
D | stub_tests.cpp | 683 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/ |
D | interpreter-inl.h | 961 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/ |
D | jsnapi.cpp | 222 void JSNApi::ThrowException(const EcmaVM *vm, Local<JSValueRef> error) in ThrowException()
|