Hi folks,
  
  I am curious about creating a custom object hierarchy based on the JS Engine 
C Implementation. Consider, for instance that One Branch  of the object 
hierarchy of the Nescape JS has the form: Navigator ->  Window -> Document -> 
Applet, where thee applet object is an  array that enables the processing of 
applet in scripts through: document.appletName.appletfunction()  [where 
appletName and appletfunction are placeholders]. Now by analogy  a developer 
can create a custom objct hierarchy based on the  Spidermonkey JS Enginein of 
the form GlobalObject -> CustomObjectA  -> CustomObjectB ->arrayObject where 
the array object is, sort  of, analogous to the applet array-object of the 
Nescape JS. However,  the applet object is not a built-in, in any of the 
standard objects of  the Spidermonkey JS-Engine. Now my question: 
      
   has anyone actually attempted  to create a built-in object that explicitly 
has an applet array object?    
   alternatively, does anyone know how [specifically] "applet"  object -- and 
not a generic array object -- can be implemented in a  CustomObject of the 
JS-Engine C Implementation?  
  I should appreciate any pointers along that thrust.
  
  Regards,
  Opubo
  

#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#
Being forthright and judicious are hallmarks of noble spirits; and being 
judicious is to recognize that life is consequences: For every action results 
in many reactions/consequences which in themselves become actions, with each 
one resulting yet in many reactions/consequences, ad infinitum; naturally not 
all the reactions are the anticipated advantageous desirables: Always, some of 
the reactions are unpredicted disadvantageous consequences.
#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#~#
 
---------------------------------
Now that's room service! Choose from over 150,000 hotels 
in 45,000 destinations on Yahoo! Travel to find your fit.
_______________________________________________
dev-embedding mailing list
[email protected]
https://lists.mozilla.org/listinfo/dev-embedding

Reply via email to