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.