MCPcopy Create free account
hub / github.com/HiRoFa/quickjs_es_runtime / ScriptPreProcessor

Interface ScriptPreProcessor

src/jsutils/mod.rs:15–17  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13pub mod promises;
14
15pub trait ScriptPreProcessor {
16 fn process(&self, script: &mut Script) -> Result<(), JsError>;
17}
18
19/// the JsValueType represents the type of value for a JSValue
20#[derive(PartialEq, Copy, Clone, Eq)]

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected