Bug 778948 - Move jsinterp.cpp/h to the vm/ dir. r=luke

This commit is contained in:
Benjamin Peterson
2013-06-02 15:30:43 -07:00
parent 03282e063c
commit fa295c609e
36 changed files with 61 additions and 52 deletions

View File

@@ -19,7 +19,6 @@
#include "jscntxt.h"
#include "jsversion.h"
#include "jsgc.h"
#include "jsinterp.h"
#include "jsobj.h"
#include "jsopcode.h"
#include "jsproxy.h"
@@ -28,6 +27,7 @@
#include "ds/Sort.h"
#include "gc/Marking.h"
#include "vm/GlobalObject.h"
#include "vm/Interpreter.h"
#include "vm/Shape.h"
#include "jsinferinlines.h"