summaryrefslogtreecommitdiff
path: root/javascript/duktape/Node.bnd
Commit message (Collapse)AuthorAgeFilesLines
* Move javascript content handler as appropriate for updated source formatVincent Sanders2016-06-071-479/+0
|
* Squash warning: variable ‘exc’ set but not usedMichael Drake2015-12-201-0/+1
|
* Add assert that we got a base URI from the node.Michael Drake2015-12-201-1/+2
|
* Correct some incorrect error case handling and add tests to demonstrate fixDaniel Silverstone2015-10-211-7/+7
|
* Revert "allow for libdom node calls which return NULL to indicate no node."Daniel Silverstone2015-10-211-12/+4
| | | | This reverts commit 37ea372a100f6a1a47afc47ce9430ed6e2b4c44b.
* Revert "The node acessors should return javacript null not an error"Daniel Silverstone2015-10-211-32/+16
| | | | This reverts commit 0645bc7570974531be344544b68a7e93908d1796.
* The node acessors should return javacript null not an errorVincent Sanders2015-10-201-16/+32
|
* allow for libdom node calls which return NULL to indicate no node.Vincent Sanders2015-10-201-4/+12
|
* use the duckky_instanceof from the bindingsVincent Sanders2015-10-091-9/+9
| | | | | The bindings provide a generated duckky_instanceof function, this changes to using that implementation.
* Update bindings to cope with improved nsgenbind syntaxVincent Sanders2015-09-281-3/+3
|
* Final (untested) bits of NodeDaniel Silverstone2015-08-141-5/+94
|
* More (untested) Node stuffDaniel Silverstone2015-08-141-7/+82
|
* Add support for a lot of Node's interfaceDaniel Silverstone2015-08-111-10/+263
|
* Add duktape bindingsDaniel Silverstone2015-08-091-0/+60