One (wanted) side effect of this is that the setCallee method will cleanup the ExecuteContext.callee property in all cases of completion. Before this change, the callee member would not be cleaned up if a command would reject/closeError before calling cx.ready.
One (wanted) side effect of this is that the
setCallee
method will cleanup theExecuteContext.callee
property in all cases of completion. Before this change, thecallee
member would not be cleaned up if a command wouldreject
/closeError
before callingcx.ready
.TBR @rginda