Merge remote-tracking branch 'origin/tracking' into custom

This commit is contained in:
roytam1 2023-08-08 10:09:40 +08:00
commit 1956d3d66b
12 changed files with 301 additions and 52 deletions

View file

@ -18,6 +18,8 @@
#include "js/Vector.h"
#include "vm/String.h"
#include "jscntxt.h"
namespace JS { class Value; }
class JSObject;
@ -159,4 +161,4 @@ CallICU(JSContext* cx, const ICUStringFunction& strFn)
} // namespace js
#endif /* builtin_intl_CommonFunctions_h */
#endif /* builtin_intl_CommonFunctions_h */