| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Signed-off-by: Junsoo Ha <junsoo2018@naver.com>
|
Review requested:
|
Sorry, something went wrong.
There was a problem hiding this comment.
LGTM!
Sorry, something went wrong.
Codecov Report❌ Patch coverage is 75.00000% with 1 line in your changes missing coverage. Please review.
@@ Coverage Diff @@
## main #64864 +/- ##
==========================================
+ Coverage 90.14% 90.17% +0.02%
==========================================
Files 746 746
Lines 242763 242764 +1
Branches 45761 45762 +1
==========================================
+ Hits 218848 218919 +71
+ Misses 15402 15322 -80
- Partials 8513 8523 +10
... and 33 files with indirect coverage changes 🚀 New features to boost your workflow:
|
Sorry, something went wrong.
Sorry, something went wrong.
Signed-off-by: Junsoo Ha <junsoo2018@naver.com> PR-URL: #64864 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
Signed-off-by: Junsoo Ha <junsoo2018@naver.com> PR-URL: #64864 Reviewed-By: Paolo Insogna <paolo@cowtech.it> Reviewed-By: Trivikram Kamat <trivikr.dev@gmail.com>
| Back | FazBrowse Home | New Git URL |
Add test coverage and documentation for ffi.getRawPointer() support for SharedArrayBuffer.
getRawPointer() already supported SharedArrayBuffer sources, but this behavior was not covered by tests or documented.
Note:
symbols.pointer_to_usize(sharedArrayBuffer) is not used in this test because it goes through the FFI pointer argument conversion path. The current implementation in src/ffi/types.cc only handles ArrayBuffer for pointer arguments and does not support SharedArrayBuffer.