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

Commits on Oct 16, 2013

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

    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).
    kmcallister committed Oct 16, 2013
You can’t perform that action at this time.