Changeset 112039 in webkit for trunk/Source/JavaScriptCore/bytecode
- Timestamp:
- Mar 25, 2012, 4:35:07 PM (13 years ago)
- File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/bytecode/Operands.h
r112024 r112039 1 1 /* 2 * Copyright (C) 2011 Apple Inc. All rights reserved.2 * Copyright (C) 2011, 2012 Apple Inc. All rights reserved. 3 3 * 4 4 * Redistribution and use in source and binary forms, with or without … … 24 24 */ 25 25 26 #ifndef DFGOperands_h 27 #define DFGOperands_h 28 29 #include <wtf/Platform.h> 30 31 #if ENABLE(DFG_JIT) 26 #ifndef Operands_h 27 #define Operands_h 32 28 33 29 #include "CallFrame.h" 34 30 #include <wtf/Vector.h> 35 31 36 namespace JSC { namespace DFG {32 namespace JSC { 37 33 38 34 // argument 0 is 'this'. … … 158 154 } 159 155 160 } } // namespace JSC::DFG156 } // namespace JSC 161 157 162 #endif // ENABLE(DFG_JIT)158 #endif // Operands_h 163 159 164 #endif // DFGOperands_h165
Note:
See TracChangeset
for help on using the changeset viewer.