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

Implement jsg::JsValue and related types #1014

Merged
merged 5 commits into from
Aug 21, 2023
Merged

Implement jsg::JsValue and related types #1014

merged 5 commits into from
Aug 21, 2023

Commits on Aug 21, 2023

  1. Implement jsg::JsValue and related types

    These are a new abstraction meant to discourage use of v8::Local<T>
    directly in most cases.
    jasnell committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    89c6b0f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    564f8ed View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cdc9897 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    42d52d2 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4217006 View commit details
    Browse the repository at this point in the history