Tcl_EvalObjv

Evaluate a Tcl command specified by giving an array of Tcl_Obj references instead of a script. This effectively dispatches nearly directly to the command implementation, except it also takes care of key basic things like actual command lookup and the running of execution traces.

The object references must not have refcount zero. Lots of things assume that that is so.