0
0
Fork 0
mirror of https://github.com/denoland/rusty_v8.git synced 2025-01-11 08:34:01 -05:00
denoland-rusty-v8/tests
Andreu Botella aac37a6d4f
refactor: Have BackingStore::data return Option<NonNull<c_void>> (#817)
The pointer returned by `BackingStore::data` might be null if the
backing store has zero length, but the return type `*mut c_void` does
not force the user to consider this case. This change makes the return
type `Option<NonNull<c_void>>`, which is semantically equivalent, but
which forces users of the API to handle the `None` case.

This is a breaking API change.
2021-11-17 12:14:03 +01:00
..
compile_fail chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
slots.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_api.rs refactor: Have BackingStore::data return Option<NonNull<c_void>> (#817) 2021-11-17 12:14:03 +01:00
test_api_entropy_source.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_api_flags.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_platform_atomics_pump_message_loop.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_single_threaded_default_platform.rs chore: rename rusty_v8 to v8 (#803) 2021-10-27 14:32:12 +02:00
test_ui.rs Rewrite the scope system from scratch (#406) 2020-06-26 01:42:00 +02:00