diff options
| author | donal.k.fellows@manchester.ac.uk <dkf> | 2012-10-19 14:17:18 (GMT) |
|---|---|---|
| committer | donal.k.fellows@manchester.ac.uk <dkf> | 2012-10-19 14:17:18 (GMT) |
| commit | e8e932809a18da9a31dd3fe4afbc2636dbfa1e63 (patch) | |
| tree | 9acfedf6c37e529d4f62831e62de906fb972fb6f /generic/tclCompile.c | |
| parent | 290cf639d6e22be58910cc7eec9d741561f700c0 (diff) | |
| download | tcl-e8e932809a18da9a31dd3fe4afbc2636dbfa1e63.zip tcl-e8e932809a18da9a31dd3fe4afbc2636dbfa1e63.tar.gz tcl-e8e932809a18da9a31dd3fe4afbc2636dbfa1e63.tar.bz2 | |
yet another small introspector: [self]
Diffstat (limited to 'generic/tclCompile.c')
| -rw-r--r-- | generic/tclCompile.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/generic/tclCompile.c b/generic/tclCompile.c index 4c84953..3ee0fdf 100644 --- a/generic/tclCompile.c +++ b/generic/tclCompile.c @@ -448,6 +448,9 @@ InstructionDesc const tclInstructionTable[] = { /* Push the argument words to a stack depth (i.e., [info level <n>]) * of the interpreter as an object on the stack. * Stack: ... depth => ... argList */ + {"tclooSelf", 1, +1, 0, {OPERAND_NONE}}, + /* Push the identity of the current TclOO object (i.e., the name of + * its current public access command) on the stack. */ {NULL, 0, 0, 0, {OPERAND_NONE}} }; |
