Difference between revisions of "Mozilla.dev.tech.js-engine"

From CDOT Wiki
Jump to: navigation, search
(FAQ)
(FAQ)
Line 16: Line 16:
  
 
== FAQ ==
 
== FAQ ==
 
*I'm curious to know if anyone is using XMLBeans in Rhino.  For example, are you compiling an XMLSchema with XMLBeans and then validating an Rhino e4x xml document against the schema?
 
 
None as of yet.
 
 
*Can I prematurely terminate a script's execution without affecting the life cycle of the thread running it so that the thread can be reused to run other scripts in the future?  Is there a built in mechanism in the API for doing this?
 
 
None as of yet.
 
 
*So my question, is there a specific issue with ActiveX and Instance Handling I am not aware of? What could I do to get it working, any ref material or hints?
 
 
None as of yet.
 
 
 
* [http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_frm/thread/3e840becb09acccb How long are private pointers? ]
 
* [http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_frm/thread/3e840becb09acccb How long are private pointers? ]
  

Revision as of 19:58, 29 September 2006

Newsgroup

JS-Engine on Google groups

JavaScript on MDC

Authors

  • Dejan Tolj
  • David Bertenshaw

Weekly Summaries

FAQ

2-byte aligned check the JSVAL macros at the top of jsapi.h

No, accessing anything in the web page's script may lead to security problems.