Bug 880565 (part 1) - Move isFunction() et al from jsobjinlines.h to jsobj.h and minimize the number of files that #include jsobjinlines.h. r=benjamin.

This commit is contained in:
Nicholas Nethercote
2013-06-05 19:07:43 -07:00
parent a9ab64e4ec
commit 3a394a85e7
77 changed files with 251 additions and 295 deletions

View File

@@ -38,6 +38,7 @@
#include "jsobj.h"
#include "jsstr.h"
#include "js/Date.h"
#include "vm/DateTime.h"
#include "vm/GlobalObject.h"
#include "vm/Interpreter.h"
@@ -47,8 +48,6 @@
#include "jsobjinlines.h"
#include "js/Date.h"
using namespace js;
using namespace js::types;