javascriptruntime.swg 557 B

12345678910111213141516171819
  1. /* -----------------------------------------------------------------------------
  2. * javascriptruntime.swg
  3. *
  4. * Javascript support code
  5. * ----------------------------------------------------------------------------- */
  6. %insert(runtime) %{
  7. #include <JavaScriptCore/JavaScript.h>
  8. #include <stdio.h>
  9. #include <stdlib.h>
  10. #include <string.h>
  11. #include <errno.h>
  12. #include <limits.h>
  13. %}
  14. %insert(runtime) "swigrun.swg"; /* SWIG API */
  15. %insert(runtime) "swigerrors.swg"; /* SWIG errors */
  16. %insert(runtime) "javascriptrun.swg"; /* SWIG errors */