Skip to content

Commit cd676db

Browse files
committed
graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/bytecode/GetNameFromLocalsNode.java edited online with Bitbucket
added javadoc to GetNameFromLocalsNode
1 parent 193f1b7 commit cd676db

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

graalpython/com.oracle.graal.python/src/com/oracle/graal/python/nodes/bytecode/GetNameFromLocalsNode.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,9 @@
6363

6464
@GenerateUncached
6565
@ImportStatic(SpecialMethodSlot.class)
66+
/**
67+
* Helper node to be used when it's known that a name must be read from a custom locals dict instead of the frame
68+
*/
6669
public abstract class GetNameFromLocalsNode extends PNodeWithContext {
6770
public abstract Object execute(Frame frame, Object locals, TruffleString name, boolean cellvar);
6871

0 commit comments

Comments
 (0)