nuttin honey.

git-svn-id: svn://10.0.0.236/trunk@133434 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
rogerl%netscape.com 2002-11-08 23:46:32 +00:00
parent 461f986b4e
commit 08b7b73d98

View File

@ -234,6 +234,9 @@ js2val dump(JS2Metadata *meta, const js2val /* thisValue */, js2val argv[], uint
else
dumpBytecode(fWrap->bCon);
}
else {
// dumping a class would be interesting...
}
}
}
return JS2VAL_UNDEFINED;