Community
Participate
Working Groups
var obj = {}; obj.meth1 = function() { }; obj["meth2"] = function() { }; meth1 and meth2 should be available in the outline, validation, and content assist.
Created attachment 186298 [details] patch + junits
Checked into 3.2.3 and HEAD.