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

Refactor Function #626

Merged
merged 2 commits into from
Aug 18, 2020
Merged

Refactor Function #626

merged 2 commits into from
Aug 18, 2020

Commits on Aug 17, 2020

  1. Refactor Function

     - Added call to js object
     - Removed Function::call
     - Removed `Function::construct` and added `GcObject::construct`
     - Made Function an enum
     - Made the Function into an enum
     - Removed `InternalState`
     - Removed `internal_state.rs` file
    HalidOdat committed Aug 17, 2020
    Configuration menu
    Copy the full SHA
    2c14dca View commit details
    Browse the repository at this point in the history
  2. Update doc

    Co-authored-by: Iban Eguia <razican@protonmail.ch>
    HalidOdat and Razican authored Aug 17, 2020
    Configuration menu
    Copy the full SHA
    185b53a View commit details
    Browse the repository at this point in the history