[Webkit-unassigned] [Bug 18728] New: SQUIRRELFISH: invalid regular expression constants should throw exceptions
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Thu Apr 24 21:18:34 PDT 2008
http://bugs.webkit.org/show_bug.cgi?id=18728
Summary: SQUIRRELFISH: invalid regular expression constants
should throw exceptions
Product: WebKit
Version: 526+ (Nightly build)
Platform: All
OS/Version: All
Status: NEW
Keywords: SquirrelFishBlocker
Severity: Normal
Priority: P2
Component: JavaScriptCore
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: cwzwarich at uwaterloo.ca
OtherBugsDependingO 18624
nThis:
Currently, SquirrelFish doesn't throw exceptions for invalid regular expression
constants. The exception gets created, but there is no VM_CHECK_EXCEPTION() in
the body of op_new_regexp, so it gets ignored. However, we should really just
create the code to throw the exception at compile time. This affects the
JavaScriptCore regression test ecma_3/RegExp/regress-188206.js.
--
Configure bugmail: http://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
More information about the webkit-unassigned
mailing list