Fixed result value of for..in statement. Handling of user throws & runtime
errors combined. Various reader->pos bugs. Added Error & NativeError types. Added escape & unescape. Fixed bugs in Array.sort & Date settors. git-svn-id: svn://10.0.0.236/trunk@107343 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -121,6 +121,7 @@ typedef enum {
|
||||
DupInsertNOp, // <N> <N things> <object2> --> <object2> <N things> <object2>
|
||||
PopOp, // <object> -->
|
||||
PopNOp, // <N> <N things> -->
|
||||
VoidPopOp, // <object>--> (doesn't cache result value)
|
||||
// for instance members
|
||||
GetFieldOp, // <slot> <base> --> <object>
|
||||
SetFieldOp, // <slot> <base> <object> --> <object>
|
||||
|
||||
Reference in New Issue
Block a user