summaryrefslogtreecommitdiff
path: root/src/node_snapshotable.cc
Commit message (Expand)AuthorAgeFilesLines
* src: stop copying code cache, part 2Keyhan Vakil2023-05-151-11/+17
* src: move BlobSerializerDeserializer to a separate header fileDarshan Sen2023-05-111-332/+1
* bootstrap: log isolate data info in mksnapshot debug logsJoyee Cheung2023-05-031-2/+2
* src: split BlobSerializer/BlobDeserializerJoyee Cheung2023-04-261-100/+168
* src: use the internal field to determine if an object is a BaseObjectJoyee Cheung2023-04-061-12/+1
* url: use ada::url_aggregator for parsing urlsYagiz Nizipli2023-04-051-0/+1
* src: use stricter compile-time guidanceTobias Nießen2023-04-041-11/+8
* src: move encoding bindings to a new bindingJoyee Cheung2023-03-071-0/+1
* src: share common code paths for SEA and embedder scriptAnna Henningsen2023-03-021-4/+10
* timers: use V8 fast API callsJoyee Cheung2023-02-281-0/+1
* src: use an array for faster binding data lookupJoyee Cheung2023-02-221-4/+4
* src: per-realm binding dataChengzhong Wu2023-02-211-3/+2
* src: add fflush() to SnapshotData::ToFile()Anna Henningsen2023-02-081-0/+1
* src: allow blobs in addition to `FILE*`s in embedder snapshot APIAnna Henningsen2023-02-061-16/+13
* src: check return value of ftell()Tobias Nießen2023-02-061-0/+1
* src: allow snapshotting from the embedder APIAnna Henningsen2023-02-031-87/+84
* src: make build_snapshot a per-Isolate option, rather than a global oneAnna Henningsen2023-02-031-1/+1
* src: add snapshot support for embedder APIAnna Henningsen2023-02-031-0/+11
* src: back snapshot I/O with a std::vector sinkJoyee Cheung2023-02-031-55/+75
* src: make BuiltinLoader threadsafe and non-globalAnna Henningsen2023-01-181-2/+2
* src: fix typo in node_snapshotable.ccVadim2023-01-071-2/+2
* src: speed up process.getActiveResourcesInfo()Darshan Sen2023-01-031-0/+3
* src: define per-isolate internal bindings registration callbacklegendecas2022-12-281-7/+7
* src: use string_view for FastStringKey implementationAnna Henningsen2022-12-211-5/+5
* src: use CreateEnvironment instead of inlining its code where possibleAnna Henningsen2022-12-211-10/+15
* src: mark generated `snapshot_data` as `const`Anna Henningsen2022-12-101-5/+2
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-3/+3
* src: simplify exit code accessesDaeyeon Jeong2022-11-101-3/+3
* src: return void in InitializeInspector()Joyee Cheung2022-10-141-2/+0
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-25/+22
* src: create BaseObject with node::RealmChengzhong Wu2022-09-271-12/+14
* src: introduce node::RealmChengzhong Wu2022-08-311-5/+90
* src: restore context default IsCodeGenerationFromStringsAllowed valueChengzhong Wu2022-08-281-0/+13
* vm: include vm context in the embedded snapshotJoyee Cheung2022-08-241-1/+18
* src: support WeakReference in snapshotJoyee Cheung2022-08-191-0/+1
* src: remove usage on ScriptCompiler::CompileFunctionInContextChengzhong Wu2022-08-161-7/+7
* src: iterate over base objects to prepare for snapshotJoyee Cheung2022-08-121-40/+46
* bootstrap: check more metadata when loading the snapshotJoyee Cheung2022-08-091-14/+128
* src: fix cppgc incompatibility in v8Shelley Vohr2022-08-091-6/+40
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-22/+20
* bootstrap: turn on FunctionCodeHandling::kKeep in the snapshot builderJoyee Cheung2022-08-041-1/+1
* bootstrap: support more builtins in the embedded code cacheJoyee Cheung2022-08-051-3/+2
* bootstrap: implement --snapshot-blob and --build-snapshotJoyee Cheung2022-08-031-12/+711
* src: split property helpers from node::Environmentlegendecas2022-08-021-7/+8
* src: per-isolate eternal template propertieslegendecas2022-07-231-9/+5
* src: merge NativeModuleEnv into NativeModuleLoaderJoyee Cheung2022-07-211-3/+3
* bootstrap: handle snapshot errors gracefullyJoyee Cheung2022-07-151-156/+170
* src: change FormatSize to actually accept a size_tTobias Nießen2022-06-201-1/+1
* v8: add v8.startupSnapshot utilsJoyee Cheung2022-06-171-14/+37
* bootstrap: include code cache in the embedded snapshotJoyee Cheung2022-05-171-7/+77