summaryrefslogtreecommitdiff
path: root/src/module_wrap.h
Commit message (Expand)AuthorAgeFilesLines
* src: fix type mismatch warnings from missing privSam Roberts2018-12-031-1/+2
* vm: add dynamic import supportGus Caplan2018-10-061-1/+15
* src: name EmbededderGraph edges and use class names for nodesJoyee Cheung2018-10-041-2/+2
* src: add proper MemoryInfoName to wrappersJoyee Cheung2018-07-271-0/+2
* src: enable more detailed memory trackingAnna Henningsen2018-07-131-0/+6
* src: prevent persistent handle resource leaksBen Noordhuis2018-02-211-4/+4
* module: support main w/o extension, pjson cacheGuy Bedford2018-02-141-1/+6
* src,lib: implement import.metaMichaƫl Zasso2018-02-011-0/+8
* vm: add modulesGus Caplan2018-01-301-2/+6
* module: Set dynamic import callbackJan Krems2017-11-291-0/+2
* src: rename base-object -> base_objectDaniel Bevenius2017-11-171-1/+1
* src: improve module loader readabilityAnna Henningsen2017-11-031-3/+5
* src: do not include x.h if x-inl.h is includedJoyee Cheung2017-10-301-1/+0
* src: use V8 function to get Module NamespaceBradley Farias2017-10-281-0/+1
* url: const-ify APIs, and pass URL by refSam Roberts2017-10-011-1/+1
* src: minor c++ refactors to module_wrapAnna Henningsen2017-09-231-4/+2
* module: Allow runMain to be ESMBradley Farias2017-09-071-0/+58