Title:
Bug 76334:(Watson Migration Closure)Inline Functions should be supported for callbacks and future extensions
| View in TrackerStatus/Resolution/Reason: Closed/Fixed/
Reporter/Name(from Bugbase): Elliott Sprehn / Elliott Sprehn (Elliott Sprehn)
Created: 04/02/2009
Components: Language
Versions: 9.0
Failure Type: Unspecified
Found In Build/Fixed In Build: 0000 /
Priority/Frequency: Normal / Unknown
Locale/System: English / Platforms All
Vote Count: 2
Problem:
Inline Functions should be supported for callbacks and future extensions.
variables.func = function(a,b) returntype="numeric" {
return a + b;
}
cb = new Callback(function(event) {
return event.name;
});
This would make writing dynamic event handlers in CF significantly easier.
Method:
Result:
----------------------------- Additional Watson Details -----------------------------
Watson Bug ID: 3038078
External Customer Info:
External Company:
External Customer Name: Elliott Sprehn
External Customer Email: 202D59C844579997992016B7
External Test Config: 04/02/2009
Attachments:
Comments: