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

Jsrt: new string API #1830

Merged
merged 1 commit into from
Nov 4, 2016
Merged

Jsrt: new string API #1830

merged 1 commit into from
Nov 4, 2016

Commits on Nov 4, 2016

  1. Jsrt: new string API

    - JsCreateString
    - JsCreateStringUtf8
    - JsCreateStringUtf16
    - JsCopyString
    - JsCopyStringUtf8
    - JsCopyStringUtf16
    - JsParse
    - JsRun
    - JsSerialize
    - JsParseSerialized
    - JsRunSerialized
    - JsCreatePropertyIdUtf8
    - JsCopyPropertyIdUtf8
    
    With this update, `ExternalArrayBuffer` can be used as script source.
    When ExternalArrayBuffer source is Utf8, it is used as is and
    keeps script source from being copied.
    obastemur committed Nov 4, 2016
    Configuration menu
    Copy the full SHA
    f7f7132 View commit details
    Browse the repository at this point in the history