<div dir="ltr">Hello team!<br><br>I have implemented the &quot;map access&quot; functionality, example:<br><br>```<br>var HashMap = Java.type(&#39;java.util.HashMap&#39;);<br><br>let map = new HashMap();<br>map.put(&#39;name&#39;, &#39;Tom&#39;);<br>map.put(&#39;age&#39;, 12);<br><br>print(map[&#39;name&#39;]); // =&gt; Tom<br>print(map.age);     // =&gt; 12<br>```<br><br>Related issues:<br><a href="https://github.com/graalvm/graaljs/issues/143">https://github.com/graalvm/graaljs/issues/143</a><br><a href="https://github.com/graalvm/graaljs/issues/302">https://github.com/graalvm/graaljs/issues/302</a><br><br>The changes affected two repositories:<br><a href="http://github.com/graalvm/graaljs.git">github.com/graalvm/graaljs.git</a><br><a href="http://github.com/oracle/graal.git">github.com/oracle/graal.git</a><br><br>I branched from brunches:<br>`release/graal-vm/20.2`<br><br>Can you please tell me what is your git &amp; release flow and in which branches to make pull requests?<br>What&#39;s the best way to do this?<br><br>Thanks!<br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature">Best regards, Andrew Kostyuk</div></div>