blob: dbcf0b70a8621ab51658631e38ee54f9d3b87499 [file] [log] [blame]
const testGetterSetter = $vm.createCustomTestGetterSetter();
Reflect.set({}, 'customValue', 'foo', testGetterSetter);
testGetterSetter.customValue = 42;