mirror of
https://github.com/github/codeql.git
synced 2025-12-21 11:16:30 +01:00
JS: Extract types and signatures for functions
This commit is contained in:
@@ -641,6 +641,11 @@ ast_node_type(
|
||||
unique int node: @typed_ast_node ref,
|
||||
int typ: @type ref);
|
||||
|
||||
declared_function_signature(
|
||||
unique int node: @function ref,
|
||||
int sig: @signature_type ref
|
||||
);
|
||||
|
||||
invoke_expr_signature(
|
||||
unique int node: @invokeexpr ref,
|
||||
int sig: @signature_type ref
|
||||
|
||||
Reference in New Issue
Block a user