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

Add methods for calling interpreted functions #201

Open
wants to merge 68 commits into
base: master
Choose a base branch
from

Commits on Nov 10, 2020

  1. Configuration menu
    Copy the full SHA
    67356d9 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2020

  1. Remove ES6

    Webifi committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    a1122eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    27cc696 View commit details
    Browse the repository at this point in the history
  3. Remove debug

    Webifi committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    c85abae View commit details
    Browse the repository at this point in the history
  4. Simplify callback polyfill

    Webifi committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    e028f9a View commit details
    Browse the repository at this point in the history
  5. Add exports

    Webifi committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    8949d78 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Webifi committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    b863237 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    4d01f8e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    6f59cd6 View commit details
    Browse the repository at this point in the history
  9. Remove need for callbacks

    Webifi committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    1930937 View commit details
    Browse the repository at this point in the history
  10. Remove unsused methods

    Webifi committed Nov 11, 2020
    Configuration menu
    Copy the full SHA
    9024e3d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2020

  1. Configuration menu
    Copy the full SHA
    b499bd2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc179e6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3fa1672 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2934a11 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9e741a1 View commit details
    Browse the repository at this point in the history
  6. Expose isPaused

    Webifi committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    18c8543 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    04dec5c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    4834769 View commit details
    Browse the repository at this point in the history
  9. Add queueFunction method

    Webifi committed Nov 12, 2020
    Configuration menu
    Copy the full SHA
    d7a87a0 View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2020

  1. Configuration menu
    Copy the full SHA
    8f98548 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e36756e View commit details
    Browse the repository at this point in the history
  3. Fix index limit

    Webifi committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    a513475 View commit details
    Browse the repository at this point in the history
  4. No return

    Webifi committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    32ca98d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    81c83d5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    86bd209 View commit details
    Browse the repository at this point in the history
  7. Fix bugs

    Webifi committed Nov 14, 2020
    Configuration menu
    Copy the full SHA
    5911796 View commit details
    Browse the repository at this point in the history

Commits on Nov 21, 2020

  1. Configuration menu
    Copy the full SHA
    151b898 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1 from Webifi/dev2

    Change callbacks to use state machine
    Webifi authored Nov 21, 2020
    Configuration menu
    Copy the full SHA
    6a46a93 View commit details
    Browse the repository at this point in the history
  3. Remove unused exports

    Webifi committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    b9e1b81 View commit details
    Browse the repository at this point in the history
  4. Remove unused export

    Webifi committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    8a0ff21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ca4f121 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3f8aa11 View commit details
    Browse the repository at this point in the history
  7. Use ternary operator

    Webifi committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    34f4f59 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fb0fd76 View commit details
    Browse the repository at this point in the history
  9. Move pause again

    Webifi committed Nov 21, 2020
    Configuration menu
    Copy the full SHA
    3bcc330 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    298fa89 View commit details
    Browse the repository at this point in the history

Commits on Nov 22, 2020

  1. Configuration menu
    Copy the full SHA
    fbfc8c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9be4aa0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4c8132 View commit details
    Browse the repository at this point in the history
  4. Fix typo

    Webifi committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    8d42446 View commit details
    Browse the repository at this point in the history
  5. Simplify

    Webifi committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    cd43aca View commit details
    Browse the repository at this point in the history
  6. Rollback simplify

    Webifi committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    170fc84 View commit details
    Browse the repository at this point in the history
  7. Fix typo

    Webifi committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    db7ee6c View commit details
    Browse the repository at this point in the history
  8. Allow catch to return value

    Webifi committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    2d8b51f View commit details
    Browse the repository at this point in the history
  9. Return proper value

    Webifi committed Nov 22, 2020
    Configuration menu
    Copy the full SHA
    bd7c067 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f87d96c View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2020

  1. Fix issue with async callbacks

    Webifi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    46d9af9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e88a691 View commit details
    Browse the repository at this point in the history
  3. Cleanup

    Webifi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    fe24f3f View commit details
    Browse the repository at this point in the history
  4. Refactor callback catch

    Webifi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    bba6491 View commit details
    Browse the repository at this point in the history
  5. cleanup

    Webifi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    b322959 View commit details
    Browse the repository at this point in the history
  6. Cleanup

    Webifi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    8ea6fa5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    392556e View commit details
    Browse the repository at this point in the history
  8. Fix typos

    Webifi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    d73e5df View commit details
    Browse the repository at this point in the history
  9. Cleanup

    Webifi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    2df2c2e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a9fafcb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    3c5a508 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0da3a80 View commit details
    Browse the repository at this point in the history
  13. fix result in then chain

    Webifi committed Nov 23, 2020
    Configuration menu
    Copy the full SHA
    01d7355 View commit details
    Browse the repository at this point in the history

Commits on Nov 24, 2020

  1. Cleanup / comments

    Webifi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    2623269 View commit details
    Browse the repository at this point in the history
  2. Fix case fallthrough

    Webifi committed Nov 24, 2020
    Configuration menu
    Copy the full SHA
    3d0499c View commit details
    Browse the repository at this point in the history

Commits on Dec 2, 2020

  1. Fix throwing exception

    Webifi committed Dec 2, 2020
    Configuration menu
    Copy the full SHA
    8acfcee View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2021

  1. Merge upstream changes

    Webifi committed Sep 10, 2021
    Configuration menu
    Copy the full SHA
    79da820 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    405d62d View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Merge branch 'master' of https://github.com/NeilFraser/JS-Interpreter

    …into NeilFraser-master
    Webifi committed Sep 15, 2021
    Configuration menu
    Copy the full SHA
    cb7bf2c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1502a58 View commit details
    Browse the repository at this point in the history

Commits on Jun 30, 2023

  1. Configuration menu
    Copy the full SHA
    e714da8 View commit details
    Browse the repository at this point in the history