Commit c131c1f9 authored by Thorsten Lorenz's avatar Thorsten Lorenz Committed by Trevor Norris
Browse files

modules: adding load linked modules feature

- introduced NM_F_LINKED flag to identify linked modules
- setting node_is_initialized after calling V8::Initialize in order to
  make the right decision during initial module registration
- introduced modlist_linked in order to track modules that were
  pre-registered in order to complete it once node is initialized
- completing registration of linked module similarly to the way it's
  done inside DLOpen

PR-URL: https://github.com/joyent/node/pull/8386


Reviewed-by: default avatarTrevor Norris <trev.norris@gmail.com>
parent 304c0b43
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment