Description
Embedded JavaScript scripting support gives applications a lightweight interpreter for adding scriptable behavior. It is useful for developers who need small JavaScript extension points without bundling a full browser engine.
Embedded interpreters execute code supplied by the host application or users. Validate sandboxing, input trust, and API exposure before allowing scripts in sensitive software.