Docs.rs
v8-130.0.1
v8 130.0.1
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
ry
piscisaureus
dsherret
bartlomieju
denobot
Dependencies
bitflags ^2.5
normal
once_cell ^1.19
normal
paste ^1.0
normal
align-data ^0.1.0
dev
bindgen ^0.70
dev
bytes ^1
dev
fslock ^0.2
dev
gzip-header ^1.0.0
dev
home ^0
dev
miniz_oxide ^0.7.3
dev
rustversion ^1
dev
trybuild ^1.0.96
dev
which ^6
dev
bindgen ^0.70
build
fslock ^0.2
build
gzip-header ^1.0.0
build
home ^0
build
miniz_oxide ^0.7.2
build
which ^6
build
Versions
44.14%
of the crate is documented
Platform
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
v8
130.0.1
v8
Type Alias
PromiseRejectCallback
Copy item path
Source
pub type PromiseRejectCallback = extern "C"
fn
(_:
PromiseRejectMessage
<'_>);