Remove Unboxed Objects from vm/ Part 1 + fix deprot

This commit is contained in:
wolfbeast 2019-05-16 13:13:36 +00:00 committed by Roy Tam
commit 37315e4898
6 changed files with 10 additions and 15 deletions

View file

@ -45,6 +45,7 @@
#include "vm/Caches-inl.h"
#include "vm/Interpreter-inl.h"
#include "vm/NativeObject-inl.h"
#include "vm/UnboxedObject-inl.h"
using namespace js;
using namespace js::gc;