Accessing GlobalScope Objects with Expression.execute

Godot Version

4.3

Question

I’m writing a in game console for godot which is using Expression.execute. Works fine so far, but I get an error, when I try to execute an GlobalScope Object method like “Engine.max_fps”. Error is "Invalid named index ‘Engine’ for base type Object.

Any ideas ?