JSValue changes, closing in on JSObject API. Began 'correct' semantic
implementation for various operators. git-svn-id: svn://10.0.0.236/trunk@32626 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -13,9 +13,8 @@ class AssignmentNode extends BinaryNode {
|
||||
JSValue rValue = theEnv.theStack.pop();
|
||||
JSValue lValue = theEnv.theStack.pop();
|
||||
|
||||
theEnv.theGlobals.put(lValue.toString(), rValue);
|
||||
|
||||
|
||||
theEnv.theStack.push(rValue);
|
||||
lValue.putProp(theEnv);
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user