Issue #325 Part 5: Remove non-Intl legacy code paths from js.

This commit is contained in:
wolfbeast 2018-05-04 12:08:48 +02:00 committed by Roy Tam
commit d1c16b1326
10 changed files with 17 additions and 632 deletions

View file

@ -36,9 +36,7 @@
#include "jit/InlinableNatives.h"
#include "js/Conversions.h"
#include "js/UniquePtr.h"
#if ENABLE_INTL_API
#include "unicode/unorm.h"
#endif
#include "vm/GlobalObject.h"
#include "vm/Interpreter.h"
#include "vm/Opcodes.h"