Check alpha-sorting of includes during presubmit.
authormstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Jun 2014 08:40:11 +0000 (08:40 +0000)
committermstarzinger@chromium.org <mstarzinger@chromium.org@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Fri, 20 Jun 2014 08:40:11 +0000 (08:40 +0000)
R=rossberg@chromium.org

Review URL: https://codereview.chromium.org/333013002

git-svn-id: https://v8.googlecode.com/svn/branches/bleeding_edge@21894 ce2b1a6d-e550-0410-aec6-3dcde31c8c00

205 files changed:
samples/lineprocessor.cc
samples/process.cc
samples/shell.cc
src/accessors.cc
src/allocation-tracker.cc
src/api.cc
src/arguments.cc
src/arm/assembler-arm.h
src/arm/codegen-arm.cc
src/arm/disasm-arm.cc
src/arm/frames-arm.cc
src/arm/lithium-arm.cc
src/arm/lithium-arm.h
src/arm/lithium-codegen-arm.cc
src/arm/lithium-gap-resolver-arm.cc
src/arm/regexp-macro-assembler-arm.cc
src/arm/simulator-arm.cc
src/arm/simulator-arm.h
src/arm/stub-cache-arm.cc
src/arm64/assembler-arm64.h
src/arm64/codegen-arm64.cc
src/arm64/cpu-arm64.cc
src/arm64/decoder-arm64.cc
src/arm64/decoder-arm64.h
src/arm64/disasm-arm64.cc
src/arm64/disasm-arm64.h
src/arm64/frames-arm64.cc
src/arm64/frames-arm64.h
src/arm64/instructions-arm64.cc
src/arm64/instructions-arm64.h
src/arm64/instrument-arm64.h
src/arm64/lithium-arm64.cc
src/arm64/lithium-arm64.h
src/arm64/lithium-codegen-arm64.cc
src/arm64/lithium-gap-resolver-arm64.cc
src/arm64/macro-assembler-arm64-inl.h
src/arm64/regexp-macro-assembler-arm64.cc
src/arm64/regexp-macro-assembler-arm64.h
src/arm64/simulator-arm64.cc
src/arm64/simulator-arm64.h
src/arm64/stub-cache-arm64.cc
src/arm64/utils-arm64.h
src/assembler.cc
src/ast.cc
src/ast.h
src/base/win32-headers.h
src/bignum.cc
src/bootstrapper.cc
src/builtins.cc
src/cached-powers.cc
src/cached-powers.h
src/code-stubs.cc
src/codegen.h
src/compiler.cc
src/conversions-inl.h
src/conversions.cc
src/cpu.cc
src/d8-posix.cc
src/d8-windows.cc
src/debug.cc
src/diy-fp.cc
src/elements.h
src/field-index.h
src/flags.cc
src/flags.h
src/frames-inl.h
src/full-codegen.cc
src/gdb-jit.cc
src/gdb-jit.h
src/heap.cc
src/hydrogen-instructions.cc
src/hydrogen-load-elimination.cc
src/hydrogen-store-elimination.cc
src/hydrogen.cc
src/hydrogen.h
src/i18n.h
src/ia32/code-stubs-ia32.cc
src/ia32/code-stubs-ia32.h
src/ia32/disasm-ia32.cc
src/ia32/frames-ia32.cc
src/ia32/lithium-codegen-ia32.cc
src/ia32/lithium-gap-resolver-ia32.cc
src/ia32/lithium-ia32.cc
src/ia32/lithium-ia32.h
src/ia32/regexp-macro-assembler-ia32.cc
src/ia32/stub-cache-ia32.cc
src/interpreter-irregexp.cc
src/isolate.h
src/json-stringifier.h
src/jsregexp.cc
src/libplatform/default-platform.cc
src/libplatform/default-platform.h
src/lithium-allocator-inl.h
src/lithium-allocator.cc
src/lithium-codegen.cc
src/lithium.cc
src/macro-assembler.h
src/mips/disasm-mips.cc
src/mips/frames-mips.cc
src/mips/ic-mips.cc
src/mips/lithium-codegen-mips.cc
src/mips/lithium-codegen-mips.h
src/mips/lithium-gap-resolver-mips.cc
src/mips/lithium-mips.cc
src/mips/lithium-mips.h
src/mips/macro-assembler-mips.h
src/mips/regexp-macro-assembler-mips.cc
src/mips/regexp-macro-assembler-mips.h
src/mips/simulator-mips.cc
src/mips/simulator-mips.h
src/mips/stub-cache-mips.cc
src/mksnapshot.cc
src/objects-debug.cc
src/objects-inl.h
src/objects-printer.cc
src/objects.cc
src/objects.h
src/parser.h
src/platform-cygwin.cc
src/platform-freebsd.cc
src/platform-linux.cc
src/platform-macos.cc
src/platform-openbsd.cc
src/platform-posix.cc
src/platform-qnx.cc
src/platform-solaris.cc
src/preparse-data.cc
src/preparse-data.h
src/preparser.cc
src/preparser.h
src/prettyprinter.cc
src/profile-generator.cc
src/profile-generator.h
src/property.h
src/regexp-macro-assembler-irregexp-inl.h
src/regexp-macro-assembler-irregexp.cc
src/regexp-macro-assembler-tracer.cc
src/regexp-macro-assembler.cc
src/regexp-stack.cc
src/runtime.cc
src/sampler.cc
src/scanner.cc
src/snapshot-common.cc
src/string-search.cc
src/strtod.cc
src/typing.h
src/unicode.cc
src/v8.cc
src/v8.h
src/v8threads.cc
src/variables.h
src/win32-math.cc
src/x64/code-stubs-x64.cc
src/x64/disasm-x64.cc
src/x64/frames-x64.cc
src/x64/lithium-codegen-x64.cc
src/x64/lithium-gap-resolver-x64.cc
src/x64/lithium-x64.cc
src/x64/lithium-x64.h
src/x64/macro-assembler-x64.cc
src/x64/regexp-macro-assembler-x64.cc
src/x64/regexp-macro-assembler-x64.h
src/x64/stub-cache-x64.cc
src/x87/code-stubs-x87.cc
src/x87/code-stubs-x87.h
src/x87/disasm-x87.cc
src/x87/frames-x87.cc
src/x87/lithium-codegen-x87.cc
src/x87/lithium-codegen-x87.h
src/x87/lithium-gap-resolver-x87.cc
src/x87/lithium-x87.cc
src/x87/lithium-x87.h
src/x87/regexp-macro-assembler-x87.cc
src/x87/regexp-macro-assembler-x87.h
src/x87/stub-cache-x87.cc
src/zone-containers.h
src/zone.h
test/cctest/test-alloc.cc
test/cctest/test-api.cc
test/cctest/test-assembler-arm.cc
test/cctest/test-assembler-arm64.cc
test/cctest/test-assembler-x64.cc
test/cctest/test-circular-queue.cc
test/cctest/test-dictionary.cc
test/cctest/test-disasm-arm64.cc
test/cctest/test-hashmap.cc
test/cctest/test-log.cc
test/cctest/test-macro-assembler-arm.cc
test/cctest/test-macro-assembler-ia32.cc
test/cctest/test-macro-assembler-mips.cc
test/cctest/test-macro-assembler-x64.cc
test/cctest/test-macro-assembler-x87.cc
test/cctest/test-mark-compact.cc
test/cctest/test-parsing.cc
test/cctest/test-random-number-generator.cc
test/cctest/test-regexp.cc
test/cctest/test-representation.cc
test/cctest/test-thread-termination.cc
test/cctest/test-threads.cc
test/cctest/test-time.cc
test/cctest/test-unbound-queue.cc
test/cctest/test-utils-arm64.cc
test/cctest/test-utils-arm64.h
test/cctest/test-weaktypedarrays.cc
tools/presubmit.py

index faf94c94eb2c987bfc76e621b6570ef81883a41d..40064ba19b1c7def11f75b10a48b2351a65ee801 100644 (file)
@@ -30,9 +30,9 @@
 #include <v8-debug.h>
 
 #include <fcntl.h>
-#include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 /**
  * This sample program should demonstrate certain aspects of debugging
index b279a8d32ef60cb2bd6fe1a42657fd8c777fc4c4..76b178bc924c366253e6966fd97f167f849b9fc9 100644 (file)
@@ -27,8 +27,8 @@
 
 #include <v8.h>
 
-#include <string>
 #include <map>
+#include <string>
 
 #ifdef COMPRESS_STARTUP_DATA_BZ2
 #error Using compressed startup data is not supported for this sample
index f14b62704b710ce4c9ca8e98e1c8988ce7be9653..31063d39a74adabdd572e317ee2ec8a0eb35d460 100644 (file)
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include <v8.h>
+
 #include <assert.h>
 #include <fcntl.h>
-#include <string.h>
 #include <stdio.h>
 #include <stdlib.h>
+#include <string.h>
 
 #ifdef COMPRESS_STARTUP_DATA_BZ2
 #error Using compressed startup data is not supported for this sample
index 54bd241b8d639fe70e8d82cc826e48b52477b5c4..aeea430704d9f9956d7d9044fe51788a33be9996 100644 (file)
@@ -3,8 +3,9 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
-#include "src/accessors.h"
 
+#include "src/accessors.h"
+#include "src/api.h"
 #include "src/compiler.h"
 #include "src/contexts.h"
 #include "src/deoptimizer.h"
@@ -14,7 +15,6 @@
 #include "src/isolate.h"
 #include "src/list-inl.h"
 #include "src/property-details.h"
