Type Alias JSCSPEvalChecker
Source pub type JSCSPEvalChecker = Option<unsafe extern "C" fn(*mut JSContext, RuntimeCode, Handle<*mut JSString>, CompilationType, Handle<StackGCVector<*mut JSString>>, Handle<*mut JSString>, Handle<StackGCVector<Value>>, Handle<Value>, *mut bool) -> bool>;
pub enum JSCSPEvalChecker {
None,
Some(unsafe extern "C" fn(*mut JSContext, RuntimeCode, Handle<*mut JSString>, CompilationType, Handle<StackGCVector<*mut JSString>>, Handle<*mut JSString>, Handle<StackGCVector<Value>>, Handle<Value>, *mut bool) -> bool),
}