Bug 879831, part 5 - Factor out js::Probes functions that depend on "inlines" headers into vm/Probes-inl.h. r=njn.

This commit is contained in:
Jason Orendorff
2013-06-06 22:48:45 -05:00
parent ff0054855a
commit b489d829d4
20 changed files with 187 additions and 194 deletions

View File

@@ -6,9 +6,7 @@
#include "frontend/BytecodeCompiler.h"
#include "jsprobes.h"
#include "jsscript.h"
#include "frontend/BytecodeEmitter.h"
#include "frontend/FoldConstants.h"
#include "frontend/NameFunctions.h"
@@ -16,11 +14,11 @@
#include "vm/GlobalObject.h"
#include "jsinferinlines.h"
#include "frontend/ParseMaps-inl.h"
#include "frontend/ParseNode-inl.h"
#include "frontend/Parser-inl.h"
#include "frontend/SharedContext-inl.h"
#include "vm/Probes-inl.h"
using namespace js;
using namespace js::frontend;