log
graph
tags
bookmarks
branches
changeset
browse
help
Mercurial
>
pymonkey
log
Find changesets by keywords (author, files, the commit message), revision number or hash, or
revset expression
.
less
more
| rev 24:
(0)
-10
-7
+7
+10
+30
+100
tip
age
author
description
Mon, 29 Jun 2009 07:28:56 -0700
Atul Varma
Added very primitive support for calling python functions from JS.
Sun, 28 Jun 2009 22:58:04 -0700
Atul Varma
The hashtable of reflected JS objects now uses a JS_DHashTable instead of a PyDict. Also removed weakref-ability of the JSObject class since it didn't make any sense to use Python's weakref support for JSObjects.
Sun, 28 Jun 2009 21:49:07 -0700
Atul Varma
JS objects reflected into Python are now identity-preserving, though the implementation for this is pretty bad right now.
Sun, 28 Jun 2009 20:40:18 -0700
Atul Varma
Changed object constructor to take a context instead of a runtime.
Sun, 28 Jun 2009 20:19:39 -0700
Atul Varma
PYM_jsvalToPyObject() can now deal with JSObjects.
Sun, 28 Jun 2009 20:08:59 -0700
Atul Varma
Moved context creation code into its own public function in context.c.
Sun, 28 Jun 2009 20:00:48 -0700
Atul Varma
Refactoring; moved PYM_JSObject creation code into a new public function in object.c.
less
more
| rev 24:
(0)
-10
-7
+7
+10
+30
+100
tip