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:
rogerl%netscape.com
2001-11-05 18:05:37 +00:00
parent 095fc6a433
commit c56b67d309
10 changed files with 471 additions and 158 deletions

View File

@@ -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>