Bug 830787 - Move jsscope to vm/Shape. r=jorendroff

This commit is contained in:
Tom Schuster
2013-01-26 16:03:19 +01:00
parent 6ffc2c1ff8
commit e63f1cccd1
49 changed files with 136 additions and 129 deletions

View File

@@ -28,7 +28,6 @@
#include "jsobj.h"
#include "jsopcode.h"
#include "jsproxy.h"
#include "jsscope.h"
#include "jsscript.h"
#if JS_HAS_XML_SUPPORT
@@ -36,11 +35,11 @@
#endif
#include "builtin/ParallelArray.h"
#include "ds/Sort.h"
#include "frontend/TokenStream.h"
#include "gc/Marking.h"
#include "vm/GlobalObject.h"
#include "vm/Shape.h"
#include "jsinferinlines.h"
#include "jsobjinlines.h"