At https://github.com/jleibund/exprjs/blob/master/lib/expr.js#L1474 it can happen that `obj = undefined`, thus `node.object` was never created and setting `node.object.value = obj` will throw a reference error.