summaryrefslogtreecommitdiff
path: root/javascript/dukky.h
Commit message (Collapse)AuthorAgeFilesLines
* Split up javascript engine makefilesVincent Sanders2015-10-121-32/+0
| | | | | | by splitting javascript engine specific makefiles and source up we avoid having to consider old JSAPI or none code while working on duktape.
* use the duckky_instanceof from the bindingsVincent Sanders2015-10-091-1/+0
| | | | | The bindings provide a generated duckky_instanceof function, this changes to using that implementation.
* Add a variant of dukky_instanceof which can take an indexDaniel Silverstone2015-08-111-0/+1
|
* Fix constructor injection to use new constructor type, add testDaniel Silverstone2015-08-091-1/+1
|
* Fix copyright header on dukky.hDaniel Silverstone2015-08-091-1/+22
|
* Add duktape binding support codeDaniel Silverstone2015-08-091-0/+11