Searched refs:HashedEngineCompileEnv (Results 1 – 4 of 4) sorted by relevance
806 pub struct HashedEngineCompileEnv<'a>(pub &'a Engine); struct808 impl std::hash::Hash for HashedEngineCompileEnv<'_> { implementation
33 crate::compile::HashedEngineCompileEnv(self.engine), in compile_cached()
861 crate::compile::HashedEngineCompileEnv(self) in precompile_compatibility_hash()
43 pub use self::code_builder::{CodeBuilder, CodeHint, HashedEngineCompileEnv};