| 556 | |
| 557 | // Forward declaration: ObjectScript macro table (defined in macro_table.h). |
| 558 | typedef struct CBMMacroTable CBMMacroTable; |
| 559 | |
| 560 | // Method-return-type table for ObjectScript variable type inference. Populated |
| 561 | // from definition nodes (method QN -> declared return type) so a later |
nothing calls this directly
no outgoing calls
no test coverage detected