You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* This event triggers for every anonymous call within the program.
@@ -362,7 +375,7 @@ export class SemanticCfgGuidedVisitor<
362
375
*
363
376
* This explicitly will not trigger for scenarios in which the function has no name (i.e., if it is anonymous).
364
377
* For such cases, you may rely on the {@link SemanticCfgGuidedVisitor#onUnnamedCall|`onUnnamedCall`} event.
365
-
* The main reason for this separation is part of flowR's handling of these functions, as anonmyous calls cannot be resolved using the active environment.
378
+
* The main reason for this separation is part of flowR's handling of these functions, as anonymous calls cannot be resolved using the active environment.
366
379
*
367
380
* @protected
368
381
*/
@@ -482,14 +495,14 @@ export class SemanticCfgGuidedVisitor<
0 commit comments