summaryrefslogtreecommitdiff
path: root/src/env.h
Commit message (Expand)AuthorAgeFilesLines
* src: split BlobSerializer/BlobDeserializerJoyee Cheung2023-04-261-0/+1
* src: track ShadowRealm native objects correctly in the heap snapshotJoyee Cheung2023-04-061-0/+6
* src: bootstrap Web [Exposed=*] APIs in the shadow realmChengzhong Wu2023-03-161-1/+7
* src: fix negative nodeTiming milestone valueslegendecas2023-03-031-4/+13
* src: share common code paths for SEA and embedder scriptAnna Henningsen2023-03-021-3/+3
* timers: use V8 fast API callsJoyee Cheung2023-02-281-0/+2
* src,process: add permission modelRafael Gonzaga2023-02-231-0/+3
* src: per-realm binding dataChengzhong Wu2023-02-211-21/+0
* src: allow optional Isolate termination in node::Stop()Shelley Vohr2023-02-171-1/+1
* src: allow blobs in addition to `FILE*`s in embedder snapshot APIAnna Henningsen2023-02-061-2/+4
* src: allow snapshotting from the embedder APIAnna Henningsen2023-02-031-0/+4
* src: add snapshot support for embedder APIAnna Henningsen2023-02-031-9/+6
* src: make BuiltinLoader threadsafe and non-globalAnna Henningsen2023-01-181-0/+4
* src: distinguish env stopping flagsChengzhong Wu2023-01-141-0/+1
* src: use simdutf for converting externalized builtins to UTF-16Anna Henningsen2023-01-101-6/+0
* src: speed up process.getActiveResourcesInfo()Darshan Sen2023-01-031-0/+3
* src: define per-isolate internal bindings registration callbacklegendecas2022-12-281-9/+6
* build: fix env.h for cpp20Jiawen Geng2022-11-211-10/+0
* src: move FsStatsOffset and kFsStatsBufferLength to node_file.hJoyee Cheung2022-11-191-27/+0
* src: remove the unused PackageConfig classJoyee Cheung2022-11-171-18/+0
* src: simplify exit code accessesDaeyeon Jeong2022-11-101-5/+15
* src: track contexts in the Environment instead of AsyncHooksJoyee Cheung2022-11-071-6/+9
* src: return void in InitializeInspector()Joyee Cheung2022-10-141-1/+1
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-5/+10
* src: create BaseObject with node::RealmChengzhong Wu2022-09-271-19/+1
* src: make NearHeapLimitCallback() more robustJoyee Cheung2022-09-131-1/+2
* v8: add setHeapSnapshotNearHeapLimittheanarkh2022-09-081-1/+9
* src: consolidate environment cleanup queuelegendecas2022-09-081-40/+4
* src: introduce node::RealmChengzhong Wu2022-08-311-455/+33
* vm: include vm context in the embedded snapshotJoyee Cheung2022-08-241-1/+2
* vm: make ContextifyContext template context-independentJoyee Cheung2022-08-241-1/+2
* src: extract common context embedder tag checksChengzhong Wu2022-08-191-3/+0
* src: iterate over base objects to prepare for snapshotJoyee Cheung2022-08-121-8/+5
* bootstrap: check more metadata when loading the snapshotJoyee Cheung2022-08-091-1/+19
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-8/+8
* bootstrap: implement --snapshot-blob and --build-snapshotJoyee Cheung2022-08-031-3/+8
* src: split property helpers from node::Environmentlegendecas2022-08-021-50/+0
* src: use a typed array internally for process._exitingDarshan Sen2022-07-311-9/+18
* src,lib: print source map error source on demandlegendecas2022-07-281-0/+1
* src: per-isolate eternal template propertieslegendecas2022-07-231-15/+33
* src: per-environment time origin valuelegendecas2022-07-161-1/+11
* bootstrap: handle snapshot errors gracefullyJoyee Cheung2022-07-151-3/+16
* src: pass only Isolate* and env_vars to EnabledDebugList::Parse()Darshan Sen2022-07-151-28/+0
* src: slim down env-inl.hBen Noordhuis2022-07-131-51/+48
* lib,src: add source map support for global evallegendecas2022-07-111-0/+1
* v8: add v8.startupSnapshot utilsJoyee Cheung2022-06-171-0/+7
* dns: accept `'IPv4'` and `'IPv6'` for `family`Antoine du Hamel2022-06-151-0/+2
* bootstrap: include code cache in the embedded snapshotJoyee Cheung2022-05-171-1/+5
* src: move context snapshot index to SnapshotDataJoyee Cheung2022-05-171-1/+9
* src: delete AllocatedBufferDarshan Sen2022-05-131-5/+15