Remove Unboxed Object code from /vm, Part 3.

This commit is contained in:
wolfbeast 2019-06-25 11:15:11 +00:00 committed by Roy Tam
commit aa89a14709
18 changed files with 13 additions and 1560 deletions

View file

@ -45,7 +45,6 @@
#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;