| OLD | NEW | 
|     1 // Copyright 2012 the V8 project authors. All rights reserved. |     1 // Copyright 2012 the V8 project authors. All rights reserved. | 
|     2 // Use of this source code is governed by a BSD-style license that can be |     2 // Use of this source code is governed by a BSD-style license that can be | 
|     3 // found in the LICENSE file. |     3 // found in the LICENSE file. | 
|     4  |     4  | 
|     5 #include "src/v8.h" |  | 
|     6  |  | 
|     7 #include "src/debug/debug.h" |     5 #include "src/debug/debug.h" | 
|     8  |     6  | 
|     9 #include "src/api.h" |     7 #include "src/api.h" | 
|    10 #include "src/arguments.h" |     8 #include "src/arguments.h" | 
|    11 #include "src/bootstrapper.h" |     9 #include "src/bootstrapper.h" | 
|    12 #include "src/code-stubs.h" |    10 #include "src/code-stubs.h" | 
|    13 #include "src/codegen.h" |    11 #include "src/codegen.h" | 
|    14 #include "src/compilation-cache.h" |    12 #include "src/compilation-cache.h" | 
|    15 #include "src/compiler.h" |    13 #include "src/compiler.h" | 
|    16 #include "src/deoptimizer.h" |    14 #include "src/deoptimizer.h" | 
| (...skipping 2793 matching lines...) Expand 10 before | Expand all | Expand 10 after  Loading... | 
|  2810 } |  2808 } | 
|  2811  |  2809  | 
|  2812  |  2810  | 
|  2813 void LockingCommandMessageQueue::Clear() { |  2811 void LockingCommandMessageQueue::Clear() { | 
|  2814   base::LockGuard<base::Mutex> lock_guard(&mutex_); |  2812   base::LockGuard<base::Mutex> lock_guard(&mutex_); | 
|  2815   queue_.Clear(); |  2813   queue_.Clear(); | 
|  2816 } |  2814 } | 
|  2817  |  2815  | 
|  2818 }  // namespace internal |  2816 }  // namespace internal | 
|  2819 }  // namespace v8 |  2817 }  // namespace v8 | 
| OLD | NEW |