BicaVM/src/internalJNI.jsh

19 lines
436 B
Plaintext
Raw Normal View History

/* -*- Mode: Javascript -*-
* -*- coding: UTF-8 -*-
* Copyright (C) 2011 by Artur Ventura
*
* File: types.js
* Time-stamp: Fri Jul 15 02:46:27 2011
*
* Author: Artur Ventura
*
*/
{
'java.lang.System' : {
'method arraycopy(Ljava/lang/Object;ILjava/lang/Object;II)V' : java_lang_System_arraycopy
2011-11-10 23:14:01 +00:00
},
'java.lang.Object' : {
'method registerNatives()V' : java_lang_Object_registerNatives
}
}