|
|
|
|
|
by chii
2724 days ago
|
|
There's no easy way to inspect the runtime in js to find all functions or all classes that can be loaded/called. There's no way to hook into the loading of modules in a standard way - you have to know how the modules are compiled and required. |
|