KVPair.prototype.getValue = function(stack) {
  _recycleCheck(this, stack);
  stack.push(this);
  var val = this.value;