]>
git.saurik.com Git - apple/javascriptcore.git/blob - kjs/AllInOneFile.cpp
   1 // -*- mode: c++; c-basic-offset: 4 -*- 
   3  *  Copyright (C) 2006 Apple Computer, Inc 
   5  *  This library is free software; you can redistribute it and/or 
   6  *  modify it under the terms of the GNU Library General Public 
   7  *  License as published by the Free Software Foundation; either 
   8  *  version 2 of the License, or (at your option) any later version. 
  10  *  This library is distributed in the hope that it will be useful, 
  11  *  but WITHOUT ANY WARRANTY; without even the implied warranty of 
  12  *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU 
  13  *  Library General Public License for more details. 
  15  *  You should have received a copy of the GNU Library General Public License 
  16  *  along with this library; see the file COPYING.LIB.  If not, write to 
  17  *  the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, 
  18  *  Boston, MA 02110-1301, USA. 
  22 // This file exists to help compile the essential code of 
  23 // JavaScriptCore all as one file, for compilers and build systems 
  24 // that see a significant speed gain from this. 
  26 #define KDE_USE_FINAL 1 
  29 #include "function.cpp" 
  30 #include "debugger.cpp" 
  31 #include "array_instance.cpp" 
  32 #include "array_object.cpp" 
  33 #include "bool_object.cpp" 
  34 #include "collector.cpp" 
  36 #include "CollectorHeapIntrospector.cpp" 
  38 #include "CommonIdentifiers.cpp" 
  39 #include "date_object.cpp" 
  40 #include "DateMath.cpp" 
  42 #include "error_object.cpp" 
  43 #include "ExecState.cpp" 
  44 #include "function_object.cpp" 
  45 #include "grammar.cpp" 
  46 #include "identifier.cpp" 
  47 #include "internal.cpp" 
  48 #include "interpreter.cpp" 
  49 #include "JSImmediate.cpp" 
  51 #include "JSWrapperObject.cpp" 
  55 #include "math_object.cpp" 
  57 #include "nodes2string.cpp" 
  58 #include "number_object.cpp" 
  60 #include "object_object.cpp" 
  61 #include "operations.cpp" 
  63 #include "property_map.cpp" 
  64 #include "property_slot.cpp" 
  65 #include "PropertyNameArray.cpp" 
  67 #include "regexp_object.cpp" 
  68 #include "scope_chain.cpp" 
  69 #include "string_object.cpp" 
  70 #include "ustring.cpp" 
  72 #include "wtf/FastMalloc.cpp" 
  73 #include "wtf/TCSystemAlloc.cpp"