Searched refs:V8Engine (Results 1 – 2 of 2) sorted by relevance
8 pub struct V8Engine { struct12 impl V8Engine { argument13 pub fn new(config: &mut Config) -> V8Engine { in new() argument43 impl DiffEngine for V8Engine { implementation325 crate::oracles::engine::smoke_test_engine(|_, config| Ok(V8Engine::new(config))) in smoke()
42 "v8" => Box::new(crate::oracles::diff_v8::V8Engine::new(config)), in build()