rusty_v8 0.3.6-debug4

Rust bindings to V8
Documentation
1
2
3
4
5
6
7
8
9
use crate::support::CxxVTable;

#[repr(C)]
pub struct V8StackTrace {
  _cxx_vtable: CxxVTable,
}

// TODO(bnoordhuis) This needs to be fleshed out more but that can wait
// until it's actually needed.