This module comes with a design that allows different code emitter implementations. For the the phase of development the module is split into multiple files which will be merged together when development converges. git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/branches/oliverb-javascript-v8@13737 626c5289-ae23-0410-ae9c-e8d60b6d4f22
15 lines
374 B
Text
15 lines
374 B
Text
/* -----------------------------------------------------------------------------
|
|
* javascript.swg
|
|
*
|
|
* Javascript typemaps
|
|
* ----------------------------------------------------------------------------- */
|
|
|
|
%include <javascriptruntime.swg>
|
|
|
|
%include <javascripthelpers.swg>
|
|
|
|
%include <javascriptprimitives.swg>
|
|
|
|
%include <javascriptkw.swg>
|
|
|
|
%include <javascriptcode.swg>
|