This fixes the not found key warning when a property is not defined in the scope:
var scope = new Scope({});
var scopeKeyData = scope.computeData("foo.length", {
warnOnMissingKey: true
});
scopeKeyData.read(); // -> Unable to find key "foo.length".