It appears as if the new VM didn't count functions as objects. Running this code results in _JsException: TypeError: You can't use 'in' operator to search in non-objects_ ```py seval.eval_js_vm("var a = function () {}; a.prop = true; a(); 'prop' in a;") ```
It appears as if the new VM didn't count functions as objects.
Running this code results in JsException: TypeError: You can't use 'in' operator to search in non-objects