This repository was archived by the owner on May 18, 2019. It is now read-only.
Commit 52e894f
[NF] Use class scopes for function names.
- Use the enclosing scope of a function when generating it's name,
instead of the found scope (which might be a component). This fixes
some issues with external functions where the backend assumes the
name is prefixed with the enclosing scope, and we don't yet generate
unique instances for functions in components anyway.
- Use better coding style in Class.isExternalFunction.
Belonging to [master]:
- #24311 parent d47670a commit 52e894f
2 files changed
+2
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
487 | 487 | | |
488 | 488 | | |
489 | 489 | | |
490 | | - | |
491 | | - | |
| 490 | + | |
492 | 491 | | |
493 | 492 | | |
494 | 493 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
266 | 266 | | |
267 | 267 | | |
268 | 268 | | |
269 | | - | |
| 269 | + | |
270 | 270 | | |
271 | 271 | | |
272 | 272 | | |
| |||
0 commit comments