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

[wasm] Redesign of JS objects marshaling and lifecycle #57098

Merged
merged 33 commits into from
Aug 17, 2021

Commits on Aug 16, 2021

  1. Configuration menu
    Copy the full SHA
    8ce637c View commit details
    Browse the repository at this point in the history
  2. removed ownsHandle for readability, removed AnyRef from hierarchy, re…

    …moved old refcount debug code
    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d8326dd View commit details
    Browse the repository at this point in the history
  3. rename _csOwnedObjects

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4b96785 View commit details
    Browse the repository at this point in the history
  4. rename _csOwnedObjects

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    0a4c611 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    99b05bb View commit details
    Browse the repository at this point in the history
  6. renames

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    0d218f9 View commit details
    Browse the repository at this point in the history
  7. rename and move

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    151a059 View commit details
    Browse the repository at this point in the history
  8. rename

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    0f3d6d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dca5d5e View commit details
    Browse the repository at this point in the history
  10. remove refcount frames

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4783438 View commit details
    Browse the repository at this point in the history
  11. differentiate gcHandles

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    c2fd18e View commit details
    Browse the repository at this point in the history
  12. get rid of weak GCHandle

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d30c4a8 View commit details
    Browse the repository at this point in the history
  13. feedback

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    53e2eb9 View commit details
    Browse the repository at this point in the history
  14. added MappedType enum

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    36e864a View commit details
    Browse the repository at this point in the history
  15. naming consistency

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    e0b3b53 View commit details
    Browse the repository at this point in the history
  16. feedback

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    7c743b1 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    efcd1a9 View commit details
    Browse the repository at this point in the history
  18. split and rename files

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a9212b7 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    4f24a9d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c5f22be View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    7d23f76 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    cce3ccc View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e29416a View commit details
    Browse the repository at this point in the history
  24. doc

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    e4dd539 View commit details
    Browse the repository at this point in the history
  25. cleanup

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    3897513 View commit details
    Browse the repository at this point in the history
  26. doc

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    d7345bc View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    6ee696a View commit details
    Browse the repository at this point in the history
  28. feedback

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    92b9a3b View commit details
    Browse the repository at this point in the history
  29. no polyfill feedback

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    685d2a5 View commit details
    Browse the repository at this point in the history
  30. feedback

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    a6f7eda View commit details
    Browse the repository at this point in the history
  31. name consistency feedback

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    4a388ed View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    f5cede0 View commit details
    Browse the repository at this point in the history
  33. feedback

    pavelsavara committed Aug 16, 2021
    Configuration menu
    Copy the full SHA
    b8ad165 View commit details
    Browse the repository at this point in the history