diff options
Diffstat (limited to 'scripts/interface/SBExpressionOptions.i')
| -rw-r--r-- | scripts/interface/SBExpressionOptions.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/scripts/interface/SBExpressionOptions.i b/scripts/interface/SBExpressionOptions.i index cb61dd9d9632..8687dde49f99 100644 --- a/scripts/interface/SBExpressionOptions.i +++ b/scripts/interface/SBExpressionOptions.i @@ -132,6 +132,14 @@ public: void SetTopLevel(bool b = true); + + %feature("docstring", "Gets whether to JIT an expression if it cannot be interpreted.") GetAllowJIT; + bool + GetAllowJIT(); + + %feature("docstring", "Sets whether to JIT an expression if it cannot be interpreted.") SetAllowJIT; + void + SetAllowJIT(bool allow); protected: |
