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

src: simplify exit code accesses #45125

Commits on Oct 22, 2022

  1. src: simplify exit code accesses

    This simplifies getting the exit code which is set through
    `process.exitCode` by removing manually reading the JS property
    from the native side.
    
    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Oct 22, 2022
    Configuration menu
    Copy the full SHA
    eef1c86 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2022

  1. fixup: use typed array

    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Oct 29, 2022
    Configuration menu
    Copy the full SHA
    13ef5a2 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2022

  1. fixup: use inlined typed array

    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Nov 4, 2022
    Configuration menu
    Copy the full SHA
    62819b1 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2022

  1. fixup: export field identifiers

    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    375ea8d View commit details
    Browse the repository at this point in the history
  2. fixup: change int32_t to ExitCode

    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    fea1885 View commit details
    Browse the repository at this point in the history
  3. fixup: add ExitInfoFieldCount and revert unrelated change

    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Nov 5, 2022
    Configuration menu
    Copy the full SHA
    a3d9ebf View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2022

  1. fixup: add checks of whether JS execution is terminating

    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Nov 8, 2022
    Configuration menu
    Copy the full SHA
    e7b5ae5 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2022

  1. fixup: use can_call_into_js()

    Signed-off-by: Daeyeon Jeong <daeyeon.dev@gmail.com>
    daeyeon committed Nov 9, 2022
    Configuration menu
    Copy the full SHA
    16fb50f View commit details
    Browse the repository at this point in the history