Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Take scripts as ~str to support non-ASCII string literals etc. #41

Merged
merged 1 commit into from Oct 16, 2013

Conversation

@kmcallister
Copy link
Contributor

kmcallister commented Oct 16, 2013

The ASCII-based JS_EvaluateScript converts to UTF-16 internally, so this shouldn't be fundamentally worse (but I haven't benchmarked the two conversion routines or anything).

The ASCII-based JS_EvaluateScript converts to UTF-16 internally, so this
shouldn't be fundamentally worse (but I haven't benchmarked the two conversion
routines or anything).
@metajack

This comment has been minimized.

Copy link

metajack commented on 7372f6b Oct 16, 2013

r+

metajack added a commit that referenced this pull request Oct 16, 2013
Take scripts as ~str to support non-ASCII string literals etc.
@metajack metajack merged commit 6292b79 into servo:master Oct 16, 2013
tschneidereit pushed a commit to tschneidereit/rust-mozjs that referenced this pull request Aug 26, 2017
Fix build in Raspberry Pi2. r=mbrubeck
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked issues

Successfully merging this pull request may close these issues.

None yet

2 participants
You can’t perform that action at this time.