maxExecutionTime

var maxExecutionTime: ERROR CLASS: Symbol not found for Duration(source)

Parameters

maxExecutionTime

wall-clock budget given to each eval call. Can still be changed after construction (e.g. from within newJsContext's initializer block) as long as it's set before the first eval/get/set call, since the underlying interpreter is built lazily from whatever values these hold at that point. Changes made afterward have no effect.