Bug 782871 (part 1 ) - Move TreeContext and related things into the Parser module. r=jorendorff.

This commit is contained in:
Nicholas Nethercote
2012-08-16 21:29:03 -07:00
parent 6897736e79
commit c0d38487d9
16 changed files with 515 additions and 523 deletions

View File

@@ -16,6 +16,8 @@
#include "jsinferinlines.h"
#include "frontend/ParseMaps-inl.h"
#include "frontend/Parser-inl.h"
#include "frontend/TreeContext-inl.h"
using namespace js;