summaryrefslogtreecommitdiff
path: root/src/node_external_reference.h
Commit message (Expand)AuthorAgeFilesLines
* src: add v8 fast api for url canParseKhafra2023-04-201-0/+3
* src: move encoding bindings to a new bindingJoyee Cheung2023-03-071-0/+1
* timers: use V8 fast API callsJoyee Cheung2023-02-281-0/+9
* buffer: use v8 fast API calls for `Buffer.byteLength` implementationJoyee Cheung2023-02-261-0/+3
* src,process: add permission modelRafael Gonzaga2023-02-231-0/+1
* src: add initial support for single executable applicationsDarshan Sen2023-02-181-0/+1
* bootstrap: support module_wrap binding in snapshotJoyee Cheung2022-12-161-0/+1
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-2/+2
* dns: support dns module in the snapshotJoyee Cheung2022-09-291-0/+1
* vm: make ContextifyContext template context-independentJoyee Cheung2022-08-241-1/+6
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-1/+1
* build: remove dtrace & etw supportBen Noordhuis2022-07-171-7/+0
* bootstrap: fix wasm_web_api external reference registrationJoyee Cheung2022-05-021-0/+1
* build: add --node-snapshot-main configure optionJoyee Cheung2022-03-311-0/+1
* src: include internal/options in the snapshotJoyee Cheung2022-03-111-0/+1
* process: support hrtime in the snapshotJoyee Cheung2021-11-171-0/+5
* src: register external references in os bindingsJoyee Cheung2021-10-191-0/+1
* src: register external references in crypto bindingsJoyee Cheung2021-10-191-1/+8
* src: register zlib external references for snapshotJoyee Cheung2021-09-161-0/+1
* src: register external references of PipeWrap for snapshotJoyee Cheung2021-09-061-0/+1
* src: register external references of TTYWrap for snapshotJoyee Cheung2021-09-061-0/+1
* src: register external references of TCPWrap for snapshotJoyee Cheung2021-09-061-0/+1
* src: register external references of SignalWrap for snapshotJoyee Cheung2021-09-061-0/+1
* src: register external references of node-report for snapshotJoyee Cheung2021-09-061-0/+1
* src: register external references of dtrace for snapshotJoyee Cheung2021-09-061-1/+8
* url,buffer: implement URL.createObjectURLJames M Snell2021-08-121-0/+1
* bootstrap: support perf hooks in snapshotJoyee Cheung2021-06-281-0/+1
* src: support fs_event_wrap binding in the snapshotJoyee Cheung2021-05-271-0/+1
* bootstrap: include vm and contextify binding into the snapshotJoyee Cheung2021-05-201-0/+1
* bootstrap: include v8 module into the builtin snapshotJoyee Cheung2021-02-191-1/+8
* bootstrap: include fs module into the builtin snapshotJoyee Cheung2021-02-191-0/+2
* lib: add EventTarget-related browser globalsAnna Henningsen2020-10-111-1/+2
* src: snapshot nodeJoyee Cheung2020-07-181-2/+31
* src: snapshot loadersJoyee Cheung2020-07-181-1/+4
* src: snapshot Environment upon instantiationJoyee Cheung2020-07-181-1/+4
* src: add an ExternalReferenceRegistry classJoyee Cheung2020-07-181-0/+67