"use strict"; var obj = { method: function method() { return 5 + 5; } };