summaryrefslogtreecommitdiff
path: root/core/ops_builtin_v8.rs
AgeCommit message (Expand)Author
2023-06-22refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)Bartek Iwańczuk
2023-06-14chore(core): Refactor runtime and split out tests (#19491)Matt Mastracci
2023-05-31chore(core): Split JsRuntimeForSnapshot from JsRuntime (#19308)Matt Mastracci
2023-05-26chore: upgrade rusty_v8 to 0.73.0 (#19278)Bartek Iwańczuk
2023-05-08fix(core): always report the first error on unhandled rejection (#18992)ud2
2023-04-30refactor: merge Deno & Node inspectors (#18691)Leo Kettmeir
2023-04-29fix(ext/kv): stricter structured clone serializer (#18914)Luca Casonato
2023-04-27fix(repl): print unhandled rejections and event errors (#18878)Nayeem Rahman
2023-04-27fix(test): handle dispatched exceptions from test functions (#18853)Nayeem Rahman
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-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-14refactor: deno_core not using std::env::current_dir (#18173)Bartek Iwańczuk
2023-03-14refactor(core): remove "resolve_url_or_path_deprecated" (#18174)Bartek Iwańczuk
2023-03-14refactor(core): resolve_url_or_path and resolve_url_or_path_deprecated (#18170)Bartek Iwańczuk
2023-02-10chore: upgrade rusty_v8 to 0.63.0 (#17705)Bartek Iwańczuk
2023-02-10perf(core): speed up promise hook dispatch (#17616)Bert Belder
2023-02-07chore: upgrade rusty_v8 to 0.62.2 (#17604)Bartek Iwańczuk
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-16refactor(core): Move `pending_promise_rejections` to `ContextState` (#17447)Andreu Botella
2023-01-16refactor(core): rename pending_promise_exception to pending_promise_rejection...Bartek Iwańczuk
2023-01-15refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...Andreu Botella
2023-01-14feat(core): Reland support for async ops in realms (#17204)Andreu Botella
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-26chore(core): Make `OpCtx` instances be realm-specific (#17174)Andreu Botella
2022-12-17fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)David Sherret
2022-12-06npm: ensure runtime exceptions are surfaced when debugger is attached (#16943)Bartek Iwańczuk
2022-11-30chore: upgrade rusty_v8 to 0.58.0 (#16879)Bartek Iwańczuk
2022-11-12chore: upgrade rusty_v8 to 0.55.0 (#16604)Bartek Iwańczuk
2022-10-26perf(core): do not drive JsInspector by default (#16410)Divy Srivastava
2022-10-25feat(ext/web): use ArrayBuffer.was_detached() (#16307)Marcos Casagrande
2022-10-21perf(core): don't access isolate slots for JsRuntimeState (#16376)Divy Srivastava
2022-10-21Revert realms from deno_core (#16366)Divy Srivastava
2022-10-20perf(core): avoid creating global handles in `op_queue_microtask` (#16359)Divy Srivastava
2022-09-28feat(core): add Deno.core.setPromiseHooks (#15475)Guilherme Bernal
2022-09-07perf(ops): inline &[u8] arguments and enable fast API (#15731)Divy Srivastava
2022-09-02fix(repl): don't terminate on unhandled error events (#15548)Nayeem Rahman
2022-09-01refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...Andreu Botella
2022-08-21chore: use Rust 1.63.0 (#15464)Mathias Lafeldt
2022-08-11refactor(core): unwrap sync ops in rust (#15449)Nayeem Rahman
2022-08-10feat(core): Add support for async ops in realms (#14734)Andreu Botella
2022-07-25refactor(core): remove unneeded ops for uncaughtException (#15296)Bartek Iwańczuk
2022-07-20Reland "feat: add "unhandledrejection" event support" (#15211)Bartek Iwańczuk
2022-07-15Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)Bartek Iwańczuk
2022-07-14feat: add "unhandledrejection" event support (#12994) (#15080)Bartek Iwańczuk
2022-07-11chore(core): Deduplicate code related to `op_event_loop_has_more_work` (#15147)Andreu Botella
2022-07-04Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)Bartek Iwańczuk
2022-07-04feat: add "unhandledrejection" event support (#12994)Bartek Iwańczuk
2022-06-28feat(web): add beforeunload event (#14830)Colin Ihrig
2022-06-20perf(core): Cache source lookups (#14816)Nayeem Rahman