55 Commits

Author SHA1 Message Date
rginda%netscape.com
e7290871fc icodegenerator.cpp
add m prefix to base and offset label members

interpreter.cpp,h
dual license
wrap interpret in a Context class
add RETURN_VOID case

js2.cpp
update to use context class
remove #if 0 code that'll probably never be used anyway.

jstypes.h
add defineProperty/function to JSObject

vmtypes.h
regerated opcode classes:
  added RETURN_VOID, removed LOAD/SAVE_VAR
  reverted bacl to the smaller print function (thanks to RETURN_VOID)
  fixed branch printing issue
  inherit print() from super if possible

tools/gencode.pl
generate smaller print functions again
don't generate print function if superclass can take care of it.


git-svn-id: svn://10.0.0.236/trunk@66611 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-21 00:04:14 +00:00
rginda%netscape.com
e400e4c1b0 formatting changes. use only one tab regardless of nested namespaces
git-svn-id: svn://10.0.0.236/trunk@66317 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-18 21:51:45 +00:00
rginda%netscape.com
a9d2177159 modified to print R~ if NotARegister
git-svn-id: svn://10.0.0.236/trunk@66267 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-18 07:04:24 +00:00
rginda%netscape.com
acf83b07ec space out opcodenames array
git-svn-id: svn://10.0.0.236/trunk@66223 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-18 01:19:12 +00:00
rginda%netscape.com
9a35e0f5df initial add of perl script to generate icode classes
git-svn-id: svn://10.0.0.236/trunk@66217 18797224-902f-48f8-a5cc-f745e15eee43
2000-04-18 00:22:51 +00:00