summaryrefslogtreecommitdiff
path: root/core/realm.rs
AgeCommit message (Expand)Author
2023-05-24refactor(core): store pending ops per realm (#19054)Bartek Iwańczuk
2023-05-08fix(core): always report the first error on unhandled rejection (#18992)ud2
2023-04-27fix(repl): print unhandled rejections and event errors (#18878)Nayeem Rahman
2023-04-19refactor(core): remove PhantomData from IdentityHasher (#18770)Bartek Iwańczuk
2023-04-19refactor(core): store v8::Global<v8::Context> in an Rc (#18749)Bartek Iwańczuk
2023-04-14refactor(core): limit number of boundary crossings between Rust and V8 (#18652)Bartek Iwańczuk
2023-04-08cleanup(core): Move `JsRealm` into a separate module (#18641)Andreu Botella