Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: sukyoung/safe
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: sukyoung/safe
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: nodejs
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 8 commits
  • 46 files changed
  • 2 contributors

Commits on Nov 17, 2017

  1. [NodeJS] Implemented the initial version of the module wrapper and re…

    …quire function to import modules dynamically.
    Changhee Park authored and jhnaldo committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    a2c2c41 View commit details
    Browse the repository at this point in the history
  2. [NodeJS] Added the abstract models for the global properties 'global'…

    … and 'process'.
    Changhee Park authored and jhnaldo committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    72b5582 View commit details
    Browse the repository at this point in the history
  3. [NodeJS] Implemented caching imported modules and resolving cyclic de…

    …pendency between modules.
    Changhee Park authored and jhnaldo committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    87208df View commit details
    Browse the repository at this point in the history
  4. [NodeJS] Modeled some APIs of process.binding('buffer') and process.b…

    …inding('smalloc')
    Changhee Park authored and jhnaldo committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    7e25a57 View commit details
    Browse the repository at this point in the history
  5. [NodeJS] 1) Changed the semantics of @loadModule not to construct the…

    … CFG of the module that has been loaded before again 2) Added the modeling of console.error and console.trace
    Changhee Park authored and jhnaldo committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    6cea2e2 View commit details
    Browse the repository at this point in the history
  6. [NodeJS] Added the modeling of 'process.binding('timer_wrap')

    Changhee Park authored and jhnaldo committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    ccc350d View commit details
    Browse the repository at this point in the history
  7. [NodeJS] added tests for Node.js.

    Changhee Park authored and jhnaldo committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    507f592 View commit details
    Browse the repository at this point in the history
  8. [NodeJS] Minor edit for testing.

    Changhee Park authored and jhnaldo committed Nov 17, 2017
    Configuration menu
    Copy the full SHA
    79af9cc View commit details
    Browse the repository at this point in the history
Loading