index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
core
/
ops_builtin_v8.rs
Age
Commit message (
Expand
)
Author
2023-01-16
refactor(core): Move `pending_promise_rejections` to `ContextState` (#17447)
Andreu Botella
2023-01-16
refactor(core): rename pending_promise_exception to pending_promise_rejection...
Bartek Iwańczuk
2023-01-15
refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...
Andreu Botella
2023-01-14
feat(core): Reland support for async ops in realms (#17204)
Andreu Botella
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-26
chore(core): Make `OpCtx` instances be realm-specific (#17174)
Andreu Botella
2022-12-17
fix(runtime): `Deno.memoryUsage().rss` should return correct value (#17088)
David Sherret
2022-12-06
npm: ensure runtime exceptions are surfaced when debugger is attached (#16943)
Bartek Iwańczuk
2022-11-30
chore: upgrade rusty_v8 to 0.58.0 (#16879)
Bartek Iwańczuk
2022-11-12
chore: upgrade rusty_v8 to 0.55.0 (#16604)
Bartek Iwańczuk
2022-10-26
perf(core): do not drive JsInspector by default (#16410)
Divy Srivastava
2022-10-25
feat(ext/web): use ArrayBuffer.was_detached() (#16307)
Marcos Casagrande
2022-10-21
perf(core): don't access isolate slots for JsRuntimeState (#16376)
Divy Srivastava
2022-10-21
Revert realms from deno_core (#16366)
Divy Srivastava
2022-10-20
perf(core): avoid creating global handles in `op_queue_microtask` (#16359)
Divy Srivastava
2022-09-28
feat(core): add Deno.core.setPromiseHooks (#15475)
Guilherme Bernal
2022-09-07
perf(ops): inline &[u8] arguments and enable fast API (#15731)
Divy Srivastava
2022-09-02
fix(repl): don't terminate on unhandled error events (#15548)
Nayeem Rahman
2022-09-01
refactor(core): Move optional callbacks from `JsRuntimeState` to `ContextStat...
Andreu Botella
2022-08-21
chore: use Rust 1.63.0 (#15464)
Mathias Lafeldt
2022-08-11
refactor(core): unwrap sync ops in rust (#15449)
Nayeem Rahman
2022-08-10
feat(core): Add support for async ops in realms (#14734)
Andreu Botella
2022-07-25
refactor(core): remove unneeded ops for uncaughtException (#15296)
Bartek Iwańczuk
2022-07-20
Reland "feat: add "unhandledrejection" event support" (#15211)
Bartek Iwańczuk
2022-07-15
Revert "feat: add "unhandledrejection" event support (#12994) (#15080)" (#15210)
Bartek Iwańczuk
2022-07-14
feat: add "unhandledrejection" event support (#12994) (#15080)
Bartek Iwańczuk
2022-07-11
chore(core): Deduplicate code related to `op_event_loop_has_more_work` (#15147)
Andreu Botella
2022-07-04
Revert "feat: add "unhandledrejection" event support (#12994)" (#15075)
Bartek Iwańczuk
2022-07-04
feat: add "unhandledrejection" event support (#12994)
Bartek Iwańczuk
2022-06-28
feat(web): add beforeunload event (#14830)
Colin Ihrig
2022-06-20
perf(core): Cache source lookups (#14816)
Nayeem Rahman
2022-06-07
refactor(core): Move Deno.core bindings to ops (#14793)
Nayeem Rahman