Expand description
dynamic.
Structs§
- Dynamic
Script Outcome - DynamicScriptOutcome.
Enums§
- JsExecution
Mode - Controls only the pre-flight handling of parsed JavaScript-bearing XFA
event hooks. JavaScript execution remains denied by
javascript_policy. - Output
Quality - OutputQuality.
Functions§
- apply_
dynamic_ scripts - apply_dynamic_scripts.
- apply_
dynamic_ scripts_ with_ mode - apply_dynamic_scripts_with_mode.
- apply_
dynamic_ scripts_ with_ runtime - Phase B entry point that lets the caller inject a sandboxed runtime
adapter. When
mode == JsExecutionMode::SandboxedRuntimethe suppliedruntimeis consulted for every JavaScript script whose<event activity>is incrate::js_runtime::SANDBOX_ACTIVITY_ALLOWLIST. UI / submission activities skip the runtime entirely and are recorded asjs_skipped, matchingBestEffortStaticbehaviour for those scripts.