|
Finding function calls in javascript source.
|
| |
I want to add a "dynamic call stack" feature to Firebug. Of course "dynamic" and "call stack" are redundant, but Firebug's current call stack representation is "lexical" and most developers expect it to be lexical. To implement a dynamic call stack I need the expression that selected the function called. For example consider:... more »
|
|
out of memory error from spidermonkey 1.7 ( not seen on 1.5 )
|
| |
I am seeing an issue with 1.7 where it is giving out of memory error. Spidermonkey 1.5 works fine. We have this script, for( i = 1; i < 126000; i ++ ) { myExposedMethod("myclass.name = " + myclass.name ); ...where myExposedMethod is a C function exposed to the script by embedding host. Similarly myclass is also an class exposed by... more »
|
|
problem with addeventlistener in thunderbird
|
| |
hi i'm using the function <script> window.addEventListener("unloa d", autoExportOnClose, false); </script> in my xul overlay for thunderbird to start my automatic export from lightning. but it doesn't work with failure... Fehler: [Exception... "'[JavaScript Error: "autoExportPrefs is not defined" {file: "chrome://autoexport/content/a utoExport.js" line:... more »
|
|
Problems with native JSON functions
|
| |
On Wed, Dec 16, 2009 at 8:44 PM, John J Barton ...We're committed to fixing known JSON bugs, not sure if some of them are already fixed on trunk or tracemonkey. sayre will know more, copying him here and moving to the JS engine group. We should get those bugs fixed and their fixes backported, though, rather than... more »
|
|
Respuesta automática
|
| |
Dear friend,I would like to introduce a really good company that mainly do the electornic products trade.Now the company is doing promotion,all of it's products are sold nearly as same as their cost.It redeners the best service to customers,it provide you original products which isgood quality,and what's more,the pricewill give you a big surprise!It is realy a good opportunity for doing shopping.Just grasp the opportunity,or there will be no more than that!The web address: (www.) kanicn.com... more »
|
|
Is spider monkey 1.8 is released.
|
| |
Hi, We would like to upgrade JS Engine version from 1.6 to 1.8 as one of the bugfix which we are waiting for is provided in 1.8 But when I visited the spider-monkey site ([link] SpiderMonkey/1.8), it still shows coming soon. The site was last updated in March 2009. Can anyone please tell me whether its released or when the release 1.8... more »
|
|
Custom object/class conversion/serialization to a string object
|
| |
I have a custom object/class that has private data and I am trying to add logic to convert it to a string type or you might also call it serialization to string. Looks like the suggested way is to use JSGetObjectOps and use the defaultValue to convert to the appropriate type. However the documentation suggests that this is a internal... more »
|
|
Implement jsdICompilationUnit
|
| |
For Firefox 3.7 I want to push to get an extension to jsd that would dramatically improve Firebug and improve Firefox's support for dynamic Javascript. I am looking for more feedback on the approach I am taking: Bug 449464 - Implement jsdICompilationUnit to extend jsd to include information on the compilation unit structure.... more »
|
|
|