Subj : Spidermonkey - Primitive objects To : netscape.public.mozilla.jseng From : "Jan Herling" Date : Wed Dec 17 2003 03:26 pm Hallo, I have a question to primitive objects in spidermonkey: I would like to define a named primitve object in spidermonkey like "integer" or "double", but I can not find any function to do this. I know "JS_DefineObject" but I think this can only define objects with propertys and function. Thanks .