Load namespace defintion containing all subfunction definitions.
Input: Decipher JavaScript file + Subfunction Namespace name Output: Subfunctions definition
RegEx:
var\snamespace={((?:\n|.)*?)};
RegEx Match (Group 2): Namespace definition
Next: Extract Subfunction Names
There was an error while loading. Please reload this page.