JS: Extract mapping from HTML node to parent Expression

This commit is contained in:
Asger Feldthaus
2020-12-14 12:32:38 +00:00
parent 3b666a5646
commit f24af58a60
3 changed files with 23 additions and 8 deletions

View File

@@ -136,6 +136,11 @@ toplevel_parent_xml_node(
unique int toplevel: @toplevel ref,
int xmlnode: @xml_node_with_code ref);
xml_element_parent_expression(
unique int xmlnode: @xmlelement ref,
int expression: @expr ref,
int index: int ref);
// statements
#keyset[parent, idx]
stmts (unique int id: @stmt,