Home
last modified time | relevance | path

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

/dports/lang/nx/nsf2.3.0/generic/
H A Dnsf.c274 int objc, Tcl_Obj *const objv[], Tcl_Obj *callInfoObj,
14474 Tcl_Obj *callInfoObj = Tcl_NewListObj(1, &callerSelf->cmdName); in ObjectCmdMethodDispatch() local
14550 INCR_REF_COUNT(callInfoObj); in ObjectCmdMethodDispatch()
14551 Tcl_ListObjAppendList(interp, callInfoObj, pathObj); in ObjectCmdMethodDispatch()
14552 Tcl_ListObjAppendElement(interp, callInfoObj, objv[unknownIndex]); in ObjectCmdMethodDispatch()
14559 DECR_REF_COUNT(callInfoObj); in ObjectCmdMethodDispatch()
16148 if (callInfoObj == NULL) { in DispatchUnknownMethod()
16149 callInfoObj = (mustCopy ? Tcl_NewStringObj(methodName, -1) : methodObj); in DispatchUnknownMethod()
16151 INCR_REF_COUNT(callInfoObj); in DispatchUnknownMethod()
16159 tov[2] = callInfoObj; in DispatchUnknownMethod()
[all …]