diff --git a/README.md b/README.md index 4850e21ad7bde4438f05fb68743c3d7d858936f0..fda5c171adbd05f0ec852d87180412d0bbd740ba 100644 --- a/README.md +++ b/README.md @@ -69,7 +69,7 @@ LD\_LIBRARY\_PATH=clang\_x64/ark/ark:clang\_x64/global/i18n:../../prebuilts/clan ## Repositories Involved -[ARK Runtime Subsystem](docs/ARK-Runtime-Subsystem.md) +[ARK Runtime Subsystem](https://gitee.com/openharmony/ark_runtime_core/docs/ARK-Runtime-Subsystem.md) [ark/runtime_core](https://gitee.com/openharmony/ark_runtime_core/blob/master/README.md) diff --git a/README_zh.md b/README_zh.md index d9e3ba6b87fa793aaa77967109c0029d87e11aca..b2bc109a53021b145511956d605d8d46ff368947 100644 --- a/README_zh.md +++ b/README_zh.md @@ -69,7 +69,7 @@ LD\_LIBRARY\_PATH=clang\_x64/ark/ark:clang\_x64/global/i18n:../../prebuilts/clan ## 相关仓 -[方舟运行时子系统](docs/方舟运行时子系统.md) +[方舟运行时子系统](https://gitee.com/openharmony/ark_runtime_core/docs/方舟运行时子系统.md) [ark/runtime\_core](https://gitee.com/openharmony/ark_runtime_core/blob/master/README_zh.md) diff --git a/ecmascript/builtins/tests/builtins_errors_test.cpp b/ecmascript/builtins/tests/builtins_errors_test.cpp index 0c2d58cd400c58302aead4416a817378048fcb68..1de169352ff31be9ef66c90ea6a5b7100e4d005a 100644 --- a/ecmascript/builtins/tests/builtins_errors_test.cpp +++ b/ecmascript/builtins/tests/builtins_errors_test.cpp @@ -41,6 +41,7 @@ using TypeError = builtins::BuiltinsTypeError; using URIError = builtins::BuiltinsURIError; using EvalError = builtins::BuiltinsEvalError; using SyntaxError = builtins::BuiltinsSyntaxError; + using JSType = ecmascript::JSType; class BuiltinsErrorsTest : public testing::Test {