Closed
Bug 779220
Opened 13 years ago
Closed 13 years ago
Add JS_InternStringN for callers that know the length of the string
Categories
(Core :: JavaScript Engine, defect)
Tracking
()
RESOLVED
FIXED
mozilla17
People
(Reporter: jrmuizel, Unassigned)
Details
Attachments
(1 file)
1.09 KB,
patch
|
luke
:
review+
|
Details | Diff | Splinter Review |
I have a caller that already knows the length so running strlen is waste.
This also mirrors the existing JS_InternUCStringN.
Attachment #647602 -
Flags: review?(luke)
![]() |
||
Updated•13 years ago
|
Attachment #647602 -
Flags: review?(luke) → review+
![]() |
||
Comment 1•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla17
You need to log in
before you can comment on or make changes to this bug.
Description
•