summaryrefslogtreecommitdiff
path: root/ext/node/ops/v8.rs
AgeCommit message (Collapse)Author
2023-10-25chore: update deno_core and port all remaining ops to `op2` (#20954)Bartek Iwańczuk
Signed-off-by: Matt Mastracci <matthew@mastracci.com> Co-authored-by: Matt Mastracci <matthew@mastracci.com>
2023-09-07chore(ext/node): port some ops to op2 (#20400)Matt Mastracci
2023-04-24refactor(ext/node): reorganize ops (#18799)Bartek Iwańczuk
Move all op related code of "ext/node" to "ext/node/ops" module. These files were unnecessarily scattered around the extension.