Home
last modified time | relevance | path

Searched refs:V8Engine (Results 1 – 2 of 2) sorted by relevance

/wasmtime-44.0.1/crates/fuzzing/src/oracles/
H A Ddiff_v8.rs8 pub struct V8Engine { struct
12 impl V8Engine { argument
13 pub fn new(config: &mut Config) -> V8Engine { in new() argument
43 impl DiffEngine for V8Engine { implementation
325 crate::oracles::engine::smoke_test_engine(|_, config| Ok(V8Engine::new(config))) in smoke()
H A Dengine.rs42 "v8" => Box::new(crate::oracles::diff_v8::V8Engine::new(config)), in build()