Bug 750580 - Remove cyclic dependency between Parser and BytecodeEmitter modules by introducing a TreeContext module. r=jorendorff.

This commit is contained in:
Nicholas Nethercote
2012-04-30 17:59:23 -07:00
parent 5232d422f0
commit addc7f53df
21 changed files with 734 additions and 606 deletions

View File

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