log src/script.cpp @ 173:5cfb47c9e916 default tip

age author description
Tue, 01 Sep 2009 03:22:33 -0700 Atul Varma Minor line wrap and spacing fixes. default tip
Tue, 01 Sep 2009 03:07:24 -0700 Atul Varma Initial attempt at renaming pymonkey to pydermonkey.
Mon, 24 Aug 2009 22:47:15 -0700 Atul Varma Updated docs to reflect new script members.
Mon, 24 Aug 2009 22:40:53 -0700 Atul Varma Added base_lineno and line_extent members to the script object.
Mon, 24 Aug 2009 22:32:43 -0700 Atul Varma Added a 'filename' member to script objects.
Sun, 23 Aug 2009 22:26:58 -0700 Atul Varma A script's bytecode is now exposed as a buffer object.
Sun, 23 Aug 2009 21:49:44 -0700 Atul Varma Added pymonkey.Script, which wraps a JSScript object, and context.compile_script()/execute_script().