Closed
Bug 542621
Opened 15 years ago
Closed 15 years ago
Narcissus parser should use /y instead of slicing the string for tokenization
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
People
(Reporter: mrbkap, Assigned: pcwalton)
Details
One of the use-cases for /y was implementing tokenizers so that they don't have to slice the string each time they match a token. Narcissus hasn't yet been updated to the new (and improved) world order and it should be.
Comment 1•15 years ago
|
||
See also bug 546087.
/be
Comment 2•15 years ago
|
||
Kam, could you please attach your patch here? Thanks,
/be
Updated•15 years ago
|
Assignee: general → pwalton
| Assignee | ||
Comment 3•15 years ago
|
||
Obsoleted by bug 546087.
Status: NEW → RESOLVED
Closed: 15 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•