| Summary: | JS: Support overloaded system library functions | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Scott Greer <greer> |
| Component: | EDT | Assignee: | Project Inbox <edt.javascriptgen-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 357992, 358029 | ||
|
Description
Scott Greer
See SystemFunctionInvocationGenerator.java for RBD's implementation.... I have an implementation which I will commit now so that the system functions will work in JS gen, however, see this bug for the details of the eventual solution: https://bugs.eclipse.org/bugs/show_bug.cgi?id=359315 Fixed by implementing the following: 1. Use existing function "aliasing" logic to handle the generation of declarations and invocations for overloaded functions 2. Detect whether a function is overloaded by scanning a part for like-named functions. 3. Compute a "mangled" alias for the function name that factors in the type and number of args. Closing this work item |