From 42084b55cc77cd7d292448f9a8988ef8303945ec Mon Sep 17 00:00:00 2001 From: Erik Krogh Kristensen Date: Fri, 4 Sep 2020 11:52:58 +0200 Subject: [PATCH] renamed "stmtparent" to "stmt_parent" --- javascript/ql/src/semmlecode.javascript.dbscheme | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/javascript/ql/src/semmlecode.javascript.dbscheme b/javascript/ql/src/semmlecode.javascript.dbscheme index 61b588d55ff..29e990b85f7 100644 --- a/javascript/ql/src/semmlecode.javascript.dbscheme +++ b/javascript/ql/src/semmlecode.javascript.dbscheme @@ -135,7 +135,7 @@ is_closure_module (int tl: @toplevel ref); #keyset[parent, idx] stmts (unique int id: @stmt, int kind: int ref, - int parent: @stmtparent ref, + int parent: @stmt_parent ref, int idx: int ref, varchar(900) tostring: string ref); @@ -145,7 +145,7 @@ stmt_containers (unique int stmt: @stmt ref, jump_targets (unique int jump: @stmt ref, int target: @stmt ref); -@stmtparent = @stmt | @toplevel | @functionexpr | @arrowfunctionexpr; +@stmt_parent = @stmt | @toplevel | @functionexpr | @arrowfunctionexpr; @stmt_container = @toplevel | @function | @namespacedeclaration | @externalmoduledeclaration | @globalaugmentationdeclaration; case @stmt.kind of