Searched refs:GetAllowJIT (Results 1 – 4 of 4) sorted by relevance
55 self.assertEqual(options.GetAllowJIT(), True, "Default is true")65 self.assertEqual(options.GetAllowJIT(), False, "Got False after setting to False")74 self.assertEqual(options.GetAllowJIT(), True, "Set back to True correctly")
143 …feature("docstring", "Gets whether to JIT an expression if it cannot be interpreted.") GetAllowJIT;145 GetAllowJIT();
98 bool GetAllowJIT();
239 bool SBExpressionOptions::GetAllowJIT() { in GetAllowJIT() function in SBExpressionOptions