Bug 695094 - Move js{scan,parse,emit}.{h,cpp} into js/src/frontend/. r=luke.

This commit is contained in:
Jason Orendorff
2011-10-17 16:54:28 -05:00
parent 5fdc66977c
commit b0c1f2dccb
31 changed files with 82 additions and 76 deletions

View File

@@ -66,7 +66,6 @@
#include "jsobj.h"
#include "jsopcode.h"
#include "jsproxy.h"
#include "jsscan.h"
#include "jsscope.h"
#include "jsscript.h"
@@ -74,6 +73,7 @@
#include "jsxml.h"
#endif
#include "frontend/TokenStream.h"
#include "vm/GlobalObject.h"
#include "jsinferinlines.h"