Web Images Videos Maps News Shopping Gmail more »
Recently Visited Groups | Help | Sign in
Google Groups Home
mozilla . dev . tech . js-engine
This is a Usenet group - learn more
Find or start a Google Group about js-engine.
Group info
Group categories: Not categorized
More group info »
Related Groups
JavaScript engineering in Mozilla.
Low activity, Usenet
Low activity, Usenet
Low activity, Usenet
Discussions
View:  Topic list, Topic summary Topics 1 - 10 of 1308  Older »

New harness for shell JSTests 
  I just landed to the tracemonkey repo a new harness for running the shell JSTests that we've been working on for a while. My primary goal was to make the tests run faster on multiple cores and to be easier to run day-to-day for devs, but it also supports Tinderbox-style reporting and a bunch of other new features.... more »
By David Mandelin  - 4:13pm - 1 new of 1 message    

Get a variable in the scope chain 
  Hello. I am trying to access a variable value in the current scope chain: function foo() { var myVar = 123; function bar() { Print( EvalVarByName('myVar') ); }; bar(); ...foo(); EvalVarByName native function is define as: ... JSStackFrame *fp = JS_GetScriptedCaller(cx, NULL); JSBool found;... more »
By franck.fr  - Nov 18 - 8 new of 8 messages    

How to build JS 1.8.0 using MSVC 6.0 (win32) 
  Hi, How can we build Spidermonkey JS 1.8.0 in Windows (32-bit) using Microsoft Visual C++ 6.0 compiler (even using the command line build methods)? I tried to follow the same approach as that for JS 1.5, but came across multiple issues: Issue1: js.mak not available. I tried to use the js.mak provided at [link]... more »
By Rajesh N  - Nov 18 - 4 new of 4 messages    

where System Principal is assign to script Principal 
  Hi, Does anyone know, in which function [System Principal] value is set to firefox native JavaScripts/CSS (including extension ) regards, Kailas
By PATIL Kailas  - Nov 18 - 2 new of 2 messages    

Lock contention and performance problems 
  I am also running into lock contention performance problems mentioned in this thread <[link] engine/browse_thread/thread/d7 0153f89d8d0736/f259b8abdd76764 2? lnk=gst&q=mutex#f259b8abdd7676 42>. Instantiating interpretor per thread seems to work great and I am running with JS_THREADSAFE option.... more »
By gurkhali  - Nov 17 - 4 new of 4 messages    

JS 1.5 - 64 bit - two direct queries 
  Hi, Couple of direct questions related to 64-bit support in JS1.5. Kindly provide some clarifications: a) Has anyone ported Spidermonkey JS 1.5 for embedding in 64-bit environments (x86_64 or ia64)? If yes, is the modified source or build files available for reference or usage? b) As my colleague Puneet reported in an earlier mail thread, JS 1.5 code... more »
By Rajesh N  - Nov 16 - 3 new of 3 messages    

64 bit porting of JS 
  Hi, I am using JS 1.5 RC 6 codebase released in 2005. In recent discussions, I got that Spidermonkey supports 64 bit platform ( [link]). Even though I didn't get any specific document talking about support of 64 bit platform architecture.... more »
By punsa  - Nov 15 - 2 new of 2 messages    

XPC.mfasl 
  Hi, the file XPC.mfasl is part of the user profile. Who is responsible for invalidating this file i.e. after updating a *.jsm file? Changes to the JavaScript module in a *.jsm file are not populated to the application until the file XPC.mfasl has been deleted. Is there an API to tell XulRunner to invalidate this file for all users on next application... more »
By Georg Maaß  - Nov 14 - 2 new of 2 messages    

js 1.8.1 gc doesn't automatically run 
  Hi everyone, I've been playing with the latest 1.8.1 source, and it appears that something is wrong with the garbage collection threshold specified in JS_NewRuntime(). Here's some quick example code: for ( var i = 0 ; i < 1000 ; i++ ) { print(i); //gc(); obj = new Array(); for ( var j = 0 ; j < 100000 ; j++ )... more »
By Cal Heldenbrand  - Nov 12 - 1 new of 1 message    

browser jsreftests now running on mozilla-central 
  you now have opt and debug coverage of browser jsreftests on mozilla-central. remember you only have debug coverage on tracemonkey.
By Bob Clary  - Nov 12 - 2 new of 2 messages    

1 - 10 of 1308   « Newer | Older »

XML      
Create a group - Google Groups - Google Home - Terms of Service - Privacy Policy
©2009 Google