Skip to content
timcameronryan edited this page Jan 5, 2011 · 1 revision

Mug makes sure all compiled code operates on a list of known types:

  • null
  • boolean or Boolean
  • double or Double
  • String
  • (extends) JSObject

All custom Mug invoke() handlers, objects, intefaces, etc. should make sure only objects of these types are returned to running code. See the java module for how generic Java types are converted.

Clone this wiki locally