summaryrefslogtreecommitdiff
path: root/src/node_realm.cc
Commit message (Expand)AuthorAgeFilesLines
* src: track ShadowRealm native objects correctly in the heap snapshotJoyee Cheung2023-04-061-5/+0
* src: bootstrap prepare stack trace callback in shadow realmChengzhong Wu2023-04-041-12/+6
* bootstrap: store internal loaders in C++ via a bindingJoyee Cheung2023-03-291-31/+2
* src: bootstrap Web [Exposed=*] APIs in the shadow realmChengzhong Wu2023-03-161-64/+87
* lib: distinguish webidl interfaces with the extended property "Exposed"Chengzhong Wu2023-03-161-3/+4
* src: do not track BaseObjects directly in RealmJoyee Cheung2023-02-281-6/+0
* src: use an array for faster binding data lookupJoyee Cheung2023-02-221-2/+3
* src: per-realm binding dataChengzhong Wu2023-02-211-0/+1
* src: make BuiltinLoader threadsafe and non-globalAnna Henningsen2023-01-181-2/+2
* src: use constant strings for memory info namesChengzhong Wu2023-01-091-1/+1
* src: define per-isolate internal bindings registration callbacklegendecas2022-12-281-0/+23
* src: make structuredClone work for process.envBen Noordhuis2022-12-111-3/+4
* src: create BaseObject with node::RealmChengzhong Wu2022-09-271-4/+70
* bootstrap: generate bootstrapper arguments in BuiltinLoaderJoyee Cheung2022-09-131-39/+7
* src: introduce node::RealmChengzhong Wu2022-08-311-0/+308