Differences between CallExpr and MethodCallExpr in Javascript #228
Answered
by
criemen
mrthankyou
asked this question in
Q&A
|
EDIT: I've discovered that I can look at the source code for MethodCallExpr and understand through the characteristic predicate what a method call expression means. Once I complete my research I'll post my answer below. Hi, I'm currently reviewing the docs and see that inside the CodeQL Javascript code there is both a Here's my question: what's the difference between the two classes? |
Answered by
criemen
Feb 8, 2021
Replies: 1 comment
|
Hi mrthankyou, |
0 replies
Answer selected by
criemen
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi mrthankyou,
I am sorry nobody answered here earlier. Please let me know if you still need help with this issue or not.