JS: Extract types and signatures for functions

This commit is contained in:
Asger F
2019-09-18 14:49:21 +01:00
parent 999d10e1f0
commit b4f67f20af
11 changed files with 172 additions and 25 deletions

View File

@@ -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