Closed
Bug 1045830
Opened 11 years ago
Closed 4 months ago
restore JS_NewString function for latin1 strings
Categories
(Core :: JavaScript Engine, defect)
Core
JavaScript Engine
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: soubok, Unassigned)
Details
JS_NewString() has been removed (Bug 618262) but should be restored to handle latin1 string without copy.
Updated•3 years ago
|
Severity: normal → S3
Comment 1•4 months ago
|
||
This is handled by JS_NewLatin1String
.
Status: NEW → RESOLVED
Closed: 4 months ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•