napi-rs/crates/napi/src/bindgen_runtime/js_values
2022-02-04 16:52:44 +08:00
..
array.rs feat: add 'coerce_to_object' method to Array 2022-01-17 21:07:25 -08:00
arraybuffer.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
bigint.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
boolean.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
buffer.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
either.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
external.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
function.rs feat(napi): create ThreadsafeFunction from JsFunction 2021-11-12 17:22:57 +08:00
map.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
nil.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
number.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
object.rs fix(napi-derive-backend): do not unwrap Option value in object getter if the type of field is Option<T> 2021-12-02 16:17:03 +08:00
promise.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
serde.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
string.rs Fix String roundtrip with interior nul bytes 2022-02-04 16:52:44 +08:00
symbol.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00
task.rs chore: forbid unsafe_op_in_unsafe_fn 2022-01-13 11:26:28 +08:00