summaryrefslogtreecommitdiff
path: root/runtime/js/11_timers.js
AgeCommit message (Expand)Author
2021-04-14refactor: move timers to deno_timers op crate (#10179)Ben Noordhuis
2021-04-12refactor(deno): remove concept of bin & json ops (#10145)Aaron O'Mullan
2021-04-12fix(runtime/js/timers): Use (0, eval) instead of eval() (#10103)Nayeem Rahman
2021-04-05refactor: convert ops to use serde_v8 (#10009)Aaron O'Mullan
2021-04-03refactor: Switch op_now to be a json-op (#9974)Aaron O'Mullan
2021-03-20refactor: Move bin ops to deno_core and unify logic with json ops (#9457)Inteon
2021-03-18refactor: update minimal ops & rename to buffer ops (#9719)Inteon
2021-02-04chore: use strict mode for internal runtime, core, and op_crates js (#9391)Developing
2021-01-11chore: update copyright to 2021 (#9092)Yusuke Tanaka
2021-01-06fix: stronger input checking for setTimeout; add function overload (#8957)Anonymous
2020-12-17refactor: Rename runtime/rt to runtime/js (#8806)Nayeem Rahman