Added 'arguments' property and global object resolution for 'this'.

git-svn-id: svn://10.0.0.236/trunk@137695 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2003-02-11 23:58:26 +00:00
parent 9ac83650e1
commit a527b0bfe2
6 changed files with 41 additions and 19 deletions

View File

@@ -64,7 +64,7 @@ namespace MetaData {
js2val result = JS2VAL_VOID;
Arena a;
Pragma::Flags flags = Pragma::es4;
Pragma::Flags flags = Pragma::js1;
Parser p(world, a, flags, str, fileName);
CompilationData *oldData = NULL;
try {