QScript.compileScript

compiles a script, and prepares it for execution with this class

  1. QScriptBytecode compileScript(string[] script, CompileError[] errors)
    class QScript
    compileScript
    (
    string[] script
    ,)
  2. CompileError[] compileScript(string[] script)

Return Value

bytecode, or null in case of error the returned bytecode will not be freed by this class, so you should do it when not needed

Meta