summaryrefslogtreecommitdiff
path: root/runtime/js/98_global_scope_worker.js
AgeCommit message (Collapse)Author
2024-02-06refactor: use web utils and lazy load utils from core (#22289)Leo Kettmeir
2024-01-29refactor: Use virtul ops module (#22175)Bartek Iwańczuk
Follow up to #22157. This leaves us with 4 usages of `ensureFastOps()` in `deno` itself. There's also about 150 usages of `Deno.core.ops.<op_name>` left as well.
2024-01-10refactor: use `core.ensureFastOps()` (#21888)Kenta Moriuchi
2024-01-06refactor: split runtime/98_global_scope.js (#21785)Bartek Iwańczuk