function j(data) { if (!data.__operation) { data.__operation = new operation(data); } return data.__operation; }