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

From CDOT Wiki
Jump to: navigation, search
(FAQ)
(FAQ)
Line 17: Line 17:
 
== FAQ ==
 
== FAQ ==
  
1. I'm curious to know if anyone is using XMLBeans in Rhino.  For example,
+
*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?  
are you compiling an XMLSchema with XMLBeans and then validating an
 
Rhino e4x xml document against the schema?  
 
  
A: None as of yet.
+
None as of yet.
  
2. Can I prematurely terminate a script's
+
*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?  
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?  
 
  
A: None as of yet.
+
None as of yet.
  
3. So my question, is there a specific issue with ActiveX and Instance
+
*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?  
Handling I am not aware of? What could I do to get it working, any ref
 
material or hints?  
 
  
A: None as of yet.
+
None as of yet.
 +
 
 +
* [http://groups.google.com/group/mozilla.dev.tech.js-engine/browse_frm/thread/3e840becb09acccb How long are private pointers? ]
 +
 
 +
2-byte aligned check the JSVAL macros at the top of [http://lxr.mozilla.org/seamonkey/source/js/src/jsapi.h#71 jsapi.h ]

Revision as of 19:30, 29 September 2006

Newsgroup

JS-Engine on Google groups

JavaScript on MDC

Authors

  • Dejan Tolj
  • David Bertenshaw

Weekly Summaries

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.

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