summaryrefslogtreecommitdiff
path: root/cli/tests/testdata/run/ffi
AgeCommit message (Expand)Author
2024-02-07chore: don't expose FFI ops to user code (#22313)Bartek Iwańczuk
2024-01-23feat: warn when using --unstable, prefer granular flags (#21452)Bartek Iwańczuk
2024-01-04chore(cli): bump deno_core (#21790)Matt Mastracci
2023-06-23fix(serde_v8): Do not coerce values in serde_v8 (#19569)Divy Srivastava
2023-02-22feat(ext/ffi): Replace pointer integers with v8::External objects (#16889)Aapo Alasuutari
2023-01-24refactor: remove Deno.core (#16881)Bartek Iwańczuk
2022-10-20feat(ext/ffi): Make op_ffi_ptr_of fast (#16297)Aapo Alasuutari
2022-10-20perf(ext/ffi): Fast UnsafePointerView read functions (#16351)Aapo Alasuutari
2022-09-19refactor: move out test files from root testdata directory into sub directori...David Sherret