-#include "src/api.h"
 
 namespace v8 {
 namespace internal {
index f6dc5abff78320183acb41e9ddfdffabdf17e2ef..e463f0c9741af61949778a26fa1122ad809dc442 100644 (file)
@@ -5,9 +5,8 @@
 #include "src/v8.h"
 
 #include "src/allocation-tracker.h"
-
-#include "src/heap-snapshot-generator.h"
 #include "src/frames-inl.h"
+#include "src/heap-snapshot-generator.h"
 
 namespace v8 {
 namespace internal {
index d9117094050bb0f4b88ec5cca1bfaa3b62dfc64f..a6ea44eddc920b2b03f8cc60185e53279458641e 100644 (file)
@@ -35,8 +35,8 @@
 #include "src/platform.h"
 #include "src/platform/time.h"
 #include "src/profile-generator-inl.h"
-#include "src/property-details.h"
 #include "src/property.h"
+#include "src/property-details.h"
 #include "src/runtime.h"
 #include "src/runtime-profiler.h"
 #include "src/scanner-character-streams.h"
index f4550ae9a97c706d8f3a0942f47b7a75d48f8c67..d31c479fc1c5e0a948afa118426beb4f7b606ebe 100644 (file)
@@ -3,8 +3,8 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
-#include "src/arguments.h"
 
+#include "src/arguments.h"
 #include "src/vm-state-inl.h"
 
 namespace v8 {
index 812f58f467b5c21fbeb14ca20d30e8beb2f3ec26..be0659128c01d7ebc374bef29b0df90bc1f64384 100644 (file)
@@ -43,8 +43,8 @@
 #include <stdio.h>
 #include <vector>
 
-#include "src/assembler.h"
 #include "src/arm/constants-arm.h"
+#include "src/assembler.h"
 #include "src/serialize.h"
 
 namespace v8 {
index 7835a6bd0807ee185c73140ea62ae4cbc07b4bc3..aa297001dc0bbccc365e9645e8f20c2f1f5c7021 100644 (file)
@@ -6,9 +6,9 @@
 
 #if V8_TARGET_ARCH_ARM
 
+#include "src/arm/simulator-arm.h"
 #include "src/codegen.h"
 #include "src/macro-assembler.h"
-#include "src/arm/simulator-arm.h"
 
 namespace v8 {
 namespace internal {
index 48f77b4bb27be178d6bc7c8953c29150cd3033ab..1038755d54ebba55de398bc9126553c4fa2296ef 100644 (file)
@@ -24,8 +24,8 @@
 
 
 #include <assert.h>
-#include <stdio.h>
 #include <stdarg.h>
+#include <stdio.h>
 #include <string.h>
 
 #include "src/v8.h"
index 6051e021ab6b71ba1ea0338016b5c3d88f698876..1e9c796cc80d1ec64717a1cee548ed0c9090663f 100644 (file)
@@ -7,10 +7,11 @@
 #if V8_TARGET_ARCH_ARM
 
 #include "src/assembler.h"
-#include "src/arm/assembler-arm.h"
-#include "src/arm/assembler-arm-inl.h"
 #include "src/frames.h"
 #include "src/macro-assembler.h"
+
+#include "src/arm/assembler-arm-inl.h"
+#include "src/arm/assembler-arm.h"
 #include "src/arm/macro-assembler-arm.h"
 
 namespace v8 {
index 93dc830dab30e3630bac62966133e5c35f3e8843..18eb39a247d2729bc13025791eca27cea8534de9 100644 (file)
@@ -4,10 +4,10 @@
 
 #include "src/v8.h"
 
-#include "src/lithium-allocator-inl.h"
 #include "src/arm/lithium-arm.h"
 #include "src/arm/lithium-codegen-arm.h"
 #include "src/hydrogen-osr.h"
+#include "src/lithium-allocator-inl.h"
 
 namespace v8 {
 namespace internal {
index e3858936075e31ad02e32f51f43235137bbb449d..3d7f72b9e22c4c1252f2d6be72908b8250231669 100644 (file)
@@ -6,8 +6,8 @@
 #define V8_ARM_LITHIUM_ARM_H_
 
 #include "src/hydrogen.h"
-#include "src/lithium-allocator.h"
 #include "src/lithium.h"
+#include "src/lithium-allocator.h"
 #include "src/safepoint-table.h"
 #include "src/utils.h"
 
index e98fcf4c08768dbd38eb44618d0847f66133fd41..36aec4544625783653567becf52f1483eb42d1d5 100644 (file)
@@ -7,8 +7,8 @@
 #include "src/arm/lithium-codegen-arm.h"
 #include "src/arm/lithium-gap-resolver-arm.h"
 #include "src/code-stubs.h"
-#include "src/stub-cache.h"
 #include "src/hydrogen-osr.h"
+#include "src/stub-cache.h"
 
 namespace v8 {
 namespace internal {
index 8ca235a7e34e3f5eb1be3bec1acf76b0170565ce..387e0f247016c6e5e04ec13f01c81d4196089027 100644 (file)
@@ -4,8 +4,8 @@
 
 #include "src/v8.h"
 
-#include "src/arm/lithium-gap-resolver-arm.h"
 #include "src/arm/lithium-codegen-arm.h"
+#include "src/arm/lithium-gap-resolver-arm.h"
 
 namespace v8 {
 namespace internal {
index e494305ac01161cd67c1db8257c7c8c73e805479..e45f8cc6ab138f25b3bbeb5de6b88e45ac7e1b57 100644 (file)
@@ -6,13 +6,14 @@
 
 #if V8_TARGET_ARCH_ARM
 
+#include "src/code-stubs.h"
 #include "src/cpu-profiler.h"
-#include "src/unicode.h"
 #include "src/log.h"
-#include "src/code-stubs.h"
-#include "src/regexp-stack.h"
 #include "src/macro-assembler.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/regexp-stack.h"
+#include "src/unicode.h"
+
 #include "src/arm/regexp-macro-assembler-arm.h"
 
 namespace v8 {
index 1ef4a9ce4a162120d5d5d508a3e388e26e149826..e987825caee05ceb3e71603dbe06f681c449943c 100644 (file)
 
 #if V8_TARGET_ARCH_ARM
 
-#include "src/disasm.h"
-#include "src/assembler.h"
-#include "src/codegen.h"
 #include "src/arm/constants-arm.h"
 #include "src/arm/simulator-arm.h"
+#include "src/assembler.h"
+#include "src/codegen.h"
+#include "src/disasm.h"
 
 #if defined(USE_SIMULATOR)
 
index 9a2f192b7d86bbde0edee876fdeb9b656d8cac3c..76865bcf2ac371391878270667bb946563979ac7 100644 (file)
@@ -61,8 +61,8 @@ class SimulatorStack : public v8::internal::AllStatic {
 // Running with a simulator.
 
 #include "src/arm/constants-arm.h"
-#include "src/hashmap.h"
 #include "src/assembler.h"
+#include "src/hashmap.h"
 
 namespace v8 {
 namespace internal {
index edc6953065309a6cd1e451e8353e1de79bdc9a47..23ee05d84b26207151388439c034eb7b6ecb0773 100644 (file)
@@ -6,8 +6,8 @@
 
 #if V8_TARGET_ARCH_ARM
 
-#include "src/ic-inl.h"
 #include "src/codegen.h"
+#include "src/ic-inl.h"
 #include "src/stub-cache.h"
 
 namespace v8 {
index c0ad4d053b184141221b70363592a6ee104dde01..0f29385f7df6b45147617b7abb479986ff3c094d 100644 (file)
@@ -8,12 +8,12 @@
 #include <list>
 #include <map>
 
+#include "src/arm64/instructions-arm64.h"
+#include "src/assembler.h"
 #include "src/cpu.h"
 #include "src/globals.h"
-#include "src/utils.h"
-#include "src/assembler.h"
 #include "src/serialize.h"
-#include "src/arm64/instructions-arm64.h"
+#include "src/utils.h"
 
 
 namespace v8 {
index 9eb0d4a5f767f0ac20fc5996ec86ff2df4b40d9c..d5080f1f47b3837f4b8cc26b8edeb8ab66097056 100644 (file)
@@ -6,9 +6,9 @@
 
 #if V8_TARGET_ARCH_ARM64
 
+#include "src/arm64/simulator-arm64.h"
 #include "src/codegen.h"
 #include "src/macro-assembler.h"
-#include "src/arm64/simulator-arm64.h"
 
 namespace v8 {
 namespace internal {
index 4cfc4f04b62cbf8eadfa7e5f70e1889282747fca..5c150d133d315e9e010f4642a7de8d39c65d1fea 100644 (file)
@@ -8,8 +8,8 @@
 
 #if V8_TARGET_ARCH_ARM64
 
-#include "src/cpu.h"
 #include "src/arm64/utils-arm64.h"
+#include "src/cpu.h"
 
 namespace v8 {
 namespace internal {
index 08881c2d5a57ee6ae2eff411b9667c5814461e85..7cc41ce72e08f7a52f1233f096dabd79f23ec084 100644 (file)
@@ -6,9 +6,9 @@
 
 #if V8_TARGET_ARCH_ARM64
 
+#include "src/arm64/decoder-arm64.h"
 #include "src/globals.h"
 #include "src/utils.h"
-#include "src/arm64/decoder-arm64.h"
 
 
 namespace v8 {
index 0ce84253baa9df6c7c284aad301e6aad187eddd5..af6bcc6f4f5b0e45e23cd973dd358331dc391685 100644 (file)
@@ -7,8 +7,8 @@
 
 #include <list>
 
-#include "src/globals.h"
 #include "src/arm64/instructions-arm64.h"
+#include "src/globals.h"
 
 namespace v8 {
 namespace internal {
index e6a30b477e8468b97ae7f5765414d701c086c271..de244811b0966a1891f162214f41b7273a67245d 100644 (file)
@@ -3,17 +3,17 @@
 // found in the LICENSE file.
 
 #include <assert.h>
-#include <stdio.h>
 #include <stdarg.h>
+#include <stdio.h>
 #include <string.h>
 
 #include "src/v8.h"
 
 #if V8_TARGET_ARCH_ARM64
 
-#include "src/disasm.h"
 #include "src/arm64/decoder-arm64-inl.h"
 #include "src/arm64/disasm-arm64.h"
+#include "src/disasm.h"
 #include "src/macro-assembler.h"
 #include "src/platform.h"
 
index a7db4d2414d17f870e529ab8b014335554bc14dc..8cd3b80dbe16baa255f90b2bd14d0375aa1aadbf 100644 (file)
@@ -7,10 +7,10 @@
 
 #include "src/v8.h"
 
+#include "src/arm64/decoder-arm64.h"
+#include "src/arm64/instructions-arm64.h"
 #include "src/globals.h"
 #include "src/utils.h"
-#include "src/arm64/instructions-arm64.h"
-#include "src/arm64/decoder-arm64.h"
 
 namespace v8 {
 namespace internal {
index 122ac218cedbdace15a9d864e607e40459436572..b3633e07baff201ac07794023df93b73eaf7ff91 100644 (file)
@@ -6,9 +6,9 @@
 
 #if V8_TARGET_ARCH_ARM64
 
-#include "src/assembler.h"
-#include "src/arm64/assembler-arm64.h"
 #include "src/arm64/assembler-arm64-inl.h"
+#include "src/arm64/assembler-arm64.h"
+#include "src/assembler.h"
 #include "src/frames.h"
 
 namespace v8 {
index 557c955fe5cfc65fc06c9e792091c6f10139a417..8d4ce8619783853bce0106eee2e70c998377bdbc 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "src/arm64/constants-arm64.h"
 #include "src/arm64/assembler-arm64.h"
+#include "src/arm64/constants-arm64.h"
 
 #ifndef V8_ARM64_FRAMES_ARM64_H_
 #define V8_ARM64_FRAMES_ARM64_H_
index c7334ed5cfc4b2584360d66ed1490cf5d2f79dd2..9e1b332881ed512911b3930cfa83fccadfa62ebf 100644 (file)
@@ -8,8 +8,8 @@
 
 #define ARM64_DEFINE_FP_STATICS
 
-#include "src/arm64/instructions-arm64.h"
 #include "src/arm64/assembler-arm64-inl.h"
+#include "src/arm64/instructions-arm64.h"
 
 namespace v8 {
 namespace internal {
index b3d9b794acb27cf03e5f3e4837d41377a6f132ff..7d77dae87fc86fb5398f4b3ddf0f2de8fc3efbad 100644 (file)
@@ -5,10 +5,10 @@
 #ifndef V8_ARM64_INSTRUCTIONS_ARM64_H_
 #define V8_ARM64_INSTRUCTIONS_ARM64_H_
 
-#include "src/globals.h"
-#include "src/utils.h"
 #include "src/arm64/constants-arm64.h"
 #include "src/arm64/utils-arm64.h"
+#include "src/globals.h"
+#include "src/utils.h"
 
 namespace v8 {
 namespace internal {
index 7458310854266ea4dc9415ee28d7a51796fab1b2..bbb7f8af7ce74f2e324337ca663ed7bf32301d4e 100644 (file)
@@ -7,8 +7,9 @@
 
 #include "src/globals.h"
 #include "src/utils.h"
-#include "src/arm64/decoder-arm64.h"
+
 #include "src/arm64/constants-arm64.h"
+#include "src/arm64/decoder-arm64.h"
 
 namespace v8 {
 namespace internal {
index 8446edfae79fc88bb074131ffdabcba86a721788..2af833b4ec46ab1988d5ad71ecb13631ac795aaf 100644 (file)
@@ -4,10 +4,10 @@
 
 #include "src/v8.h"
 
-#include "src/lithium-allocator-inl.h"
 #include "src/arm64/lithium-arm64.h"
 #include "src/arm64/lithium-codegen-arm64.h"
 #include "src/hydrogen-osr.h"
+#include "src/lithium-allocator-inl.h"
 
 namespace v8 {
 namespace internal {
index 18dd927d815d5a6e5cab8f13b3caf2ab08110d26..f7be2ed4967843feea51c88a0e210e1832ca6bf7 100644 (file)
@@ -6,8 +6,8 @@
 #define V8_ARM64_LITHIUM_ARM64_H_
 
 #include "src/hydrogen.h"
-#include "src/lithium-allocator.h"
 #include "src/lithium.h"
+#include "src/lithium-allocator.h"
 #include "src/safepoint-table.h"
 #include "src/utils.h"
 
index 29c13ac5833e2bf59dbb713c5f7f8529176b867d..f1b23d671c60465fca1581cba36cd5019ca6ed68 100644 (file)
@@ -7,8 +7,8 @@
 #include "src/arm64/lithium-codegen-arm64.h"
 #include "src/arm64/lithium-gap-resolver-arm64.h"
 #include "src/code-stubs.h"
-#include "src/stub-cache.h"
 #include "src/hydrogen-osr.h"
+#include "src/stub-cache.h"
 
 namespace v8 {
 namespace internal {
index bd655eaae8324ab4a0806f7b28f548c67cdbfed5..d845e1efc06677a5cedf57914f51b4c1c8d8be5d 100644 (file)
@@ -4,8 +4,8 @@
 
 #include "src/v8.h"
 
-#include "src/arm64/lithium-gap-resolver-arm64.h"
 #include "src/arm64/lithium-codegen-arm64.h"
+#include "src/arm64/lithium-gap-resolver-arm64.h"
 
 namespace v8 {
 namespace internal {
index 0c6aadf6b9e59e6d48fe458bac5d4071ad47ca82..fd5172bb0daca27237a59ca5dce311a365dbe91a 100644 (file)
@@ -9,10 +9,10 @@
 
 #include "src/globals.h"
 
-#include "src/arm64/assembler-arm64.h"
 #include "src/arm64/assembler-arm64-inl.h"
-#include "src/arm64/macro-assembler-arm64.h"
+#include "src/arm64/assembler-arm64.h"
 #include "src/arm64/instrument-arm64.h"
+#include "src/arm64/macro-assembler-arm64.h"
 
 
 namespace v8 {
index a772ef26408e653f42d97a4ae2a666a9d70eb4c1..6896704154347abf5fec8040f0e1a8269d0b5dfc 100644 (file)
@@ -6,13 +6,14 @@
 
 #if V8_TARGET_ARCH_ARM64
 
+#include "src/code-stubs.h"
 #include "src/cpu-profiler.h"
-#include "src/unicode.h"
 #include "src/log.h"
-#include "src/code-stubs.h"
-#include "src/regexp-stack.h"
 #include "src/macro-assembler.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/regexp-stack.h"
+#include "src/unicode.h"
+
 #include "src/arm64/regexp-macro-assembler-arm64.h"
 
 namespace v8 {
index c319eae3c59b7ecf7765b9c9e882c6289d1f5b76..ddc71fcc0d2dc173a310f383509e3f58101df80d 100644 (file)
@@ -5,9 +5,10 @@
 #ifndef V8_ARM64_REGEXP_MACRO_ASSEMBLER_ARM64_H_
 #define V8_ARM64_REGEXP_MACRO_ASSEMBLER_ARM64_H_
 
+#include "src/macro-assembler.h"
+
 #include "src/arm64/assembler-arm64.h"
 #include "src/arm64/assembler-arm64-inl.h"
-#include "src/macro-assembler.h"
 
 namespace v8 {
 namespace internal {
index 488b91e623538a409054ca2c4a286d36a70d65de..3392aa0beb77fc2db5a5615bd72a8b3e9eb55470 100644 (file)
@@ -9,10 +9,10 @@
 
 #if V8_TARGET_ARCH_ARM64
 
-#include "src/disasm.h"
-#include "src/assembler.h"
 #include "src/arm64/decoder-arm64-inl.h"
 #include "src/arm64/simulator-arm64.h"
+#include "src/assembler.h"
+#include "src/disasm.h"
 #include "src/macro-assembler.h"
 
 namespace v8 {
index bf74de85fbf820ce375e98d5b55b4fb2ed206f06..4c4d515d1e35a5a670ede965ee9e1c502a0d6b32 100644 (file)
 
 #include "src/v8.h"
 
-#include "src/globals.h"
-#include "src/utils.h"
 #include "src/allocation.h"
-#include "src/assembler.h"
 #include "src/arm64/assembler-arm64.h"
 #include "src/arm64/decoder-arm64.h"
 #include "src/arm64/disasm-arm64.h"
 #include "src/arm64/instrument-arm64.h"
+#include "src/assembler.h"
+#include "src/globals.h"
+#include "src/utils.h"
 
 #define REGISTER_CODE_LIST(R)                                                  \
 R(0)  R(1)  R(2)  R(3)  R(4)  R(5)  R(6)  R(7)                                 \
index b0f58fda2292acce431cc1f224e77712c8f9b470..9311645bb1e813e7b42b0e54c1c9c86a6ef76913 100644 (file)
@@ -6,8 +6,8 @@
 
 #if V8_TARGET_ARCH_ARM64
 
-#include "src/ic-inl.h"
 #include "src/codegen.h"
+#include "src/ic-inl.h"
 #include "src/stub-cache.h"
 
 namespace v8 {
index b940710205940cb8eb5e698295f56331548c6768..3c040c6be455d48e197204a04bab346f7b3ebcef 100644 (file)
@@ -7,6 +7,7 @@
 
 #include <cmath>
 #include "src/v8.h"
+
 #include "src/arm64/constants-arm64.h"
 
 #define REGISTER_CODE_LIST(R)                                                  \
index e8fa728797372cc7ed3f100adec760a2d13c9a4c..20c73f77ae2923463f2b0236df94a9a00b14bae3 100644 (file)
 #include "src/token.h"
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/assembler-ia32-inl.h"
+#include "src/ia32/assembler-ia32-inl.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/assembler-x64-inl.h"
+#include "src/x64/assembler-x64-inl.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/assembler-arm64-inl.h"
+#include "src/arm64/assembler-arm64-inl.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/assembler-arm-inl.h"
+#include "src/arm/assembler-arm-inl.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/assembler-mips-inl.h"
+#include "src/mips/assembler-mips-inl.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/assembler-x87-inl.h"
+#include "src/x87/assembler-x87-inl.h"  // NOLINT
 #else
 #error "Unknown architecture."
 #endif
 // Include native regexp-macro-assembler.
 #ifndef V8_INTERPRETED_REGEXP
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/regexp-macro-assembler-ia32.h"
+#include "src/ia32/regexp-macro-assembler-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/regexp-macro-assembler-x64.h"
+#include "src/x64/regexp-macro-assembler-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/regexp-macro-assembler-arm64.h"
+#include "src/arm64/regexp-macro-assembler-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/regexp-macro-assembler-arm.h"
+#include "src/arm/regexp-macro-assembler-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/regexp-macro-assembler-mips.h"
+#include "src/mips/regexp-macro-assembler-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/regexp-macro-assembler-x87.h"
+#include "src/x87/regexp-macro-assembler-x87.h"  // NOLINT
 #else  // Unknown architecture.
 #error "Unknown architecture."
 #endif  // Target architecture.
index d332f4a3cbcf15c8de64e998896f25b06b31532a..3f19fbf765939af88c726577e41586614b4a7562 100644 (file)
@@ -11,8 +11,8 @@
 #include "src/conversions.h"
 #include "src/hashmap.h"
 #include "src/parser.h"
-#include "src/property-details.h"
 #include "src/property.h"
+#include "src/property-details.h"
 #include "src/scopes.h"
 #include "src/string-stream.h"
 #include "src/type-info.h"
index 3036fccbddbe45b268be8c90a1f34e430029503a..d56b972d9a3640b17d313e71992b03aae936f3d6 100644 (file)
--- a/src/ast.h
+++ b/src/ast.h
@@ -10,6 +10,7 @@
 #include "src/assembler.h"
 #include "src/factory.h"
 #include "src/feedback-slots.h"
+#include "src/interface.h"
 #include "src/isolate.h"
 #include "src/jsregexp.h"
 #include "src/list-inl.h"
@@ -20,7 +21,6 @@
 #include "src/types.h"
 #include "src/utils.h"
 #include "src/variables.h"
-#include "src/interface.h"
 #include "src/zone-inl.h"
 
 namespace v8 {
index 5432de165c30cdd4d311b1eefc73242b46770b9c..e6b88bb2ff10bc56b2efc021a8407dee37cdd8af 100644 (file)
@@ -35,9 +35,9 @@
 
 #include <windows.h>
 
+#include <mmsystem.h>  // For timeGetTime().
 #include <signal.h>  // For raise().
 #include <time.h>  // For LocalOffset() implementation.
-#include <mmsystem.h>  // For timeGetTime().
 #ifdef __MINGW32__
 // Require Windows XP or higher when compiling with MinGW. This is for MinGW
 // header files to expose getaddrinfo.
index a44a67258652101f18aee0db9b4379d4224df2f3..cdb9f96cd19c5ddb0afc66f1d2bd35c99910a84b 100644 (file)
@@ -2,9 +2,10 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "include/v8stdint.h"
-#include "src/utils.h"
+#include "src/v8.h"
+
 #include "src/bignum.h"
+#include "src/utils.h"
 
 namespace v8 {
 namespace internal {
index 4d7ce52a127d647a04d004326cf8e296eb04b4ce..7dc41009994161cc4ffeb0633a651ea84233dfc4 100644 (file)
@@ -5,16 +5,16 @@
 #include "src/bootstrapper.h"
 
 #include "src/accessors.h"
-#include "src/isolate-inl.h"
-#include "src/natives.h"
-#include "src/snapshot.h"
-#include "src/trig-table.h"
+#include "src/code-stubs.h"
 #include "src/extensions/externalize-string-extension.h"
 #include "src/extensions/free-buffer-extension.h"
 #include "src/extensions/gc-extension.h"
 #include "src/extensions/statistics-extension.h"
 #include "src/extensions/trigger-failure-extension.h"
-#include "src/code-stubs.h"
+#include "src/isolate-inl.h"
+#include "src/natives.h"
+#include "src/snapshot.h"
+#include "src/trig-table.h"
 
 namespace v8 {
 namespace internal {
index 08ca1225282343aaca81a884b56d4bcaf6afcbca..6c3e3c742b3507b45497550afcc712e52b502c96 100644 (file)
@@ -11,8 +11,8 @@
 #include "src/builtins.h"
 #include "src/cpu-profiler.h"
 #include "src/gdb-jit.h"
-#include "src/ic-inl.h"
 #include "src/heap-profiler.h"
+#include "src/ic-inl.h"
 #include "src/mark-compact.h"
 #include "src/stub-cache.h"
 #include "src/vm-state-inl.h"
index f5720875e2565f10dc865ab9d3747845dd8fb372..1b9fb03a153e5482cb862e333bf7e396bf030e39 100644 (file)
@@ -2,14 +2,14 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include <stdarg.h>
 #include <limits.h>
+#include <stdarg.h>
 #include <cmath>
 
 #include "include/v8stdint.h"
-#include "src/globals.h"
-#include "src/checks.h"
 #include "src/cached-powers.h"
+#include "src/checks.h"
+#include "src/globals.h"
 
 namespace v8 {
 namespace internal {
index dc681bfd80e739d969cb9420af2a586734829b5d..3b873a2a8774d0ad2e2d336c1657559ddd93a3d0 100644 (file)
@@ -5,6 +5,7 @@
 #ifndef V8_CACHED_POWERS_H_
 #define V8_CACHED_POWERS_H_
 
+#include "src/checks.h"
 #include "src/diy-fp.h"
 
 namespace v8 {
index acd877d4635ae9a7a41260e34eea2c73857d4aeb..f61035e248a2c11a21b563696d40910337bd602a 100644 (file)
@@ -7,10 +7,10 @@
 #include "src/bootstrapper.h"
 #include "src/code-stubs.h"
 #include "src/cpu-profiler.h"
-#include "src/stub-cache.h"
 #include "src/factory.h"
 #include "src/gdb-jit.h"
 #include "src/macro-assembler.h"
+#include "src/stub-cache.h"
 
 namespace v8 {
 namespace internal {
index ec36b150d805e0a77f9541d0b11319b6fa8f3ab8..8ee8b24da2bac260ac6ddab141c6759ea1869e59 100644 (file)
 enum TypeofState { INSIDE_TYPEOF, NOT_INSIDE_TYPEOF };
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/codegen-ia32.h"
+#include "src/ia32/codegen-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/codegen-x64.h"
+#include "src/x64/codegen-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/codegen-arm64.h"
+#include "src/arm64/codegen-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/codegen-arm.h"
+#include "src/arm/codegen-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/codegen-mips.h"
+#include "src/mips/codegen-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/codegen-x87.h"
+#include "src/x87/codegen-x87.h"  // NOLINT
 #else
 #error Unsupported target architecture.
 #endif
index 42fcc78406bfa945b9902df124372bab36928235..a03bbf1ad9f34048bb9c4ca3fc036048e9c0592f 100644 (file)
@@ -14,7 +14,6 @@
 #include "src/deoptimizer.h"
 #include "src/full-codegen.h"
 #include "src/gdb-jit.h"
-#include "src/typing.h"
 #include "src/hydrogen.h"
 #include "src/isolate-inl.h"
 #include "src/lithium.h"
@@ -25,6 +24,7 @@
 #include "src/scanner-character-streams.h"
 #include "src/scopeinfo.h"
 #include "src/scopes.h"
+#include "src/typing.h"
 #include "src/vm-state-inl.h"
 
 namespace v8 {
index 27fed95eb5919e2f229f3d7da4904f8c43c48c03..4087bb87a616ee265b4c19f3a9016aa1a2a9176f 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef V8_CONVERSIONS_INL_H_
 #define V8_CONVERSIONS_INL_H_
 
-#include <limits.h>        // Required for INT_MAX etc.
 #include <float.h>         // Required for DBL_MAX and on Win32 for finite()
+#include <limits.h>        // Required for INT_MAX etc.
 #include <stdarg.h>
 #include <cmath>
 #include "src/globals.h"       // Required for V8_INFINITY
index 4efe90390486fc9118acc51bb3e7c825dd15cd92..2346486bb7527e488155484b087dd47bf2b800f9 100644 (file)
@@ -2,15 +2,15 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include <stdarg.h>
 #include <limits.h>
+#include <stdarg.h>
 #include <cmath>
 
 #include "src/v8.h"
 
 #include "src/assert-scope.h"
-#include "src/conversions.h"
 #include "src/conversions-inl.h"
+#include "src/conversions.h"
 #include "src/dtoa.h"
 #include "src/factory.h"
 #include "src/list-inl.h"
index 01c1036db26b69a3ec2af35e8666f05f04751fed..6b04e20ed85c28d982771fc7125831f6ca61a3b6 100644 (file)
@@ -23,7 +23,7 @@
 
 #include "src/checks.h"
 #if V8_OS_WIN
-#include "src/base/win32-headers.h"
+#include "src/base/win32-headers.h"  // NOLINT
 #endif
 
 namespace v8 {
index 8851ce85f99d51047540772b65e36db82ac343e7..fc56123c5b93d73a4c4f4dd45b69e511929e3d35 100644 (file)
@@ -3,16 +3,16 @@
 // found in the LICENSE file.
 
 
-#include <stdlib.h>
 #include <errno.h>
-#include <sys/types.h>
+#include <fcntl.h>
+#include <signal.h>
+#include <stdlib.h>
 #include <sys/stat.h>
 #include <sys/time.h>
+#include <sys/types.h>
+#include <sys/wait.h>
 #include <time.h>
 #include <unistd.h>
-#include <fcntl.h>
-#include <sys/wait.h>
-#include <signal.h>
 
 
 #include "src/d8.h"
index b519407a98045aec3c8c0750fad0f33264aae3c9..8fc4ad275a8ed27ec188d39fd047820c2473020b 100644 (file)
@@ -3,10 +3,10 @@
 // found in the LICENSE file.
 
 
+#include "src/api.h"
 #include "src/d8.h"
 #include "src/d8-debug.h"
 #include "src/debug.h"
-#include "src/api.h"
 
 
 namespace v8 {
index a710f0ba558694c7d5db3d2d1750239643145a97..58c0e44c7997cd79b3fab0d87cf16135622b0730 100644 (file)
 #include "src/ic-inl.h"
 #include "src/isolate-inl.h"
 #include "src/list.h"
+#include "src/log.h"
 #include "src/messages.h"
 #include "src/natives.h"
 #include "src/stub-cache.h"
-#include "src/log.h"
 
 #include "include/v8-debug.h"
 
index 3abf14d3f2c8498c11ca93bb1ebc3bdcb8d36111..60147edf716eaaa4282c14ec264aaf8535e52e35 100644 (file)
@@ -3,9 +3,9 @@
 // found in the LICENSE file.
 
 #include "include/v8stdint.h"
-#include "src/globals.h"
 #include "src/checks.h"
 #include "src/diy-fp.h"
+#include "src/globals.h"
 
 namespace v8 {
 namespace internal {
index aa0159ed05b8c3bfc88517c4d08712f640cdf2cc..95d185cfd0b29eb058d9e25f98fc37b96faf5afb 100644 (file)
@@ -6,9 +6,9 @@
 #define V8_ELEMENTS_H_
 
 #include "src/elements-kind.h"
-#include "src/objects.h"
 #include "src/heap.h"
 #include "src/isolate.h"
+#include "src/objects.h"
 
 namespace v8 {
 namespace internal {
index 0f77c8c57e4481299ed83bd6c469c4dea5d20353..b25e624736e95489ed11e618c27949bca0ce311b 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef V8_FIELD_INDEX_H_
 #define V8_FIELD_INDEX_H_
 
-#include "src/utils.h"
 #include "src/property-details.h"
+#include "src/utils.h"
 
 namespace v8 {
 namespace internal {
index 265eb8fd5068bb0cd4a0ee67c782e02329179a77..daf5631015c771232050fac56a127b8b9d247904 100644 (file)
@@ -17,11 +17,11 @@ namespace internal {
 
 // Define all of our flags.
 #define FLAG_MODE_DEFINE
-#include "src/flag-definitions.h"
+#include "src/flag-definitions.h"  // NOLINT
 
 // Define all of our flags default values.
 #define FLAG_MODE_DEFINE_DEFAULTS
-#include "src/flag-definitions.h"
+#include "src/flag-definitions.h"  // NOLINT
 
 namespace {
 
index 092de21f468a462e22a9105bbb2e00b2a56147bc..78522ffce62b52a707953e15333e944d994bd2b6 100644 (file)
@@ -12,7 +12,7 @@ namespace internal {
 
 // Declare all of our flags.
 #define FLAG_MODE_DECLARE
-#include "src/flag-definitions.h"
+#include "src/flag-definitions.h"  // NOLINT
 
 // The global list of all flags.
 class FlagList {
index 02e7fb44da68c4a0dea2fd718510de1c7578e486..3c05268713a6f35fddf86506b9e61530ed0eb537 100644 (file)
 #include "src/v8memory.h"
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/frames-ia32.h"
+#include "src/ia32/frames-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/frames-x64.h"
+#include "src/x64/frames-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/frames-arm64.h"
+#include "src/arm64/frames-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/frames-arm.h"
+#include "src/arm/frames-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/frames-mips.h"
+#include "src/mips/frames-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/frames-x87.h"
+#include "src/x87/frames-x87.h"  // NOLINT
 #else
 #error Unsupported target architecture.
 #endif
index 0c82eb3d82b0186c5f061273b351836742d1da7b..32241c29a92799ca2894e6090322785a5b413333 100644 (file)
@@ -11,8 +11,8 @@
 #include "src/liveedit.h"
 #include "src/macro-assembler.h"
 #include "src/prettyprinter.h"
-#include "src/scopes.h"
 #include "src/scopeinfo.h"
+#include "src/scopes.h"
 #include "src/snapshot.h"
 #include "src/stub-cache.h"
 
index 789a0fd5a39a506729066fa67ea8bacce69b3756..20e3f2a6d5e2a1d269df125816c9cdc345f6815d 100644 (file)
@@ -4,12 +4,12 @@
 
 #ifdef ENABLE_GDB_JIT_INTERFACE
 #include "src/v8.h"
-#include "src/gdb-jit.h"
 
 #include "src/bootstrapper.h"
 #include "src/compiler.h"
-#include "src/frames.h"
 #include "src/frames-inl.h"
+#include "src/frames.h"
+#include "src/gdb-jit.h"
 #include "src/global-handles.h"
 #include "src/messages.h"
 #include "src/natives.h"
index d8828566c8e6ea75094a0934f4b09ab49505771f..db9c0f23c2f621428413a9bfa8fa776813df11f3 100644 (file)
@@ -15,6 +15,7 @@
 
 #ifdef ENABLE_GDB_JIT_INTERFACE
 #include "src/v8.h"
+
 #include "src/factory.h"
 
 namespace v8 {
index 1f554853082767e6cd02ced87a7a6cee6ba18345..8fbec0cec33ff70ab7722591b0206746ae2d25a6 100644 (file)
 #include "src/isolate-inl.h"
 #include "src/mark-compact.h"
 #include "src/natives.h"
-#include "src/objects-visiting.h"
 #include "src/objects-visiting-inl.h"
+#include "src/objects-visiting.h"
 #include "src/runtime-profiler.h"
 #include "src/scopeinfo.h"
 #include "src/snapshot.h"
 #include "src/store-buffer.h"
-#include "src/utils/random-number-generator.h"
 #include "src/utils.h"
+#include "src/utils/random-number-generator.h"
 #include "src/v8threads.h"
 #include "src/vm-state-inl.h"
+
 #if V8_TARGET_ARCH_ARM && !V8_INTERPRETED_REGEXP
-#include "src/regexp-macro-assembler.h"
-#include "src/arm/regexp-macro-assembler-arm.h"
+#include "src/regexp-macro-assembler.h"  // NOLINT
+#include "src/arm/regexp-macro-assembler-arm.h"  // NOLINT
 #endif
 #if V8_TARGET_ARCH_MIPS && !V8_INTERPRETED_REGEXP
-#include "src/regexp-macro-assembler.h"
-#include "src/mips/regexp-macro-assembler-mips.h"
+#include "src/regexp-macro-assembler.h"  // NOLINT
+#include "src/mips/regexp-macro-assembler-mips.h"  // NOLINT
 #endif
 
 namespace v8 {
index 8b40a249d34372d793adad1c69c6496d82e5bd52..dae74471a6dab87baefbe150050caa784cdc9fbd 100644 (file)
 #include "src/property-details-inl.h"
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/lithium-ia32.h"
+#include "src/ia32/lithium-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/lithium-x64.h"
+#include "src/x64/lithium-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/lithium-arm64.h"
+#include "src/arm64/lithium-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/lithium-arm.h"
+#include "src/arm/lithium-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/lithium-mips.h"
+#include "src/mips/lithium-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/lithium-x87.h"
+#include "src/x87/lithium-x87.h"  // NOLINT
 #else
 #error Unsupported target architecture.
 #endif
index 5cefcf75258ae4128111d9ad7ef1cb01c772e8f6..447ba34ee29661653aadf36248966a31d3dafe59 100644 (file)
@@ -3,9 +3,9 @@
 // found in the LICENSE file.
 
 #include "src/hydrogen-alias-analysis.h"
-#include "src/hydrogen-load-elimination.h"
-#include "src/hydrogen-instructions.h"
 #include "src/hydrogen-flow-engine.h"
+#include "src/hydrogen-instructions.h"
+#include "src/hydrogen-load-elimination.h"
 
 namespace v8 {
 namespace internal {
index eb2bcf4a94761df892a432b2f71b9c09fce3191a..ee718e6407e1adfdb322951d7d89618ad5ba80eb 100644 (file)
@@ -2,8 +2,8 @@
 // Use of this source code is governed by a BSD-style license that can be
 // found in the LICENSE file.
 
-#include "src/hydrogen-store-elimination.h"
 #include "src/hydrogen-instructions.h"
+#include "src/hydrogen-store-elimination.h"
 
 namespace v8 {
 namespace internal {
index 8be2c6717e2e53107a498adf5a263a11a4275377..90e6fbbb19a2b64b265872894ad4b309e27467b8 100644 (file)
@@ -7,6 +7,7 @@
 #include <algorithm>
 
 #include "src/v8.h"
+
 #include "src/allocation-site-scopes.h"
 #include "src/codegen.h"
 #include "src/full-codegen.h"
 #include "src/hydrogen-dehoist.h"
 #include "src/hydrogen-environment-liveness.h"
 #include "src/hydrogen-escape-analysis.h"
+#include "src/hydrogen-gvn.h"
 #include "src/hydrogen-infer-representation.h"
 #include "src/hydrogen-infer-types.h"
 #include "src/hydrogen-load-elimination.h"
-#include "src/hydrogen-gvn.h"
 #include "src/hydrogen-mark-deoptimize.h"
 #include "src/hydrogen-mark-unreachable.h"
 #include "src/hydrogen-osr.h"
 #include "src/typing.h"
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/lithium-codegen-ia32.h"
+#include "src/ia32/lithium-codegen-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/lithium-codegen-x64.h"
+#include "src/x64/lithium-codegen-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/lithium-codegen-arm64.h"
+#include "src/arm64/lithium-codegen-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/lithium-codegen-arm.h"
+#include "src/arm/lithium-codegen-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/lithium-codegen-mips.h"
+#include "src/mips/lithium-codegen-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/lithium-codegen-x87.h"
+#include "src/x87/lithium-codegen-x87.h"  // NOLINT
 #else
 #error Unsupported target architecture.
 #endif
index 5df1d65debe88d77167981f5c032c3e81fe04cbb..74c19037dcfff752f0ee1e44692753801cd81c3d 100644 (file)
@@ -12,8 +12,8 @@
 #include "src/ast.h"
 #include "src/compiler.h"
 #include "src/hydrogen-instructions.h"
-#include "src/zone.h"
 #include "src/scopes.h"
+#include "src/zone.h"
 
 namespace v8 {
 namespace internal {
index 5a195eb49feab3751e83e0d309ef697c1d0bbe96..a50c43a429971f185a471fc0e8393c7c8b58b633 100644 (file)
@@ -6,8 +6,8 @@
 #ifndef V8_I18N_H_
 #define V8_I18N_H_
 
-#include "unicode/uversion.h"
 #include "src/v8.h"
+#include "unicode/uversion.h"
 
 namespace U_ICU_NAMESPACE {
 class BreakIterator;
index e61d22138f18d6bda780ec9bc66e0c1ad6d5926a..9a6719bcda1531cf6bb0f28ab3a4a31e2c2d2a80 100644 (file)
@@ -8,13 +8,13 @@
 
 #include "src/bootstrapper.h"
 #include "src/code-stubs.h"
+#include "src/codegen.h"
 #include "src/isolate.h"
 #include "src/jsregexp.h"
 #include "src/regexp-macro-assembler.h"
 #include "src/runtime.h"
-#include "src/stub-cache.h"
-#include "src/codegen.h"
 #include "src/runtime.h"
+#include "src/stub-cache.h"
 
 namespace v8 {
 namespace internal {
index 8700181a86f1436ddf37536cb71f674e7cd5cf33..fb5565a5e67d1ec0a79adea4193a17704d7be7e4 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef V8_IA32_CODE_STUBS_IA32_H_
 #define V8_IA32_CODE_STUBS_IA32_H_
 
-#include "src/macro-assembler.h"
 #include "src/ic-inl.h"
+#include "src/macro-assembler.h"
 
 namespace v8 {
 namespace internal {
index 3b3ff09921a903c3a345888fdf35fbdd4b85f8d8..e93566452a383b3bdd6f651a323f32b54d65b5ed 100644 (file)
@@ -3,8 +3,8 @@
 // found in the LICENSE file.
 
 #include <assert.h>
-#include <stdio.h>
 #include <stdarg.h>
+#include <stdio.h>
 
 #include "src/v8.h"
 
index 1acc873d7155245d8fcdec5883ac319b9c7fd8bf..18f19605588859f59ef784eac76ab596c237e26e 100644 (file)
@@ -7,9 +7,9 @@
 #if V8_TARGET_ARCH_IA32
 
 #include "src/assembler.h"
-#include "src/ia32/assembler-ia32.h"
-#include "src/ia32/assembler-ia32-inl.h"
 #include "src/frames.h"
+#include "src/ia32/assembler-ia32-inl.h"
+#include "src/ia32/assembler-ia32.h"
 
 namespace v8 {
 namespace internal {
index 1e4f7561be995bdb27f7cf8b69c24b1edd1752f5..a0af737590a6aa48bef03474cf6db7d6248bb0d8 100644 (file)
@@ -6,13 +6,13 @@
 
 #if V8_TARGET_ARCH_IA32
 
-#include "src/ia32/lithium-codegen-ia32.h"
-#include "src/ic.h"
 #include "src/code-stubs.h"
-#include "src/deoptimizer.h"
-#include "src/stub-cache.h"
 #include "src/codegen.h"
+#include "src/deoptimizer.h"
 #include "src/hydrogen-osr.h"
+#include "src/ia32/lithium-codegen-ia32.h"
+#include "src/ic.h"
+#include "src/stub-cache.h"
 
 namespace v8 {
 namespace internal {
index 71a4a0e8d9395d715452905ddc073f9517953f39..2a5db0769805f149d5a66ea0bdfa99a320575ba2 100644 (file)
@@ -6,8 +6,8 @@
 
 #if V8_TARGET_ARCH_IA32
 
-#include "src/ia32/lithium-gap-resolver-ia32.h"
 #include "src/ia32/lithium-codegen-ia32.h"
+#include "src/ia32/lithium-gap-resolver-ia32.h"
 
 namespace v8 {
 namespace internal {
index 44b4ea5089d93041c925bbe91f6339c036237109..d5118fb0e18ddf06290b1b9aaa12de1dd78ea967 100644 (file)
@@ -6,10 +6,10 @@
 
 #if V8_TARGET_ARCH_IA32
 
-#include "src/lithium-allocator-inl.h"
-#include "src/ia32/lithium-ia32.h"
-#include "src/ia32/lithium-codegen-ia32.h"
 #include "src/hydrogen-osr.h"
+#include "src/ia32/lithium-codegen-ia32.h"
+#include "src/ia32/lithium-ia32.h"
+#include "src/lithium-allocator-inl.h"
 
 namespace v8 {
 namespace internal {
index e12ca5e9bdad24655ca45862ee3eab5d47bd331c..6afe809ac23cabd5e7fc42bfe7928fa5ffc7733a 100644 (file)
@@ -6,8 +6,8 @@
 #define V8_IA32_LITHIUM_IA32_H_
 
 #include "src/hydrogen.h"
-#include "src/lithium-allocator.h"
 #include "src/lithium.h"
+#include "src/lithium-allocator.h"
 #include "src/safepoint-table.h"
 #include "src/utils.h"
 
index 1945bd63034f33ffb17b2325da010d2844e92dce..4d2d0517bde3299aa051bdfaf1e2c6bf0faad3d9 100644 (file)
@@ -7,11 +7,12 @@
 #if V8_TARGET_ARCH_IA32
 
 #include "src/cpu-profiler.h"
-#include "src/unicode.h"
 #include "src/log.h"
-#include "src/regexp-stack.h"
 #include "src/macro-assembler.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/regexp-stack.h"
+#include "src/unicode.h"
+
 #include "src/ia32/regexp-macro-assembler-ia32.h"
 
 namespace v8 {
index 49270196f2c40dc7bdc603d170e59407d46f6e46..e70e5a24b97ef654af830078224aa2841884b68c 100644 (file)
@@ -6,8 +6,8 @@
 
 #if V8_TARGET_ARCH_IA32
 
-#include "src/ic-inl.h"
 #include "src/codegen.h"
+#include "src/ic-inl.h"
 #include "src/stub-cache.h"
 
 namespace v8 {
index c72a3d04f707017089aa57330ca994a7d52a6299..67010fda80c045ecc24c2eb4c61b6bc193a83dd7 100644 (file)
@@ -6,13 +6,14 @@
 
 
 #include "src/v8.h"
-#include "src/unicode.h"
-#include "src/utils.h"
+
 #include "src/ast.h"
 #include "src/bytecodes-irregexp.h"
 #include "src/interpreter-irregexp.h"
 #include "src/jsregexp.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/unicode.h"
+#include "src/utils.h"
 
 namespace v8 {
 namespace internal {
index 7de73034cdecb7ad52610fbbcd4d47a054d56fa5..3cabea9c8549bc35a81ac4c082769d78c1d8c6b5 100644 (file)
 #include "src/base/atomicops.h"
 #include "src/builtins.h"
 #include "src/contexts.h"
+#include "src/date.h"
 #include "src/execution.h"
 #include "src/frames.h"
-#include "src/date.h"
 #include "src/global-handles.h"
 #include "src/handles.h"
 #include "src/hashmap.h"
 #include "src/heap.h"
 #include "src/optimizing-compiler-thread.h"
 #include "src/regexp-stack.h"
-#include "src/runtime-profiler.h"
 #include "src/runtime.h"
+#include "src/runtime-profiler.h"
 #include "src/zone.h"
 
 namespace v8 {
index 03461d723532a4b1c6d3d9438a6695498ad1ea83..0b5abbcdc9e1c0303f890e3cb4d33de08ee114a7 100644 (file)
@@ -6,6 +6,7 @@
 #define V8_JSON_STRINGIFIER_H_
 
 #include "src/v8.h"
+
 #include "src/conversions.h"
 #include "src/utils.h"
 
index 8f378a6064b150a7c972930bd15cee0acb0137e3..5962bdec8a98680709f85c96671e7fd53b8db2a0 100644 (file)
@@ -5,35 +5,35 @@
 #include "src/v8.h"
 
 #include "src/ast.h"
+#include "src/compilation-cache.h"
 #include "src/compiler.h"
 #include "src/execution.h"
 #include "src/factory.h"
-#include "src/jsregexp.h"
 #include "src/jsregexp-inl.h"
-#include "src/platform.h"
-#include "src/string-search.h"
-#include "src/runtime.h"
-#include "src/compilation-cache.h"
-#include "src/string-stream.h"
+#include "src/jsregexp.h"
 #include "src/parser.h"
+#include "src/platform.h"
 #include "src/regexp-macro-assembler.h"
-#include "src/regexp-macro-assembler-tracer.h"
 #include "src/regexp-macro-assembler-irregexp.h"
+#include "src/regexp-macro-assembler-tracer.h"
 #include "src/regexp-stack.h"
+#include "src/runtime.h"
+#include "src/string-search.h"
+#include "src/string-stream.h"
 
 #ifndef V8_INTERPRETED_REGEXP
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/regexp-macro-assembler-ia32.h"
+#include "src/ia32/regexp-macro-assembler-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/regexp-macro-assembler-x64.h"
+#include "src/x64/regexp-macro-assembler-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/regexp-macro-assembler-arm64.h"
+#include "src/arm64/regexp-macro-assembler-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/regexp-macro-assembler-arm.h"
+#include "src/arm/regexp-macro-assembler-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/regexp-macro-assembler-mips.h"
+#include "src/mips/regexp-macro-assembler-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/regexp-macro-assembler-x87.h"
+#include "src/x87/regexp-macro-assembler-x87.h"  // NOLINT
 #else
 #error Unsupported target architecture.
 #endif
index 733bcf09b83bcd67de061f527890c28671c38c67..994a5173e339a787d82853def83c5af6c3731d5e 100644 (file)
@@ -9,8 +9,8 @@
 
 // TODO(jochen): We should have our own version of checks.h.
 #include "src/checks.h"
-#include "src/platform.h"
 #include "src/libplatform/worker-thread.h"
+#include "src/platform.h"
 
 namespace v8 {
 namespace internal {
index 112ba4eb2950b59ce1f813958badb888bf019cbd..e38ca60f669e65dc2d1d956ef44243a3572cd7ea 100644 (file)
@@ -9,8 +9,8 @@
 
 #include "include/v8-platform.h"
 #include "src/base/macros.h"
-#include "src/platform/mutex.h"
 #include "src/libplatform/task-queue.h"
+#include "src/platform/mutex.h"
 
 namespace v8 {
 namespace internal {
index 1016ee3c6859cbc2ae403cd639b85e63dacfe178..c87f9527ab8231ac2b3f768bb6eb6cd28f3d733a 100644 (file)
@@ -8,17 +8,17 @@
 #include "src/lithium-allocator.h"
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/lithium-ia32.h"
+#include "src/ia32/lithium-ia32.h" // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/lithium-x64.h"
+#include "src/x64/lithium-x64.h" // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/lithium-arm64.h"
+#include "src/arm64/lithium-arm64.h" // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/lithium-arm.h"
+#include "src/arm/lithium-arm.h" // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/lithium-mips.h"
+#include "src/mips/lithium-mips.h" // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/lithium-x87.h"
+#include "src/x87/lithium-x87.h" // NOLINT
 #else
 #error "Unknown architecture."
 #endif
index a36f7de5c8e310683144d26f8e7155577280810a..ad035752ef67874f94de370cdda0f4548428d2b9 100644 (file)
@@ -3,23 +3,23 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
-#include "src/lithium-allocator-inl.h"
 
 #include "src/hydrogen.h"
+#include "src/lithium-allocator-inl.h"
 #include "src/string-stream.h"
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/lithium-ia32.h"
+#include "src/ia32/lithium-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/lithium-x64.h"
+#include "src/x64/lithium-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/lithium-arm64.h"
+#include "src/arm64/lithium-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/lithium-arm.h"
+#include "src/arm/lithium-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/lithium-mips.h"
+#include "src/mips/lithium-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/lithium-x87.h"
+#include "src/x87/lithium-x87.h"  // NOLINT
 #else
 #error "Unknown architecture."
 #endif
index f49887d9d13d0237194c7d1686adac5832e9ce1a..1e7178551508f8c0afae7d0849fd55239ce14590 100644 (file)
@@ -7,23 +7,23 @@
 #include "src/lithium-codegen.h"
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/lithium-ia32.h"
-#include "src/ia32/lithium-codegen-ia32.h"
+#include "src/ia32/lithium-ia32.h"  // NOLINT
+#include "src/ia32/lithium-codegen-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/lithium-x64.h"
-#include "src/x64/lithium-codegen-x64.h"
+#include "src/x64/lithium-x64.h"  // NOLINT
+#include "src/x64/lithium-codegen-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/lithium-arm.h"
-#include "src/arm/lithium-codegen-arm.h"
+#include "src/arm/lithium-arm.h"  // NOLINT
+#include "src/arm/lithium-codegen-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/lithium-arm64.h"
-#include "src/arm64/lithium-codegen-arm64.h"
+#include "src/arm64/lithium-arm64.h"  // NOLINT
+#include "src/arm64/lithium-codegen-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/lithium-mips.h"
-#include "src/mips/lithium-codegen-mips.h"
+#include "src/mips/lithium-mips.h"  // NOLINT
+#include "src/mips/lithium-codegen-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/lithium-x87.h"
-#include "src/x87/lithium-codegen-x87.h"
+#include "src/x87/lithium-x87.h"  // NOLINT
+#include "src/x87/lithium-codegen-x87.h"  // NOLINT
 #else
 #error Unsupported target architecture.
 #endif
index b292b4ffd3a7e4e4adb9643404bdc3ee9306fc8c..a8ea8c24a210f33503c7acf56fda22dfd8c38fa5 100644 (file)
@@ -3,28 +3,29 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
+
 #include "src/lithium.h"
 #include "src/scopes.h"
 #include "src/serialize.h"
 
 #if V8_TARGET_ARCH_IA32
-#include "src/ia32/lithium-ia32.h"
-#include "src/ia32/lithium-codegen-ia32.h"
+#include "src/ia32/lithium-ia32.h"  // NOLINT
+#include "src/ia32/lithium-codegen-ia32.h"  // NOLINT
 #elif V8_TARGET_ARCH_X64
-#include "src/x64/lithium-x64.h"
-#include "src/x64/lithium-codegen-x64.h"
+#include "src/x64/lithium-x64.h"  // NOLINT
+#include "src/x64/lithium-codegen-x64.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM
-#include "src/arm/lithium-arm.h"
-#include "src/arm/lithium-codegen-arm.h"
+#include "src/arm/lithium-arm.h"  // NOLINT
+#include "src/arm/lithium-codegen-arm.h"  // NOLINT
 #elif V8_TARGET_ARCH_MIPS
-#include "src/mips/lithium-mips.h"
-#include "src/mips/lithium-codegen-mips.h"
+#include "src/mips/lithium-mips.h"  // NOLINT
+#include "src/mips/lithium-codegen-mips.h"  // NOLINT
 #elif V8_TARGET_ARCH_ARM64
-#include "src/arm64/lithium-arm64.h"
-#include "src/arm64/lithium-codegen-arm64.h"
+#include "src/arm64/lithium-arm64.h"  // NOLINT
+#include "src/arm64/lithium-codegen-arm64.h"  // NOLINT
 #elif V8_TARGET_ARCH_X87
-#include "src/x87/lithium-x87.h"
-#include "src/x87/lithium-codegen-x87.h"
+#include "src/x87/lithium-x87.h"  // NOLINT
+#include "src/x87/lithium-codegen-x87.h"  // NOLINT
 #else
 #error "Unknown architecture."
 #endif
index a11afd863bb09910ae6008a203912e058b014315..70952e2a7b9a0ae51067bd5dfd5208ba45f5c49f 100644 (file)
@@ -41,7 +41,7 @@ const int kInvalidProtoDepth = -1;
 #include "src/assembler.h"
 #include "src/ia32/assembler-ia32.h"
 #include "src/ia32/assembler-ia32-inl.h"
-#include "src/code.h"  // must be after assembler_*.h
+#include "src/code.h"  // NOLINT, must be after assembler_*.h
 #include "src/ia32/macro-assembler-ia32.h"
 #elif V8_TARGET_ARCH_X64
 #include "src/assembler.h"
@@ -52,7 +52,7 @@ const int kInvalidProtoDepth = -1;
 #elif V8_TARGET_ARCH_ARM64
 #include "src/arm64/constants-arm64.h"
 #include "src/assembler.h"
-#include "src/arm64/assembler-arm64.h"
+#include "src/arm64/assembler-arm64.h"  // NOLINT
 #include "src/arm64/assembler-arm64-inl.h"
 #include "src/code.h"  // must be after assembler_*.h
 #include "src/arm64/macro-assembler-arm64.h"
@@ -60,14 +60,14 @@ const int kInvalidProtoDepth = -1;
 #elif V8_TARGET_ARCH_ARM
 #include "src/arm/constants-arm.h"
 #include "src/assembler.h"
-#include "src/arm/assembler-arm.h"
+#include "src/arm/assembler-arm.h"  // NOLINT
 #include "src/arm/assembler-arm-inl.h"
 #include "src/code.h"  // must be after assembler_*.h
 #include "src/arm/macro-assembler-arm.h"
 #elif V8_TARGET_ARCH_MIPS
 #include "src/mips/constants-mips.h"
 #include "src/assembler.h"
-#include "src/mips/assembler-mips.h"
+#include "src/mips/assembler-mips.h"  // NOLINT
 #include "src/mips/assembler-mips-inl.h"
 #include "src/code.h"  // must be after assembler_*.h
 #include "src/mips/macro-assembler-mips.h"
index 82a47582ad382a3b10e1f113cfbcfe370b831f85..3cf071eb54350059e74feac72a3f573d4dc18774 100644 (file)
 
 
 #include <assert.h>
-#include <stdio.h>
 #include <stdarg.h>
+#include <stdio.h>
 #include <string.h>
 
 #include "src/v8.h"
 
 #if V8_TARGET_ARCH_MIPS
 
-#include "src/mips/constants-mips.h"
 #include "src/disasm.h"
 #include "src/macro-assembler.h"
+#include "src/mips/constants-mips.h"
 #include "src/platform.h"
 
 namespace v8 {
index 5da00801c775cc27f2a6aa6e003003422bd19dc2..b65f1bff9520794bf8aa8f03c7b9c5e7f14dca40 100644 (file)
@@ -7,9 +7,9 @@
 #if V8_TARGET_ARCH_MIPS
 
 #include "src/assembler.h"
-#include "src/mips/assembler-mips.h"
-#include "src/mips/assembler-mips-inl.h"
 #include "src/frames.h"
+#include "src/mips/assembler-mips-inl.h"
+#include "src/mips/assembler-mips.h"
 
 namespace v8 {
 namespace internal {
index 834135cc031e14df1658e93b173443999318968c..cbf721adb8c8ec9ae7dc70039a4af2f885310f5d 100644 (file)
@@ -8,8 +8,8 @@
 
 #if V8_TARGET_ARCH_MIPS
 
-#include "src/codegen.h"
 #include "src/code-stubs.h"
+#include "src/codegen.h"
 #include "src/ic-inl.h"
 #include "src/runtime.h"
 #include "src/stub-cache.h"
index 5edca6a39197e06aa8b87518438a258702ae01db..bcf5d5cb7dff94fb10a72297a8d274a1cbe2b030 100644 (file)
 
 #include "src/v8.h"
 
+#include "src/code-stubs.h"
+#include "src/hydrogen-osr.h"
 #include "src/mips/lithium-codegen-mips.h"
 #include "src/mips/lithium-gap-resolver-mips.h"
-#include "src/code-stubs.h"
 #include "src/stub-cache.h"
-#include "src/hydrogen-osr.h"
 
 namespace v8 {
 namespace internal {
index d70c871265c734982743aa76699ba62f28fea6b7..df0da84889102d4a434b4adb376bacf4cc1a7047 100644 (file)
@@ -6,9 +6,9 @@
 #define V8_MIPS_LITHIUM_CODEGEN_MIPS_H_
 
 #include "src/deoptimizer.h"
+#include "src/lithium-codegen.h"
 #include "src/mips/lithium-gap-resolver-mips.h"
 #include "src/mips/lithium-mips.h"
-#include "src/lithium-codegen.h"
 #include "src/safepoint-table.h"
 #include "src/scopes.h"
 #include "src/utils.h"
index 6447520c1b37032df2e1bc252a1e2549a015b1b8..aa77b94685e696f4ff82bafa95c4e5304b778428 100644 (file)
@@ -4,8 +4,8 @@
 
 #include "src/v8.h"
 
-#include "src/mips/lithium-gap-resolver-mips.h"
 #include "src/mips/lithium-codegen-mips.h"
+#include "src/mips/lithium-gap-resolver-mips.h"
 
 namespace v8 {
 namespace internal {
index 830fc9152df8eb07031306fd4d354990012d5acb..4cf8a63c819f52b621f77299c5ef40df902fec80 100644 (file)
@@ -4,10 +4,10 @@
 
 #include "src/v8.h"
 
+#include "src/hydrogen-osr.h"
 #include "src/lithium-allocator-inl.h"
-#include "src/mips/lithium-mips.h"
 #include "src/mips/lithium-codegen-mips.h"
-#include "src/hydrogen-osr.h"
+#include "src/mips/lithium-mips.h"
 
 namespace v8 {
 namespace internal {
index ea3a658f3c31c48840e2475a6488dba51c95b6ec..6964fc5904f4dced91fd5eed41a99ef00aee158f 100644 (file)
@@ -6,8 +6,8 @@
 #define V8_MIPS_LITHIUM_MIPS_H_
 
 #include "src/hydrogen.h"
-#include "src/lithium-allocator.h"
 #include "src/lithium.h"
+#include "src/lithium-allocator.h"
 #include "src/safepoint-table.h"
 #include "src/utils.h"
 
index d339a3f7a2d84e451c6098de8b359dad9f0c1890..2fb04d2afd1d97eece2180464d96010f58d9e262 100644 (file)
@@ -6,8 +6,8 @@
 #define V8_MIPS_MACRO_ASSEMBLER_MIPS_H_
 
 #include "src/assembler.h"
-#include "src/mips/assembler-mips.h"
 #include "src/globals.h"
+#include "src/mips/assembler-mips.h"
 
 namespace v8 {
 namespace internal {
index bbd5e128e5c28c6c8199bc4d064b9be614d576d2..3d47e51ff5c7e9e896c99232ae9e81e125cad5e8 100644 (file)
@@ -6,12 +6,13 @@
 
 #if V8_TARGET_ARCH_MIPS
 
-#include "src/unicode.h"
-#include "src/log.h"
 #include "src/code-stubs.h"
-#include "src/regexp-stack.h"
+#include "src/log.h"
 #include "src/macro-assembler.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/regexp-stack.h"
+#include "src/unicode.h"
+
 #include "src/mips/regexp-macro-assembler-mips.h"
 
 namespace v8 {
index 921a84817c895b62c740fc7deae3f6aeb882fb24..ddf484cbbe896156a0f43ff5e8bd2bf596d6d9a7 100644 (file)
@@ -6,10 +6,9 @@
 #ifndef V8_MIPS_REGEXP_MACRO_ASSEMBLER_MIPS_H_
 #define V8_MIPS_REGEXP_MACRO_ASSEMBLER_MIPS_H_
 
-#include "src/mips/assembler-mips.h"
-#include "src/mips/assembler-mips-inl.h"
 #include "src/macro-assembler.h"
-#include "src/code.h"
+#include "src/mips/assembler-mips-inl.h"
+#include "src/mips/assembler-mips.h"
 #include "src/mips/macro-assembler-mips.h"
 
 namespace v8 {
index dfb1ee3f071cefb069e20b5d0d5b82fe751c60f1..37bf79fe00b8d4fb8d07b3a94bc89e3acd241223 100644 (file)
@@ -11,9 +11,9 @@
 
 #if V8_TARGET_ARCH_MIPS
 
+#include "src/assembler.h"
 #include "src/cpu.h"
 #include "src/disasm.h"
-#include "src/assembler.h"
 #include "src/globals.h"    // Need the BitCast.
 #include "src/mips/constants-mips.h"
 #include "src/mips/simulator-mips.h"
index 20dde25b4c12ebfa995568127d5b10ed06d9e946..4c84b86db6591d33650d4f4e36a8fe5a9b857e2b 100644 (file)
@@ -70,8 +70,8 @@ class SimulatorStack : public v8::internal::AllStatic {
 #else  // !defined(USE_SIMULATOR)
 // Running with a simulator.
 
-#include "src/hashmap.h"
 #include "src/assembler.h"
+#include "src/hashmap.h"
 
 namespace v8 {
 namespace internal {
index 13e7e4bde9cd8bca3818a72177acaaa2306cd235..d7e7b2e32580c33baa27c716d0650353c0a32991 100644 (file)
@@ -6,8 +6,8 @@
 
 #if V8_TARGET_ARCH_MIPS
 
-#include "src/ic-inl.h"
 #include "src/codegen.h"
+#include "src/ic-inl.h"
 #include "src/stub-cache.h"
 
 namespace v8 {
index d4262c4cea1351af3c3f003487d1daa0f079810d..b3a5da7d5f68eb2242a030f635f30b701e64830d 100644 (file)
 #include "src/assembler.h"
 #include "src/bootstrapper.h"
 #include "src/flags.h"
+#include "src/list.h"
 #include "src/natives.h"
 #include "src/platform.h"
 #include "src/serialize.h"
-#include "src/list.h"
 
 
 using namespace v8;
index 877a9d51da7b1057e576ee8f1af398183d9fffd7..5ff74d2273ab6cb96ef1a2b9865457f55a5057ca 100644 (file)
@@ -4,8 +4,8 @@
 
 #include "src/v8.h"
 
-#include "src/disassembler.h"
 #include "src/disasm.h"
+#include "src/disassembler.h"
 #include "src/jsregexp.h"
 #include "src/macro-assembler.h"
 #include "src/objects-visiting.h"
index 4848fad8bddd54ca30e8fa0be3cb95176d14c7e9..20dc9b7e47ddae9219744d22f4b461e641fa4b51 100644 (file)
 #define V8_OBJECTS_INL_H_
 
 #include "src/base/atomicops.h"
-#include "src/elements.h"
-#include "src/objects.h"
 #include "src/contexts.h"
 #include "src/conversions-inl.h"
+#include "src/elements.h"
+#include "src/factory.h"
 #include "src/field-index-inl.h"
+#include "src/heap-inl.h"
 #include "src/heap.h"
+#include "src/incremental-marking.h"
 #include "src/isolate.h"
-#include "src/heap-inl.h"
+#include "src/lookup.h"
+#include "src/objects.h"
+#include "src/objects-visiting.h"
 #include "src/property.h"
 #include "src/spaces.h"
 #include "src/store-buffer.h"
-#include "src/v8memory.h"
-#include "src/factory.h"
-#include "src/incremental-marking.h"
 #include "src/transitions-inl.h"
-#include "src/objects-visiting.h"
-#include "src/lookup.h"
+#include "src/v8memory.h"
 
 namespace v8 {
 namespace internal {
index 19010098ebb0072cacbf861072d41a92802d759b..f55374347a478da1bd6c678fafa168144f51ec01 100644 (file)
@@ -4,8 +4,8 @@
 
 #include "src/v8.h"
 
-#include "src/disassembler.h"
 #include "src/disasm.h"
+#include "src/disassembler.h"
 #include "src/jsregexp.h"
 #include "src/objects-visiting.h"
 
index 5b5d79174bd9ff455726acbda631868de655e6fe..0e5d9a26a277a890c673e0338a16bfceb143dbe4 100644 (file)
@@ -9,25 +9,25 @@
 #include "src/api.h"
 #include "src/arguments.h"
 #include "src/bootstrapper.h"
-#include "src/codegen.h"
 #include "src/code-stubs.h"
+#include "src/codegen.h"
 #include "src/cpu-profiler.h"
+#include "src/date.h"
 #include "src/debug.h"
 #include "src/deoptimizer.h"
-#include "src/date.h"
 #include "src/elements.h"
 #include "src/execution.h"
-#include "src/field-index.h"
 #include "src/field-index-inl.h"
+#include "src/field-index.h"
 #include "src/full-codegen.h"
 #include "src/hydrogen.h"
 #include "src/isolate-inl.h"
 #include "src/log.h"
 #include "src/lookup.h"
-#include "src/objects-inl.h"
-#include "src/objects-visiting-inl.h"
 #include "src/macro-assembler.h"
 #include "src/mark-compact.h"
+#include "src/objects-inl.h"
+#include "src/objects-visiting-inl.h"
 #include "src/safepoint-table.h"
 #include "src/string-search.h"
 #include "src/string-stream.h"
index 46661b681eb20940b4446b28ecbce04df7152c75..fbc2ed7d7932c84ae08d66a500e84e01f61930f4 100644 (file)
 #include "src/property-details.h"
 #include "src/smart-pointers.h"
 #include "src/unicode-inl.h"
-#if V8_TARGET_ARCH_ARM64
-#include "src/arm64/constants-arm64.h"
-#elif V8_TARGET_ARCH_ARM
-#include "src/arm/constants-arm.h"
-#elif V8_TARGET_ARCH_MIPS
-#include "src/mips/constants-mips.h"
-#endif
 #include "src/v8checks.h"
 #include "src/zone.h"
 
+#if V8_TARGET_ARCH_ARM
+#include "src/arm/constants-arm.h"  // NOLINT
+#elif V8_TARGET_ARCH_ARM64
+#include "src/arm64/constants-arm64.h"  // NOLINT
+#elif V8_TARGET_ARCH_MIPS
+#include "src/mips/constants-mips.h"  // NOLINT
+#endif
+
 
 //
 // Most object types in the V8 JavaScript are described in this file.
index 7cb364b4d77e2679f09fcb6e2bcd8740cf68e8a7..a66d564eb5c50e1e753ea204a1b5b60be01771ab 100644 (file)
@@ -8,10 +8,10 @@
 #include "src/allocation.h"
 #include "src/ast.h"
 #include "src/compiler.h"  // For CachedDataMode
-#include "src/preparse-data-format.h"
 #include "src/preparse-data.h"
-#include "src/scopes.h"
+#include "src/preparse-data-format.h"
 #include "src/preparser.h"
+#include "src/scopes.h"
 
 namespace v8 {
 class ScriptCompiler;
index 91235cfb0aedcc7656b85d8c253dc3764bd1b309..ea72fd11c3ad354f2c2efa209d142a7bcd5efffc 100644 (file)
@@ -10,8 +10,8 @@
 #include <semaphore.h>
 #include <stdarg.h>
 #include <strings.h>    // index
-#include <sys/time.h>
 #include <sys/mman.h>   // mmap & munmap
+#include <sys/time.h>
 #include <unistd.h>     // sysconf
 
 #undef MAP_TYPE
index a1a07396fb42da4b79328bd76644f517b3c9a566..d77b30f2454536c0d555c5dfcc0eab20d2a1714f 100644 (file)
@@ -8,22 +8,22 @@
 #include <pthread.h>
 #include <semaphore.h>
 #include <signal.h>
-#include <sys/time.h>
+#include <stdlib.h>
 #include <sys/resource.h>
+#include <sys/time.h>
 #include <sys/types.h>
 #include <sys/ucontext.h>
-#include <stdlib.h>
 
-#include <sys/types.h>  // mmap & munmap
+#include <sys/fcntl.h>  // open
 #include <sys/mman.h>   // mmap & munmap
 #include <sys/stat.h>   // open
-#include <sys/fcntl.h>  // open
+#include <sys/types.h>  // mmap & munmap
 #include <unistd.h>     // getpagesize
 // If you don't have execinfo.h then you need devel/libexecinfo from ports.
-#include <strings.h>    // index
 #include <errno.h>
-#include <stdarg.h>
 #include <limits.h>
+#include <stdarg.h>
+#include <strings.h>    // index
 
 #undef MAP_TYPE
 
index 3cbf4dafd23de6bc8efe145bb73befbe2f03821d..f92f2f9a9fcf441dff8f2dbe9e9d8dc26776a7d8 100644 (file)
@@ -8,31 +8,31 @@
 #include <pthread.h>
 #include <semaphore.h>
 #include <signal.h>
+#include <stdlib.h>
 #include <sys/prctl.h>
-#include <sys/time.h>
 #include <sys/resource.h>
 #include <sys/syscall.h>
+#include <sys/time.h>
 #include <sys/types.h>
-#include <stdlib.h>
 
 // Ubuntu Dapper requires memory pages to be marked as
 // executable. Otherwise, OS raises an exception when executing code
 // in that page.
-#include <sys/types.h>  // mmap & munmap
+#include <errno.h>
+#include <fcntl.h>      // open
+#include <stdarg.h>
+#include <strings.h>    // index
 #include <sys/mman.h>   // mmap & munmap
 #include <sys/stat.h>   // open
-#include <fcntl.h>      // open
+#include <sys/types.h>  // mmap & munmap
 #include <unistd.h>     // sysconf
-#include <strings.h>    // index
-#include <errno.h>
-#include <stdarg.h>
 
 // GLibc on ARM defines mcontext_t has a typedef for 'struct sigcontext'.
 // Old versions of the C library <signal.h> didn't define the type.
 #if defined(__ANDROID__) && !defined(__BIONIC_HAVE_UCONTEXT_T) && \
     (defined(__arm__) || defined(__aarch64__)) && \
     !defined(__BIONIC_HAVE_STRUCT_SIGCONTEXT)
-#include <asm/sigcontext.h>
+#include <asm/sigcontext.h>  // NOLINT
 #endif
 
 #if defined(LEAK_SANITIZER)
index 4301875b9b61b77e8f4bdf5972e3870b90e99ede..dfff0d17efdb1488077283cadb03d970e371088f 100644 (file)
@@ -6,30 +6,30 @@
 // parts, the implementation is in platform-posix.cc.
 
 #include <dlfcn.h>
-#include <unistd.h>
-#include <sys/mman.h>
 #include <mach/mach_init.h>
 #include <mach-o/dyld.h>
 #include <mach-o/getsect.h>
+#include <sys/mman.h>
+#include <unistd.h>
 
 #include <AvailabilityMacros.h>
 
-#include <pthread.h>
-#include <semaphore.h>
-#include <signal.h>
+#include <errno.h>
 #include <libkern/OSAtomic.h>
 #include <mach/mach.h>
 #include <mach/semaphore.h>
 #include <mach/task.h>
 #include <mach/vm_statistics.h>
-#include <sys/time.h>
-#include <sys/resource.h>
-#include <sys/types.h>
-#include <sys/sysctl.h>
+#include <pthread.h>
+#include <semaphore.h>
+#include <signal.h>
 #include <stdarg.h>
 #include <stdlib.h>
 #include <string.h>
-#include <errno.h>
+#include <sys/resource.h>
+#include <sys/sysctl.h>
+#include <sys/time.h>
+#include <sys/types.h>
 
 #undef MAP_TYPE
 
index 1f8e239cd534474591095d006156874dc9656c74..b09d588a3fcd23eda3a298304b82454685ee3b6b 100644 (file)
@@ -8,20 +8,20 @@
 #include <pthread.h>
 #include <semaphore.h>
 #include <signal.h>
-#include <sys/time.h>
+#include <stdlib.h>
 #include <sys/resource.h>
 #include <sys/syscall.h>
+#include <sys/time.h>
 #include <sys/types.h>
-#include <stdlib.h>
 
-#include <sys/types.h>  // mmap & munmap
+#include <errno.h>
+#include <fcntl.h>      // open
+#include <stdarg.h>
+#include <strings.h>    // index
 #include <sys/mman.h>   // mmap & munmap
 #include <sys/stat.h>   // open
-#include <fcntl.h>      // open
+#include <sys/types.h>  // mmap & munmap
 #include <unistd.h>     // sysconf
-#include <strings.h>    // index
-#include <errno.h>
-#include <stdarg.h>
 
 #undef MAP_TYPE
 
index c963fb1797a77ce40ea0a2e8c97083b16a5087fe..fe3feb52fc8d77a94eb937c8e6f28aa99caa8623 100644 (file)
@@ -7,37 +7,38 @@
 // Linux, MacOS, FreeBSD, OpenBSD, NetBSD and QNX.
 
 #include <dlfcn.h>
+#include <errno.h>
 #include <pthread.h>
 #if defined(__DragonFly__) || defined(__FreeBSD__) || defined(__OpenBSD__)
 #include <pthread_np.h>  // for pthread_set_name_np
 #endif
 #include <sched.h>  // for sched_yield
-#include <unistd.h>
-#include <errno.h>
 #include <time.h>
+#include <unistd.h>
 
 #include <sys/mman.h>
 #include <sys/resource.h>
+#include <sys/stat.h>
 #include <sys/time.h>
 #include <sys/types.h>
-#include <sys/stat.h>
+
 #if defined(__linux__)
-#include <sys/prctl.h>  // for prctl
+#include <sys/prctl.h>  // NOLINT, for prctl
 #endif
 #if defined(__APPLE__) || defined(__DragonFly__) || defined(__FreeBSD__) || \
     defined(__NetBSD__) || defined(__OpenBSD__)
-#include <sys/sysctl.h>  // for sysctl
+#include <sys/sysctl.h>  // NOLINT, for sysctl
 #endif
 
 #include <arpa/inet.h>
-#include <netinet/in.h>
 #include <netdb.h>
+#include <netinet/in.h>
 
 #undef MAP_TYPE
 
 #if defined(ANDROID) && !defined(V8_ANDROID_LOG_STDOUT)
 #define LOG_TAG "v8"
-#include <android/log.h>
+#include <android/log.h>  // NOLINT
 #endif
 
 #include "src/v8.h"
index 3c95650f57a3027a27b1a923e23565c4aa737a35..6d72558da1e12c56b1e23b248787d06a07161479 100644 (file)
@@ -5,27 +5,27 @@
 // Platform-specific code for QNX goes here. For the POSIX-compatible
 // parts the implementation is in platform-posix.cc.
 
+#include <backtrace.h>
 #include <pthread.h>
 #include <semaphore.h>
 #include <signal.h>
-#include <sys/time.h>
+#include <stdlib.h>
 #include <sys/resource.h>
+#include <sys/time.h>
 #include <sys/types.h>
-#include <stdlib.h>
 #include <ucontext.h>
-#include <backtrace.h>
 
 // QNX requires memory pages to be marked as executable.
 // Otherwise, the OS raises an exception when executing code in that page.
-#include <sys/types.h>  // mmap & munmap
-#include <sys/mman.h>   // mmap & munmap
-#include <sys/stat.h>   // open
-#include <fcntl.h>      // open
-#include <unistd.h>     // sysconf
-#include <strings.h>    // index
 #include <errno.h>
+#include <fcntl.h>      // open
 #include <stdarg.h>
+#include <strings.h>    // index
+#include <sys/mman.h>   // mmap & munmap
 #include <sys/procfs.h>
+#include <sys/stat.h>   // open
+#include <sys/types.h>  // mmap & munmap
+#include <unistd.h>     // sysconf
 
 #undef MAP_TYPE
 
index fc8cb727a5276d943da689fce27a07fa53d30a40..931bc1166ac3598a250caee09f564b21c8dd77fc 100644 (file)
@@ -9,19 +9,19 @@
 # error "V8 does not support the SPARC CPU architecture."
 #endif
 
-#include <sys/stack.h>  // for stack alignment
-#include <unistd.h>  // getpagesize(), usleep()
-#include <sys/mman.h>  // mmap()
-#include <ucontext.h>  // walkstack(), getcontext()
-#include <dlfcn.h>     // dladdr
-#include <pthread.h>
-#include <semaphore.h>
-#include <time.h>
-#include <sys/time.h>  // gettimeofday(), timeradd()
+#include <dlfcn.h>  // dladdr
 #include <errno.h>
 #include <ieeefp.h>  // finite()
+#include <pthread.h>
+#include <semaphore.h>
 #include <signal.h>  // sigemptyset(), etc
+#include <sys/mman.h>  // mmap()
 #include <sys/regset.h>
+#include <sys/stack.h>  // for stack alignment
+#include <sys/time.h>  // gettimeofday(), timeradd()
+#include <time.h>
+#include <ucontext.h>  // walkstack(), getcontext()
+#include <unistd.h>  // getpagesize(), usleep()
 
 
 #undef MAP_TYPE
index 5860e4144ecc59ee964966efefe1827abf379b72..477a46f6250b48a9ec5b7e76e5d24e42c262f4e4 100644 (file)
@@ -3,13 +3,11 @@
 // found in the LICENSE file.
 
 #include "include/v8stdint.h"
-
-#include "src/preparse-data-format.h"
-#include "src/preparse-data.h"
-
 #include "src/checks.h"
 #include "src/globals.h"
 #include "src/hashmap.h"
+#include "src/preparse-data.h"
+#include "src/preparse-data-format.h"
 
 namespace v8 {
 namespace internal {
index 8978098767ce48061dcbd595adce2891edd8a027..36c481cb3626ffd2d01e2184d3e6d93cd46c4a67 100644 (file)
@@ -7,6 +7,7 @@
 
 #include "src/allocation.h"
 #include "src/hashmap.h"
+#include "src/preparse-data-format.h"
 #include "src/utils-inl.h"
 
 namespace v8 {
index 63462c80457b952cdb96dbb12d49b86b673082f6..688962d1d4855b4575b04bfa9ebbeb27ed875ca9 100644 (file)
@@ -8,13 +8,13 @@
 
 #include "src/allocation.h"
 #include "src/checks.h"
-#include "src/conversions.h"
 #include "src/conversions-inl.h"
+#include "src/conversions.h"
 #include "src/globals.h"
 #include "src/hashmap.h"
 #include "src/list.h"
-#include "src/preparse-data-format.h"
 #include "src/preparse-data.h"
+#include "src/preparse-data-format.h"
 #include "src/preparser.h"
 #include "src/unicode.h"
 #include "src/utils.h"
index 94f42797740cd27bc31726dd03341fee360a305d..220108c88471610b3df20aacd67a36340ac3bed1 100644 (file)
@@ -5,12 +5,13 @@
 #ifndef V8_PREPARSER_H
 #define V8_PREPARSER_H
 
+#include "src/v8.h"
+
 #include "src/func-name-inferrer.h"
 #include "src/hashmap.h"
+#include "src/scanner.h"
 #include "src/scopes.h"
 #include "src/token.h"
-#include "src/scanner.h"
-#include "src/v8.h"
 
 namespace v8 {
 namespace internal {
index f46f6f1b4adf7fa8383852ca0a1ad8464d4602d7..ecfb01541374b6734bf3cae93596db43119ec395 100644 (file)
@@ -6,9 +6,9 @@
 
 #include "src/v8.h"
 
+#include "src/platform.h"
 #include "src/prettyprinter.h"
 #include "src/scopes.h"
-#include "src/platform.h"
 
 namespace v8 {
 namespace internal {
index 5c177923a0ff48ee67996a61b462f7c429834726..70559e96cff364c843da84788f5d908746062b93 100644 (file)
@@ -8,8 +8,8 @@
 
 #include "src/compiler.h"
 #include "src/debug.h"
-#include "src/sampler.h"
 #include "src/global-handles.h"
+#include "src/sampler.h"
 #include "src/scopeinfo.h"
 #include "src/unicode.h"
 #include "src/zone-inl.h"
index c89b41a57bafc2a9b245d23c3afd77bba0a1aa6b..9e8be874e22dec4aec0ae2a3bf3165369563e1dd 100644 (file)
@@ -5,9 +5,9 @@
 #ifndef V8_PROFILE_GENERATOR_H_
 #define V8_PROFILE_GENERATOR_H_
 
+#include "include/v8-profiler.h"
 #include "src/allocation.h"
 #include "src/hashmap.h"
-#include "include/v8-profiler.h"
 
 namespace v8 {
 namespace internal {
index ebb43430a04b6920f8aec27ae35f9f64f4cb470a..c50696b186b241d5af77dc8731a13f59c64d5102 100644 (file)
@@ -5,10 +5,10 @@
 #ifndef V8_PROPERTY_H_
 #define V8_PROPERTY_H_
 
-#include "src/isolate.h"
 #include "src/factory.h"
 #include "src/field-index.h"
 #include "src/field-index-inl.h"
+#include "src/isolate.h"
 #include "src/types.h"
 
 namespace v8 {
index a2359babcb6edb2a28921f8c558de70850ce651a..d7a30fe42f487b9b9bfa7e529eed13a454373f69 100644 (file)
@@ -6,6 +6,7 @@
 
 
 #include "src/v8.h"
+
 #include "src/ast.h"
 #include "src/bytecodes-irregexp.h"
 
index 92d7deeb750f69cd4a49bdde19df5297f819409e..80025ddd0de6d211e888dab0baf0270416356817 100644 (file)
@@ -3,6 +3,7 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
+
 #include "src/ast.h"
 #include "src/bytecodes-irregexp.h"
 #include "src/regexp-macro-assembler.h"
index 1e745d94a7eda8756d4d82f3d86b62caa8a36945..fc065b7ab7065d224c5051de7990ed8fb2a6111e 100644 (file)
@@ -3,6 +3,7 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
+
 #include "src/ast.h"
 #include "src/regexp-macro-assembler.h"
 #include "src/regexp-macro-assembler-tracer.h"
index 88adf97899227aede5190c9785cdc6eac152b1ca..150ac3c2b323a40631e315868c693acd1d28d1dd 100644 (file)
@@ -3,10 +3,11 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
-#include "src/ast.h"
+
 #include "src/assembler.h"
-#include "src/regexp-stack.h"
+#include "src/ast.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/regexp-stack.h"
 #include "src/simulator.h"
 
 namespace v8 {
index 97835cc902193bdc79dfc037bec63343f3657062..f114ae44240c9f56a66044716c4ea0495f6fb964 100644 (file)
@@ -3,6 +3,7 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
+
 #include "src/regexp-stack.h"
 
 namespace v8 {
index 9a9454e3d14fd966a47997b44cffd6f75e00a21f..a8c1aefff432d4203594e17c983b4631342014fe 100644 (file)
 #include "src/conversions.h"
 #include "src/cpu.h"
 #include "src/cpu-profiler.h"
+#include "src/date.h"
 #include "src/dateparser-inl.h"
 #include "src/debug.h"
 #include "src/deoptimizer.h"
-#include "src/date.h"
 #include "src/execution.h"
 #include "src/full-codegen.h"
 #include "src/global-handles.h"
 #include "src/isolate-inl.h"
-#include "src/jsregexp.h"
-#include "src/jsregexp-inl.h"
 #include "src/json-parser.h"
 #include "src/json-stringifier.h"
+#include "src/jsregexp-inl.h"
+#include "src/jsregexp.h"
 #include "src/liveedit.h"
 #include "src/misc-intrinsics.h"
 #include "src/parser.h"
 #include "src/platform.h"
-#include "src/runtime-profiler.h"
 #include "src/runtime.h"
+#include "src/runtime-profiler.h"
 #include "src/scopeinfo.h"
 #include "src/smart-pointers.h"
 #include "src/string-search.h"
index dcb4be72afcd72c1fcb5f93633b765b8ae304dc4..aedf75f69abf9df0f68c13d98978579092caa17a 100644 (file)
@@ -14,7 +14,7 @@
 #include <sys/time.h>
 
 #if !V8_OS_QNX
-#include <sys/syscall.h>
+#include <sys/syscall.h>  // NOLINT
 #endif
 
 #if V8_OS_MACOSX
@@ -33,7 +33,7 @@
 #if V8_OS_ANDROID && !defined(__BIONIC_HAVE_UCONTEXT_T) && \
     (defined(__arm__) || defined(__aarch64__)) && \
     !defined(__BIONIC_HAVE_STRUCT_SIGCONTEXT)
-#include <asm/sigcontext.h>
+#include <asm/sigcontext.h>  // NOLINT
 #endif
 
 #elif V8_OS_WIN || V8_OS_CYGWIN
index 0265a8fa7810a797361e202f05dfd5ff045d11d1..4e2e8fd430c695308b51348cf6c55c6e18e316ce 100644 (file)
@@ -6,14 +6,14 @@
 
 #include <cmath>
 
-#include "src/scanner.h"
+#include "src/v8.h"
 
 #include "include/v8stdint.h"
 #include "src/char-predicates-inl.h"
 #include "src/conversions-inl.h"
 #include "src/list-inl.h"
-#include "src/v8.h"
 #include "src/parser.h"
+#include "src/scanner.h"
 
 namespace v8 {
 namespace internal {
index bef096928a7d7f66892f64ada9d6b77a11a6db32..c3560d2fdbf59a8a10097c21198e3340efeddee2 100644 (file)
@@ -7,9 +7,9 @@
 #include "src/v8.h"
 
 #include "src/api.h"
+#include "src/platform.h"
 #include "src/serialize.h"
 #include "src/snapshot.h"
-#include "src/platform.h"
 
 namespace v8 {
 namespace internal {
index 1f0eb7e6abeef173a5277583846bf96d9780b6b1..0c18762750cdba84d880d48611f92ec1bcb5ea15 100644 (file)
@@ -3,6 +3,7 @@
 // found in the LICENSE file.
 
 #include "src/v8.h"
+
 #include "src/string-search.h"
 
 namespace v8 {
index 391aebc3347cba643cf15d5cf9ebcab86b517528..877f1830b69286b94fa9a61eef46b24a1a09f88a 100644 (file)
@@ -5,12 +5,14 @@
 #include <stdarg.h>
 #include <cmath>
 
-#include "src/globals.h"
-#include "src/utils.h"
-#include "src/strtod.h"
+#include "src/v8.h"
+
 #include "src/bignum.h"
 #include "src/cached-powers.h"
 #include "src/double.h"
+#include "src/globals.h"
+#include "src/strtod.h"
+#include "src/utils.h"
 
 namespace v8 {
 namespace internal {
index 1d76f8a64c5d15306a8960b8371bad4d987b22fb..6f6b0dcb1f9a431b4ae77465ac4d5d9b29d2aec6 100644 (file)
 #include "src/allocation.h"
 #include "src/ast.h"
 #include "src/compiler.h"
+#include "src/effects.h"
+#include "src/scopes.h"
 #include "src/type-info.h"
 #include "src/types.h"
-#include "src/effects.h"
 #include "src/zone.h"
-#include "src/scopes.h"
 
 namespace v8 {
 namespace internal {
index 2d75654d4356a97cfd1ad043eaa974d305cc798e..61cce187074773e4e075bb01f18242d48a1b918b 100644 (file)
@@ -5,8 +5,8 @@
 // This file was generated at 2014-02-07 15:31:16.733174
 
 #include "src/unicode-inl.h"
-#include <stdlib.h>
 #include <stdio.h>
+#include <stdlib.h>
 
 namespace unibrow {
 
index 8aba51ac9a67a4260d85e37e42286f48e0b427cf..d3ba9fb2db6cd74097567f063624414b447fe74a 100644 (file)
--- a/src/v8.cc
+++ b/src/v8.cc
@@ -6,22 +6,22 @@
 
 #include "src/assembler.h"
 #include "src/base/once.h"
-#include "src/isolate.h"
-#include "src/elements.h"
 #include "src/bootstrapper.h"
 #include "src/debug.h"
 #include "src/deoptimizer.h"
+#include "src/elements.h"
 #include "src/frames.h"
 #include "src/heap-profiler.h"
 #include "src/hydrogen.h"
+#include "src/isolate.h"
 #ifdef V8_USE_DEFAULT_PLATFORM
 #include "src/libplatform/default-platform.h"
 #endif
 #include "src/lithium-allocator.h"
 #include "src/objects.h"
 #include "src/platform.h"
-#include "src/sampler.h"
 #include "src/runtime-profiler.h"
+#include "src/sampler.h"
 #include "src/serialize.h"
 #include "src/store-buffer.h"
 
index b14458a0b9254a19a944e0fe225489a17f27f15f..e90a42cde2965c0ea9f66aff159bafe2be889192 100644 (file)
--- a/src/v8.h
+++ b/src/v8.h
 // Basic includes
 #include "include/v8.h"
 #include "include/v8-platform.h"
-#include "src/v8checks.h"
-#include "src/allocation.h"
-#include "src/assert-scope.h"
-#include "src/utils.h"
-#include "src/flags.h"
-#include "src/globals.h"
+#include "src/v8checks.h"  // NOLINT
+#include "src/allocation.h"  // NOLINT
+#include "src/assert-scope.h"  // NOLINT
+#include "src/utils.h"  // NOLINT
+#include "src/flags.h"  // NOLINT
+#include "src/globals.h"  // NOLINT
 
 // Objects & heap
-#include "src/objects-inl.h"
-#include "src/spaces-inl.h"
-#include "src/heap-inl.h"
-#include "src/incremental-marking-inl.h"
-#include "src/mark-compact-inl.h"
-#include "src/log-inl.h"
-#include "src/handles-inl.h"
-#include "src/types-inl.h"
-#include "src/zone-inl.h"
+#include "src/objects-inl.h"  // NOLINT
+#include "src/spaces-inl.h"  // NOLINT
+#include "src/heap-inl.h"  // NOLINT
+#include "src/incremental-marking-inl.h"  // NOLINT
+#include "src/mark-compact-inl.h"  // NOLINT
+#include "src/log-inl.h"  // NOLINT
+#include "src/handles-inl.h"  // NOLINT
+#include "src/types-inl.h"  // NOLINT
+#include "src/zone-inl.h"  // NOLINT
 
 namespace v8 {
 namespace internal {
index 12384454e59281d305a607c57ad84f85d6506f28..dba6bb43bdea7260f7e13033d757f899747fc769 100644 (file)
@@ -8,8 +8,8 @@
 #include "src/bootstrapper.h"
 #include "src/debug.h"
 #include "src/execution.h"
-#include "src/v8threads.h"
 #include "src/regexp-stack.h"
+#include "src/v8threads.h"
 
 namespace v8 {
 
index de209d871d56da5b77588b2eaeeec1ae5b484be5..acec910033086a8d1a40a629e27e16c42374491d 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef V8_VARIABLES_H_
 #define V8_VARIABLES_H_
 
-#include "src/zone.h"
 #include "src/interface.h"
+#include "src/zone.h"
 
 namespace v8 {
 namespace internal {
index e0670b041eba3622c6e312242dd992cfc9683ddf..1e34b8843b9d1f421f9a00f57d55f3b51a4ab3ec 100644 (file)
@@ -9,8 +9,8 @@
 #if defined(_MSC_VER) && (_MSC_VER < 1800)
 
 #include "src/base/win32-headers.h"
-#include <limits.h>        // Required for INT_MAX etc.
 #include <float.h>         // Required for DBL_MAX and on Win32 for finite()
+#include <limits.h>        // Required for INT_MAX etc.
 #include <cmath>
 #include "src/win32-math.h"
 
index 0d54f89d16b4cdb4e579b34ae5fa4fb9e3efaa7c..0bc57390ecedc08840e4f5d9e571ce799aca4435 100644 (file)
@@ -9,8 +9,8 @@
 #include "src/bootstrapper.h"
 #include "src/code-stubs.h"
 #include "src/regexp-macro-assembler.h"
-#include "src/stub-cache.h"
 #include "src/runtime.h"
+#include "src/stub-cache.h"
 
 namespace v8 {
 namespace internal {
index f4c5de88d624cd0c8ab443a930be15668418ebb6..bd16e92fb09b05ec87d0b741488d9db0b09e2a43 100644 (file)
@@ -3,8 +3,8 @@
 // found in the LICENSE file.
 
 #include <assert.h>
-#include <stdio.h>
 #include <stdarg.h>
+#include <stdio.h>
 
 #include "src/v8.h"
 
index 5513308828e746d61cf02e060b25369dd16c3773..114945b49fc8cf2f8a73eb445abe16ea34ceea1e 100644 (file)
@@ -7,9 +7,9 @@
 #if V8_TARGET_ARCH_X64
 
 #include "src/assembler.h"
-#include "src/x64/assembler-x64.h"
-#include "src/x64/assembler-x64-inl.h"
 #include "src/frames.h"
+#include "src/x64/assembler-x64-inl.h"
+#include "src/x64/assembler-x64.h"
 
 namespace v8 {
 namespace internal {
index 81e8e9b99a1c6d30ea70d493e29747170aa0a062..b9b1b8edd2fe10d7e8915a3613ec2420d71c965f 100644 (file)
@@ -6,10 +6,10 @@
 
 #if V8_TARGET_ARCH_X64
 
-#include "src/x64/lithium-codegen-x64.h"
 #include "src/code-stubs.h"
-#include "src/stub-cache.h"
 #include "src/hydrogen-osr.h"
+#include "src/stub-cache.h"
+#include "src/x64/lithium-codegen-x64.h"
 
 namespace v8 {
 namespace internal {
index 93c1512625a98ff9ba8e6bd8aa4eb4ec1b88ec8f..66f722ad8e9d7113393d869f3a11170b5f9c448d 100644 (file)
@@ -6,8 +6,8 @@
 
 #if V8_TARGET_ARCH_X64
 
-#include "src/x64/lithium-gap-resolver-x64.h"
 #include "src/x64/lithium-codegen-x64.h"
+#include "src/x64/lithium-gap-resolver-x64.h"
 
 namespace v8 {
 namespace internal {
index 325f2c0da30aad026ff2c7847db09b5bb4337f32..919df87a81745df8ae0bb7724ff15c205cf84fa1 100644 (file)
@@ -6,10 +6,10 @@
 
 #if V8_TARGET_ARCH_X64
 
+#include "src/hydrogen-osr.h"
 #include "src/lithium-allocator-inl.h"
-#include "src/x64/lithium-x64.h"
 #include "src/x64/lithium-codegen-x64.h"
-#include "src/hydrogen-osr.h"
+#include "src/x64/lithium-x64.h"
 
 namespace v8 {
 namespace internal {
index 9609cfc9dcee5973a900227add2f3137f1747af3..ee7d160a42c4f778f755c1a9e82f168a8925acd8 100644 (file)
@@ -6,8 +6,8 @@
 #define V8_X64_LITHIUM_X64_H_
 
 #include "src/hydrogen.h"
-#include "src/lithium-allocator.h"
 #include "src/lithium.h"
+#include "src/lithium-allocator.h"
 #include "src/safepoint-table.h"
 #include "src/utils.h"
 
index 39acf80034019e963f78ffc4b549b83d46a182d3..d42756af1a6d2297fc4cfaeed1c0df3a6f56af94 100644 (file)
@@ -9,12 +9,12 @@
 #include "src/bootstrapper.h"
 #include "src/codegen.h"
 #include "src/cpu-profiler.h"
-#include "src/x64/assembler-x64.h"
-#include "src/x64/macro-assembler-x64.h"
-#include "src/serialize.h"
 #include "src/debug.h"
 #include "src/heap.h"
 #include "src/isolate-inl.h"
+#include "src/serialize.h"
+#include "src/x64/assembler-x64.h"
+#include "src/x64/macro-assembler-x64.h"
 
 namespace v8 {
 namespace internal {
index a8c1cb47a7fa832db16807080c6ff2301d673dda..effc2a53c2f307a532103d30d4688afd1329f491 100644 (file)
@@ -7,12 +7,12 @@
 #if V8_TARGET_ARCH_X64
 
 #include "src/cpu-profiler.h"
-#include "src/serialize.h"
-#include "src/unicode.h"
 #include "src/log.h"
-#include "src/regexp-stack.h"
 #include "src/macro-assembler.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/regexp-stack.h"
+#include "src/serialize.h"
+#include "src/unicode.h"
 #include "src/x64/regexp-macro-assembler-x64.h"
 
 namespace v8 {
index 89d8d3b5cc7d2abd062793999f11a9dc96edd651..2e2e45e35f9da165389d7537ed01be1a84672561 100644 (file)
@@ -5,10 +5,9 @@
 #ifndef V8_X64_REGEXP_MACRO_ASSEMBLER_X64_H_
 #define V8_X64_REGEXP_MACRO_ASSEMBLER_X64_H_
 
-#include "src/x64/assembler-x64.h"
-#include "src/x64/assembler-x64-inl.h"
 #include "src/macro-assembler.h"
-#include "src/code.h"
+#include "src/x64/assembler-x64-inl.h"
+#include "src/x64/assembler-x64.h"
 #include "src/x64/macro-assembler-x64.h"
 
 namespace v8 {
index 422ef2e0626b06d12ea2cf60f01fda118cf70e1b..c5af9bb13f797b79268be3d4ce0226e9166a35b4 100644 (file)
@@ -7,8 +7,8 @@
 #if V8_TARGET_ARCH_X64
 
 #include "src/arguments.h"
-#include "src/ic-inl.h"
 #include "src/codegen.h"
+#include "src/ic-inl.h"
 #include "src/stub-cache.h"
 
 namespace v8 {
index a194780fae1a7ad06c7afe8628e6a678a2ca25aa..6c61fe710e77ff2bd800ef1158d2d8e62b53abba 100644 (file)
@@ -8,13 +8,12 @@
 
 #include "src/bootstrapper.h"
 #include "src/code-stubs.h"
+#include "src/codegen.h"
 #include "src/isolate.h"
 #include "src/jsregexp.h"
 #include "src/regexp-macro-assembler.h"
 #include "src/runtime.h"
 #include "src/stub-cache.h"
-#include "src/codegen.h"
-#include "src/runtime.h"
 
 namespace v8 {
 namespace internal {
index 13ab10ffbdefb5cbc105edf45a90cc6eddbb5148..76d508ab29b2bc3ef8ca64e4a5423f3c09fafcce 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef V8_X87_CODE_STUBS_X87_H_
 #define V8_X87_CODE_STUBS_X87_H_
 
-#include "src/macro-assembler.h"
 #include "src/ic-inl.h"
+#include "src/macro-assembler.h"
 
 namespace v8 {
 namespace internal {
index a7d473f922e377a6034790c6d8d31cd5c4fd2c68..e4a0fb44b032138fe822ad29725f2b67ae70ef76 100644 (file)
@@ -3,8 +3,8 @@
 // found in the LICENSE file.
 
 #include <assert.h>
-#include <stdio.h>
 #include <stdarg.h>
+#include <stdio.h>
 
 #include "src/v8.h"
 
index cd4b724e840b4ef30141d52bf22e772cb2176298..6091b4599b64ab793f1be3931582f6d348b7c021 100644 (file)
@@ -7,9 +7,9 @@
 #if V8_TARGET_ARCH_X87
 
 #include "src/assembler.h"
-#include "src/x87/assembler-x87.h"
-#include "src/x87/assembler-x87-inl.h"
 #include "src/frames.h"
+#include "src/x87/assembler-x87-inl.h"
+#include "src/x87/assembler-x87.h"
 
 namespace v8 {
 namespace internal {
index dab87688a3f870a8518a29d8b60724d8ab35200c..fbeb9c5068536f64a37078ae61fe66771d6b6a39 100644 (file)
@@ -6,13 +6,13 @@
 
 #if V8_TARGET_ARCH_X87
 
-#include "src/x87/lithium-codegen-x87.h"
-#include "src/ic.h"
 #include "src/code-stubs.h"
-#include "src/deoptimizer.h"
-#include "src/stub-cache.h"
 #include "src/codegen.h"
+#include "src/deoptimizer.h"
 #include "src/hydrogen-osr.h"
+#include "src/ic.h"
+#include "src/stub-cache.h"
+#include "src/x87/lithium-codegen-x87.h"
 
 namespace v8 {
 namespace internal {
index a84b49ce5ff24e9717cddfa52e98015126b6d93f..74cc6f3eb4d5b08c67469c88761297c1596e73ac 100644 (file)
@@ -9,11 +9,11 @@
 
 #include "src/checks.h"
 #include "src/deoptimizer.h"
-#include "src/x87/lithium-gap-resolver-x87.h"
 #include "src/lithium-codegen.h"
 #include "src/safepoint-table.h"
 #include "src/scopes.h"
 #include "src/utils.h"
+#include "src/x87/lithium-gap-resolver-x87.h"
 
 namespace v8 {
 namespace internal {
index 9ebfa3a22c2bdbfc7afaff0158a581b2d6e3ba9a..aa45574127260e7146758b20f9fed42369ee86b7 100644 (file)
@@ -6,8 +6,8 @@
 
 #if V8_TARGET_ARCH_X87
 
-#include "src/x87/lithium-gap-resolver-x87.h"
 #include "src/x87/lithium-codegen-x87.h"
+#include "src/x87/lithium-gap-resolver-x87.h"
 
 namespace v8 {
 namespace internal {
index 707783d7f6616743495084dbec401e57603525ae..f580db26db1568033daf7bb2b67d5434ecccb6b8 100644 (file)
@@ -6,10 +6,10 @@
 
 #if V8_TARGET_ARCH_X87
 
+#include "src/hydrogen-osr.h"
 #include "src/lithium-allocator-inl.h"
-#include "src/x87/lithium-x87.h"
 #include "src/x87/lithium-codegen-x87.h"
-#include "src/hydrogen-osr.h"
+#include "src/x87/lithium-x87.h"
 
 namespace v8 {
 namespace internal {
index 8c992b8f6b75c2c4393bcd91355739c2c7eca2e1..ebf463f7e60efa35a3a71f77af905ca9a5ba0001 100644 (file)
@@ -6,8 +6,8 @@
 #define V8_X87_LITHIUM_X87_H_
 
 #include "src/hydrogen.h"
-#include "src/lithium-allocator.h"
 #include "src/lithium.h"
+#include "src/lithium-allocator.h"
 #include "src/safepoint-table.h"
 #include "src/utils.h"
 
index c5ea9815703060d88fcb3694f020db3312867ccb..3cd488174fc62850528c2a924f11c054cbbd8510 100644 (file)
@@ -7,11 +7,11 @@
 #if V8_TARGET_ARCH_X87
 
 #include "src/cpu-profiler.h"
-#include "src/unicode.h"
 #include "src/log.h"
-#include "src/regexp-stack.h"
 #include "src/macro-assembler.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/regexp-stack.h"
+#include "src/unicode.h"
 #include "src/x87/regexp-macro-assembler-x87.h"
 
 namespace v8 {
index e4cae628b3c2da82324186cb3dc980048efa0eaf..3c98dfff674c53eac3338fd9d9cad5ad9bd3dba8 100644 (file)
@@ -5,9 +5,9 @@
 #ifndef V8_X87_REGEXP_MACRO_ASSEMBLER_X87_H_
 #define V8_X87_REGEXP_MACRO_ASSEMBLER_X87_H_
 
-#include "src/x87/assembler-x87.h"
-#include "src/x87/assembler-x87-inl.h"
 #include "src/macro-assembler.h"
+#include "src/x87/assembler-x87-inl.h"
+#include "src/x87/assembler-x87.h"
 
 namespace v8 {
 namespace internal {
index f480b5100e488d221bbf897c69a0dcfd28a89b2f..b2ba6b1313346330a5b247a8e4056b7ee4f2ae0a 100644 (file)
@@ -6,8 +6,8 @@
 
 #if V8_TARGET_ARCH_X87
 
-#include "src/ic-inl.h"
 #include "src/codegen.h"
+#include "src/ic-inl.h"
 #include "src/stub-cache.h"
 
 namespace v8 {
index 3b08b47113804e97be91fec2ade422e34fb4011f..0d9c2d76e27f4a200b4d57cf1e4438e8cb2af24f 100644 (file)
@@ -5,8 +5,8 @@
 #ifndef V8_ZONE_CONTAINERS_H_
 #define V8_ZONE_CONTAINERS_H_
 
-#include <vector>
 #include <set>
+#include <vector>
 
 #include "src/zone.h"
 
index d31d6425d4a63c198cd581466e34270ddf19fc72..643beb74fdc2e11f2423970143c79eb1ef17a60d 100644 (file)
@@ -7,8 +7,8 @@
 
 #include "src/allocation.h"
 #include "src/checks.h"
-#include "src/hashmap.h"
 #include "src/globals.h"
+#include "src/hashmap.h"
 #include "src/list.h"
 #include "src/splay-tree.h"
 
index 4520c20b4e0d8d4eb550ad0e15c690fd6f6e17df..f80e6a5a7f74781ef93febe7403c81fde9f500c8 100644 (file)
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
+
 #include "src/accessors.h"
 #include "src/api.h"
 
-#include "test/cctest/cctest.h"
-
 
 using namespace v8::internal;
 
index 740325e6b11bb24d1d250391961522d76d5dd77f..229950f8d48a7cbd1e11d975d4ba26fc67f336b6 100644 (file)
@@ -27,8 +27,8 @@
 
 #include <climits>
 #include <csignal>
-#include <string>
 #include <map>
+#include <string>
 
 #include "src/v8.h"
 
index b4f3b95cd59aeaaa89867a4688db51157bb72d7e..e4e7dfcdf63c26174bc7d4a9be92202811280de5 100644 (file)
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
+#include "src/arm/assembler-arm-inl.h"
+#include "src/arm/simulator-arm.h"
 #include "src/disassembler.h"
 #include "src/factory.h"
-#include "src/arm/simulator-arm.h"
-#include "src/arm/assembler-arm-inl.h"
-#include "test/cctest/cctest.h"
 
 using namespace v8::internal;
 
index db571a7c10cadee440cd8c032dcf4d4666bb13bc..cb557cd00a75b7d439eedeb646d64697c4882ac6 100644 (file)
 
 #include "src/v8.h"
 
-#include "src/macro-assembler.h"
-#include "src/arm64/simulator-arm64.h"
 #include "src/arm64/decoder-arm64-inl.h"
 #include "src/arm64/disasm-arm64.h"
+#include "src/arm64/simulator-arm64.h"
 #include "src/arm64/utils-arm64.h"
+#include "src/macro-assembler.h"
 #include "test/cctest/cctest.h"
 #include "test/cctest/test-utils-arm64.h"
 
index 3e541ff363ca4ee4fbac3f16167d02d35e70a17b..2863691e228d09cc3f79696d6ef3032b61da911e 100644 (file)
@@ -29,8 +29,8 @@
 
 #include "src/v8.h"
 
-#include "src/macro-assembler.h"
 #include "src/factory.h"
+#include "src/macro-assembler.h"
 #include "src/platform.h"
 #include "src/serialize.h"
 #include "test/cctest/cctest.h"
index 1f568e2fd097b3dd0a78af9eca0435215ab313f8..85264f18826628beb6dc9ff73f54e24418e3831e 100644 (file)
@@ -28,6 +28,7 @@
 // Tests of the circular queue.
 
 #include "src/v8.h"
+
 #include "src/circular-queue-inl.h"
 #include "test/cctest/cctest.h"
 
index 87c58fa9d09c4f82319ba956a42f3564aa1ee6bf..9a1914237fe185f841125051b7feaac12c180416 100644 (file)
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
 #include "src/api.h"
 #include "src/debug.h"
 #include "src/execution.h"
 #include "src/factory.h"
+#include "src/global-handles.h"
 #include "src/macro-assembler.h"
 #include "src/objects.h"
-#include "src/global-handles.h"
-#include "test/cctest/cctest.h"
 
 using namespace v8::internal;
 
index 346e271b4ac9b0a04faa0bbca588081d6c59ee59..300124646183675705d83b91acc3e1bd3161a461 100644 (file)
 
 #include <stdio.h>
 #include <cstring>
-#include "test/cctest/cctest.h"
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
 #include "src/macro-assembler.h"
+
 #include "src/arm64/assembler-arm64.h"
-#include "src/arm64/macro-assembler-arm64.h"
 #include "src/arm64/decoder-arm64-inl.h"
 #include "src/arm64/disasm-arm64.h"
+#include "src/arm64/macro-assembler-arm64.h"
 #include "src/arm64/utils-arm64.h"
 
 using namespace v8::internal;
index a2c8d11b2750aaafbd0874c78f4ce87f9056fbd2..1e94bed59383235e3c299c5b40520a045be22e51 100644 (file)
 #include <stdlib.h>
 
 #include "src/v8.h"
-#include "src/hashmap.h"
 #include "test/cctest/cctest.h"
 
+#include "src/hashmap.h"
+
 using namespace v8::internal;
 
 static bool DefaultMatchFun(void* a, void* b) {
index 6c04e7aae70c246bd40fbf56a4976d63b8e9eed3..d72e6f0e1e087a323c5f99831047d4e163e52d63 100644 (file)
@@ -37,8 +37,8 @@
 #include "src/v8.h"
 
 #include "src/cpu-profiler.h"
-#include "src/log-utils.h"
 #include "src/log.h"
+#include "src/log-utils.h"
 #include "src/natives.h"
 #include "src/utils.h"
 #include "src/v8threads.h"
index 30169cb9c9ad79e448b82bf389e68cd10585443a..a4d103d1cf84c030962090dcefb91c6aa98ebcab 100644 (file)
 #include <stdlib.h>
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
 #include "src/macro-assembler.h"
+
 #include "src/arm/macro-assembler-arm.h"
 #include "src/arm/simulator-arm.h"
-#include "test/cctest/cctest.h"
 
 
 using namespace v8::internal;
index dde17cd96ce449cc067609136ac5a2fd0b30fa71..2227217251938578c5865648dcd072003adc3c0a 100644 (file)
 #include <stdlib.h>
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
-#include "src/macro-assembler.h"
 #include "src/factory.h"
+#include "src/macro-assembler.h"
 #include "src/platform.h"
 #include "src/serialize.h"
-#include "test/cctest/cctest.h"
 
 using namespace v8::internal;
 
index 8e4d54c9ee8dd042a417bfd76bc685885c02a7b7..bc057b4524f5dd975dd775e57ff5f7516aaa39c8 100644 (file)
 #include <stdlib.h>
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
+
 #include "src/macro-assembler.h"
 #include "src/mips/macro-assembler-mips.h"
 #include "src/mips/simulator-mips.h"
-#include "test/cctest/cctest.h"
 
 
 using namespace v8::internal;
index 1b0274a43017a0224b980667476bf38954cf31d6..c0d01d3338220a163e0d70996fb6357776e59a1f 100644 (file)
@@ -29,8 +29,8 @@
 
 #include "src/v8.h"
 
-#include "src/macro-assembler.h"
 #include "src/factory.h"
+#include "src/macro-assembler.h"
 #include "src/platform.h"
 #include "src/serialize.h"
 #include "test/cctest/cctest.h"
index 01a3604058c2896529cb971484332a80401cc9f7..1dd07da2e05e14ac91b5030e8533fe0f39cd079f 100644 (file)
 #include <stdlib.h>
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
-#include "src/macro-assembler.h"
 #include "src/factory.h"
+#include "src/macro-assembler.h"
 #include "src/platform.h"
 #include "src/serialize.h"
-#include "test/cctest/cctest.h"
 
 using namespace v8::internal;
 
index bea0d340633f0fba6cf53358276791320dd35c30..b5fcdfa5b51041a95b83e3deb4574e260cfae46c 100644 (file)
 #include <stdlib.h>
 
 #ifdef __linux__
-#include <sys/types.h>
-#include <sys/stat.h>
+#include <errno.h>
 #include <fcntl.h>
+#include <sys/stat.h>
+#include <sys/types.h>
 #include <unistd.h>
-#include <errno.h>
 #endif
 
 #include <utility>
index 550ac17a060eccc728c6f92cc5c151475e55b4bc..39f52e56e4891cf0a81cb994f90f28197ebe9572 100644 (file)
@@ -25,8 +25,8 @@
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-#include <stdlib.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 
 #include "src/v8.h"
index db7ec758200c1840137e3be7e3de561c77978f15..dc29f1ad00c601ed26bc97df04ac8742461f6e36 100644 (file)
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
-#include "src/utils/random-number-generator.h"
 #include "src/isolate-inl.h"
-#include "test/cctest/cctest.h"
+#include "src/utils/random-number-generator.h"
 
 using namespace v8::internal;
 
index 82b430c0b3d09b2c656cdb29eb7d86f16dbe657e..2f321c11257891c2d19ac009068d672260373e21 100644 (file)
 #include "src/char-predicates-inl.h"
 #include "src/jsregexp.h"
 #include "src/parser.h"
-#include "src/regexp-macro-assembler-irregexp.h"
 #include "src/regexp-macro-assembler.h"
+#include "src/regexp-macro-assembler-irregexp.h"
 #include "src/string-stream.h"
 #include "src/zone-inl.h"
 #ifdef V8_INTERPRETED_REGEXP
 #include "src/interpreter-irregexp.h"
 #else  // V8_INTERPRETED_REGEXP
 #include "src/macro-assembler.h"
-#include "src/code.h"
 #if V8_TARGET_ARCH_ARM
-#include "src/arm/assembler-arm.h"
+#include "src/arm/assembler-arm.h"  // NOLINT
 #include "src/arm/macro-assembler-arm.h"
 #include "src/arm/regexp-macro-assembler-arm.h"
 #endif
index a3fec6edfd719ea872369292dc155ba9e58a43ab..fc1f531331ea0e159f37f29ecafe781033d3f9b1 100644 (file)
 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
-#include "src/types.h"
-#include "src/property-details.h"
 #include "test/cctest/cctest.h"
 
+#include "src/property-details.h"
+#include "src/types.h"
+
 using namespace v8::internal;
 
 
index b4048ae81906ea8195f8766505b9600f66d47ef9..9c3401f2c9f246cb7edb39d605cb9b3a46586c87 100644 (file)
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "src/v8.h"
-#include "src/platform.h"
 #include "test/cctest/cctest.h"
 
+#include "src/platform.h"
+
 
 v8::internal::Semaphore* semaphore = NULL;
 
index ca8ccaf9178d1ea445519a342f363ed629e1be3b..27efbcae0312e7155a0ca2fbeababeb54018a0d9 100644 (file)
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
-#include "src/platform.h"
 #include "src/isolate.h"
-
-#include "test/cctest/cctest.h"
+#include "src/platform.h"
 
 
 enum Turn {
index 7f7cce862549ab76363474127678ac0299ad69a2..e3e5f46383ac2bf7f71a3142b01af9e0d08bb2de 100644 (file)
 // OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
 #if V8_OS_POSIX
 #include <sys/time.h>  // NOLINT
 #endif
 
-#include "test/cctest/cctest.h"
 #if V8_OS_WIN
 #include "src/base/win32-headers.h"
 #endif
index 5f5f50ec3934b5e2ef0ebf5f89a6131b9dd21c89..6da91e69438413f4d484509d36e815dbd3a5a5c0 100644 (file)
 // Tests of the unbound queue.
 
 #include "src/v8.h"
-#include "src/unbound-queue-inl.h"
 #include "test/cctest/cctest.h"
 
+#include "src/unbound-queue-inl.h"
+
 using i::UnboundQueue;
 
 
index dd6b11f9987765c367b98f1e8088fdbc2fbf9ee2..3dad2b9170d2f94b40bd8cb77a86be7dad675559 100644 (file)
@@ -27,8 +27,8 @@
 
 #include "src/v8.h"
 
-#include "src/macro-assembler.h"
 #include "src/arm64/utils-arm64.h"
+#include "src/macro-assembler.h"
 #include "test/cctest/cctest.h"
 #include "test/cctest/test-utils-arm64.h"
 
index dbb095e31ffdfe31c03680c9821b344a22398cf9..49d43f508f31c075218ca0bcbee76ae9e9c77dff 100644 (file)
 #define V8_ARM64_TEST_UTILS_ARM64_H_
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
 
-#include "src/macro-assembler.h"
 #include "src/arm64/macro-assembler-arm64.h"
 #include "src/arm64/utils-arm64.h"
-#include "test/cctest/cctest.h"
+#include "src/macro-assembler.h"
 
 
 using namespace v8::internal;
index df5d4c5d3ce18819ada454464e87f4d12448886c..8d7261240ff34a159baf873cd9387fc7ff0f88aa 100644 (file)
 #include <stdlib.h>
 
 #include "src/v8.h"
+#include "test/cctest/cctest.h"
+
 #include "src/api.h"
 #include "src/heap.h"
 #include "src/objects.h"
 
-#include "test/cctest/cctest.h"
-
 using namespace v8::internal;
 
 static Isolate* GetIsolateFrom(LocalContext* context) {
index 518f2d90746f30c45c0590435f528ffa830b240e..1004d965c1b0e0590c157eb40d45b2792544511b 100755 (executable)
@@ -54,6 +54,7 @@ build/class
 build/deprecated
 build/endif_comment
 build/forward_decl
+build/include_alpha
 build/include_order
 build/printf_format
 build/storage_class