Function prototype objects etc.

git-svn-id: svn://10.0.0.236/trunk@74792 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com
2000-07-26 01:56:47 +00:00
parent b37e106905
commit 65a4138aa9
12 changed files with 220 additions and 18 deletions

View File

@@ -303,7 +303,6 @@ static void testCompile()
JSScope glob;
Context cx(world, &glob);
glob.defineNativeFunction(world.identifiers["print"], print);
for (uint i = 0; i < sizeof(tests) / sizeof(char *); i++) {
String testScript = widenCString(tests[i]);
Arena a;