summaryrefslogtreecommitdiff
path: root/src/api/embed_helpers.cc
Commit message (Expand)AuthorAgeFilesLines
* bootstrap: print stack trace during environment creation failureJoyee Cheung2023-02-281-1/+11
* src: allow blobs in addition to `FILE*`s in embedder snapshot APIAnna Henningsen2023-02-061-2/+11
* src: allow snapshotting from the embedder APIAnna Henningsen2023-02-031-11/+85
* src: add snapshot support for embedder APIAnna Henningsen2023-02-031-5/+60
* src: consolidate exit codes in the code baseJoyee Cheung2022-10-061-4/+12
* src: create BaseObject with node::RealmChengzhong Wu2022-09-271-1/+1
* v8: add v8.startupSnapshot utilsJoyee Cheung2022-06-171-0/+13
* src: cache necessary isolate & context in api/*XadillaX2021-06-011-3/+4
* bootstrap: print information for snapshot at environment exit in debugJoyee Cheung2021-04-081-0/+1
* src: add embedding helpers to reduce boilerplate codeAnna Henningsen2020-10-141-0/+169