Home
last modified time | relevance | path

Searched refs:byteCodeObj (Results 1 – 3 of 3) sorted by relevance

/dports/lang/tcl86/tcl8.6.12/generic/
H A DtclCompExpr.c2184 Tcl_Obj *byteCodeObj = Tcl_NewObj(); in ExecConstantExprTree() local
2198 Tcl_IncrRefCount(byteCodeObj); in ExecConstantExprTree()
2199 TclInitByteCodeObj(byteCodeObj, envPtr); in ExecConstantExprTree()
2202 byteCodePtr = byteCodeObj->internalRep.twoPtrValue.ptr1; in ExecConstantExprTree()
2205 Tcl_DecrRefCount(byteCodeObj); in ExecConstantExprTree()
/dports/lang/tcl85/tcl8.5.19/generic/
H A DtclCompExpr.c2097 Tcl_Obj *byteCodeObj = Tcl_NewObj(); in ExecConstantExprTree() local
2110 Tcl_IncrRefCount(byteCodeObj); in ExecConstantExprTree()
2111 TclInitByteCodeObj(byteCodeObj, envPtr); in ExecConstantExprTree()
2114 byteCodePtr = (ByteCode *) byteCodeObj->internalRep.twoPtrValue.ptr1; in ExecConstantExprTree()
2116 Tcl_DecrRefCount(byteCodeObj); in ExecConstantExprTree()
/dports/lang/nx/nsf2.3.0/generic/
H A Dnsf.c25467 Tcl_Obj *byteCodeObj = NULL; in DisassembleProc() local
25478 byteCodeObj = Tcl_GetObjResult(interp); in DisassembleProc()
25482 return byteCodeObj; in DisassembleProc()