fNewValue
if (fNewValue != NULL)
fNewValue->ReleaseReference();
fNewValue = value;
message.AddPointer("value", fNewValue);
BReference<Value> valueReference(fNewValue);
fNewValue(NULL),
if (fNewValue != NULL)
fNewValue->ReleaseReference();
Value* fNewValue;
Value* fNewValue;
fNewValue->AcquireReference();
fNewValue->ReleaseReference();
fNewValue->ToVariant(value);
fValueNode->SetLocationAndValue(fValueNode->Location(), fNewValue, B_OK);