资讯

Does TBEL support the javascript equivalent of eval function? Use case is that some operations are defined in server side attributes and it would be useful to use the eval function.
I have this very simple Python Flask app that uses the eval() built-in function. However, the eval() function itself is not symbolized properly, even though surrounding stack frames look legit. I can ...