summaryrefslogtreecommitdiff
path: root/javascript/dukky.c
Commit message (Expand)AuthorAgeFilesLines
* Proper error handling for JS context creation.Michael Drake2015-08-131-4/+7
* Add assertion that jscontext is non-NULL when making new compartment.Michael Drake2015-08-131-0/+1
* Slight tidying of error reportDaniel Silverstone2015-08-121-3/+3
* Log more of the JS error objectDaniel Silverstone2015-08-121-1/+10
* Add a variant of dukky_instanceof which can take an indexDaniel Silverstone2015-08-111-0/+31
* Fix constructor injection to use new constructor type, add testDaniel Silverstone2015-08-091-0/+20
* Add duktape binding support codeDaniel Silverstone2015-08-091-0/+356