isRunningJit abstract method
Returns true
if the application is running with JIT (Just-in-Time) compilation.
Example:
if (env.isRunningJit()) {
print('Dynamic JIT runtime');
}
Implementation
bool isRunningJit();
Returns true
if the application is running with JIT (Just-in-Time) compilation.
Example:
if (env.isRunningJit()) {
print('Dynamic JIT runtime');
}
bool isRunningJit();