JS(extractor): support optional chaining

This commit is contained in:
Esben Sparre Andreasen
2018-11-20 14:03:04 +01:00
parent 165bb8b6b8
commit 00587ba7b4
37 changed files with 4908 additions and 31 deletions

View File

@@ -1077,4 +1077,8 @@ xmllocations(
@dataflownode = @expr | @functiondeclstmt | @classdeclstmt | @namespacedeclaration | @enumdeclaration | @property;
/* Last updated 2017/07/11. */
@optionalchainable = @callexpr | @propaccess;
isOptionalChaining(int id: @optionalchainable ref);
/* Last updated 2018/10/22. */