Issue #1284 - Update js/src/builtin/TestingFunctions.cpp for /s (dotAll) regular expression changes

This fixes debug builds
This commit is contained in:
Gaming4JC 2019-11-18 19:30:45 -05:00 committed by Roy Tam
commit 211c1e4e7b

View file

@ -3975,6 +3975,7 @@ ParseRegExp(JSContext* cx, unsigned argc, Value* vp)
flags & MultilineFlag, match_only,
flags & UnicodeFlag, flags & IgnoreCaseFlag,
flags & GlobalFlag, flags & StickyFlag,
flags & DotAllFlag,
&data))
{
return false;