TclCallframe js Object

TclCallframe

A javascript Object as used in incr Tcl in Javascript. Instantiation:

Parameters

  • interp
  • type

Container for a Tcl callframe. A callframe is a javascript Object which is pushed on a stack built from a javascript Array when a proc or method is called. Contains all local variables, these are in a javascript Object: variables as TclVariable js Objects and the name as the index, and information about a possible itcl object, when the command was an itcl object. There is also a type of a callframe, which can be – as in the C implementation - Tcl js Call Types

to be filled