Back out rev 4c0e6b3f7791 (bug 689362) due to suspected mac x64 opt moth orange.

This commit is contained in:
Justin Lebar 2011-10-12 23:07:04 -04:00
Родитель 1e241eedd7
Коммит e727833306
29 изменённых файлов: 72 добавлений и 0 удалений

Просмотреть файл

@ -216,6 +216,7 @@ INSTALLED_HEADERS = \
jspubtd.h \
jsreflect.h \
jsscan.h \
jsstaticcheck.h \
jsstdint.h \
jsstr.h \
jstracer.h \

Просмотреть файл

@ -41,6 +41,7 @@
#include "jspubtd.h"
#include "jsutil.h"
#include "jsstaticcheck.h"
namespace js {

Просмотреть файл

@ -82,6 +82,7 @@
#include "jsstr.h"
#include "jstracer.h"
#include "prmjtime.h"
#include "jsstaticcheck.h"
#include "jsweakmap.h"
#include "jswrapper.h"
#include "jstypedarray.h"

Просмотреть файл

@ -123,6 +123,7 @@
#include "jsobj.h"
#include "jsscope.h"
#include "jsstr.h"
#include "jsstaticcheck.h"
#include "jstracer.h"
#include "jswrapper.h"
#include "methodjit/MethodJIT.h"

Просмотреть файл

@ -80,6 +80,7 @@
#include "jsscan.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jsstr.h"
#include "jstracer.h"

Просмотреть файл

@ -54,6 +54,7 @@
#include "jsgcchunk.h"
#include "jspropertycache.h"
#include "jspropertytree.h"
#include "jsstaticcheck.h"
#include "jsutil.h"
#include "prmjtime.h"

Просмотреть файл

@ -45,6 +45,7 @@
#include "jscompartment.h"
#include "jsfriendapi.h"
#include "jsinterp.h"
#include "jsstaticcheck.h"
#include "jsxml.h"
#include "jsgc.h"

Просмотреть файл

@ -64,6 +64,7 @@
#include "jsparse.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jsstr.h"
#include "jswatchpoint.h"
#include "jswrapper.h"

Просмотреть файл

@ -64,6 +64,7 @@
#include "jsscope.h"
#include "jsscript.h"
#include "jsautooplen.h" // generated headers last
#include "jsstaticcheck.h"
#include "jsatominlines.h"
#include "jsobjinlines.h"

Просмотреть файл

@ -60,6 +60,7 @@
#include "jsopcode.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jswrapper.h"
#include "vm/GlobalObject.h"

Просмотреть файл

@ -69,6 +69,7 @@
#include "jsscript.h"
#include "jsstr.h"
#include "jsexn.h"
#include "jsstaticcheck.h"
#include "jstracer.h"
#include "vm/CallObject.h"
#include "vm/Debugger.h"

Просмотреть файл

@ -79,6 +79,7 @@
#include "jsproxy.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jswatchpoint.h"
#include "jsweakmap.h"
#if JS_HAS_XML_SUPPORT

Просмотреть файл

@ -70,6 +70,7 @@
#include "jsscope.h"
#include "jsscript.h"
#include "jsstr.h"
#include "jsstaticcheck.h"
#include "jstracer.h"
#include "jslibmath.h"

Просмотреть файл

@ -66,6 +66,7 @@
#include "jsscan.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#if JS_HAS_XML_SUPPORT
#include "jsxml.h"

Просмотреть файл

@ -72,6 +72,7 @@
#include "jsproxy.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jsstdint.h"
#include "jsstr.h"
#include "jstracer.h"

Просмотреть файл

@ -52,6 +52,7 @@
#include "jspropertytree.h"
#include "jsproxy.h"
#include "jsscope.h"
#include "jsstaticcheck.h"
#include "jstypedarray.h"
#include "jsxml.h"
#include "jswrapper.h"

Просмотреть файл

@ -67,6 +67,7 @@
#include "jsscope.h"
#include "jsscript.h"
#include "jsstr.h"
#include "jsstaticcheck.h"
#include "vm/Debugger.h"

Просмотреть файл

@ -78,6 +78,7 @@
#include "jsscope.h"
#include "jsscript.h"
#include "jsstr.h"
#include "jsstaticcheck.h"
#include "jslibmath.h"
#if JS_HAS_XML_SUPPORT

Просмотреть файл

@ -50,6 +50,7 @@
#include "jsinterp.h"
#include "jsobj.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jsstr.h"
#include "jsprobes.h"

Просмотреть файл

@ -55,6 +55,7 @@
*/
#include "jsapi.h"
#include "jsstaticcheck.h"
#include "jsutil.h"
JS_BEGIN_EXTERN_C

Просмотреть файл

@ -67,6 +67,7 @@
#include "jsparse.h"
#include "jsscan.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "vm/RegExpObject.h"

43
js/src/jsstaticcheck.h Normal file
Просмотреть файл

@ -0,0 +1,43 @@
/* -*- Mode: C; tab-width: 8; indent-tabs-mode: nil; c-basic-offset: 4 -*-
*
* ***** BEGIN LICENSE BLOCK *****
* Version: MPL 1.1/GPL 2.0/LGPL 2.1
*
* The contents of this file are subject to the Mozilla Public License Version
* 1.1 (the "License"); you may not use this file except in compliance with
* the License. You may obtain a copy of the License at
* http://www.mozilla.org/MPL/
*
* Software distributed under the License is distributed on an "AS IS" basis,
* WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License
* for the specific language governing rights and limitations under the
* License.
*
* The Original Code is Mozilla Communicator client code, released
* March 31, 1998.
*
* The Initial Developer of the Original Code is
* Netscape Communications Corporation.
* Portions created by the Initial Developer are Copyright (C) 1998
* the Initial Developer. All Rights Reserved.
*
* Contributor(s):
*
* Alternatively, the contents of this file may be used under the terms of
* either of the GNU General Public License Version 2 or later (the "GPL"),
* or the GNU Lesser General Public License Version 2.1 or later (the "LGPL"),
* in which case the provisions of the GPL or the LGPL are applicable instead
* of those above. If you wish to allow use of your version of this file only
* under the terms of either the GPL or the LGPL, and not to allow others to
* use your version of this file under the terms of the MPL, indicate your
* decision by deleting the provisions above and replace them with the notice
* and other provisions required by the GPL or the LGPL. If you do not delete
* the provisions above, a recipient may use your version of this file under
* the terms of any one of the MPL, the GPL or the LGPL.
*
* ***** END LICENSE BLOCK ***** */
#ifndef jsstaticcheck_h___
#define jsstaticcheck_h___
#endif /* jsstaticcheck_h___ */

Просмотреть файл

@ -69,6 +69,7 @@
#include "jsopcode.h"
#include "jsprobes.h"
#include "jsscope.h"
#include "jsstaticcheck.h"
#include "jsstr.h"
#include "jsversion.h"

Просмотреть файл

@ -73,6 +73,7 @@
#include "jsopcode.h"
#include "jsscope.h"
#include "jsscript.h"
#include "jsstaticcheck.h"
#include "jstracer.h"
#include "jsxml.h"
#include "jstypedarray.h"

Просмотреть файл

@ -57,6 +57,7 @@
#include "jslock.h"
#include "jsnum.h"
#include "jsobj.h"
#include "jsstaticcheck.h"
#include "jstypedarray.h"
#include "jsutil.h"

Просмотреть файл

@ -44,6 +44,8 @@
#ifndef jsutil_h___
#define jsutil_h___
#include "jsstaticcheck.h"
#include "js/Utility.h"
/* Forward declarations. */

Просмотреть файл

@ -66,6 +66,7 @@
#include "jsscript.h"
#include "jsstr.h"
#include "jsxml.h"
#include "jsstaticcheck.h"
#include "vm/GlobalObject.h"

Просмотреть файл

@ -45,6 +45,7 @@
#include "jsiter.h"
#include "jsnum.h"
#include "jsxml.h"
#include "jsstaticcheck.h"
#include "jsbool.h"
#include "assembler/assembler/MacroAssemblerCodeRef.h"
#include "assembler/assembler/CodeLocation.h"

Просмотреть файл

@ -45,6 +45,7 @@
#include "jsiter.h"
#include "jsnum.h"
#include "jsxml.h"
#include "jsstaticcheck.h"
#include "jsbool.h"
#include "assembler/assembler/MacroAssemblerCodeRef.h"
#include "jsiter.h"