deps/jscshim is tightly coupled with the WebKit source code (in particular, deps/jscshim/src/shim), and it leverages various WebKit code. Applying WebKit coding style can improve the code quality of this directory. It brings several benefits.
- WebKit JavaScriptCore code is based on this coding style. By using the same coding style, we can borrow the best practices used in the JSC side.
- Tooling support. For example, clang-format supports
webkit style.
deps/jscshimis tightly coupled with the WebKit source code (in particular,deps/jscshim/src/shim), and it leverages various WebKit code. Applying WebKit coding style can improve the code quality of this directory. It brings several benefits.webkitstyle.