Best practices for proposing fixes and general development in V8.
Use this skill to ensure your code adheres to V8 standards and avoids common pitfalls.
When proposing a fix, ensure the code adheres to V8 standards:
git cl format before creating a commit to ensure your code adheres to the style guide.out/ are generated by the build process. Edits should be made to the source files (e.g., .tq files for Torque, .pdl for protocol definitions).inline in the .h file, and defined in a -inl.h file. If you get compile errors about a missing definition, you are likely missing an #include for a -inl.h file. You can only include -inl.h files from other -inl.h files and .cc files.docs/ outdated, you must verify and update the documentation accordingly. Important: do not try to update docs/security/triaging.md, we must maintain that manually.