|
new hello world?
|
| |
This "hello world" is not compiling for me with the new version of SM
[link]
hello.cpp:15:55: fatal error: use of undeclared identifier 'JS_FinalizeStub'
JS_EnumerateStub, JS_ResolveStub, JS_ConvertStub, JS_FinalizeStub,... more »
|
|
missing Version in pkg-config
|
| |
TL;DR: pkg-config: Requested 'mozjs185 >= 1.8.5' but version of SpiderMonkey 1.8.5 is (BLANK)
Reading 'mozjs185' from file '/usr/lib/pkgconfig/mozjs185.p c'
Parsing package file '/usr/lib/pkgconfig/mozjs185.p c'
line>prefix=/usr
Variable declaration, 'prefix' has value '/usr'
line>libdir=/usr/lib... more »
|
|
Get javascript caller source line number in JSNative
|
| |
Hi,
Is it possible to get source line number in JSNative function?
I want to implement a function working like console.log. I need to know javascript caller's source line position in my C++ function. I search MDN JSAPI documents but no result.
Thank you,
- Huan
|
|
Phenylephrine HCL Manufacturers
|
| |
We have a dedicated quality control laboratory equipped with all the
sophisticated quality control equipment to check various
specifications of active pharmaceutical ingredients and bulk drugs. We
believe that quality has to be the part of overall operations of the
company, hence we have tried to build in quality processes in our... more »
|
|
Map PC back to statement
|
| |
Hi Group,
In JSD interface, there are PCToLine, LineToPC functions in stack frame. I am wondering if there is any way for me to map pc directly back to specific statement? Because sometimes the code could be minified, a PC can map to a line that contains multiple statements.
Thanks
|
|
Recents changes
|
| |
Hey all,
I'm using m-c for my application and in the process of perf optimization.
I was wondering few things :
* I understand the purpose of JSPROP_NATIVE_ACCESSORS. That's is, using a JSNative definition instead of regular setter/getter definitions. What's the advantage? Is there some perf impact? How to access the... more »
|
|
Why there is no "javascript.options.ion.chrome" option?
|
| |
Hello.
I have a question.
Why do we have no "javascript.options.ion.chrome " option? Other jit options
has each options like "javascript.options.*.chrome" and
"javascript.options.*.chrome".
cheers.
--
Tetsuharu OHZEKI (a.k.a. saneyuki_s)
saneyuki.s.s...@gmail.com
|
|
building spidermonkey on Win2008/x64
|
| |
Greetings!
I am new to the mozilla dev forums. This is my first post.
Recently I have successfully built spidermonkey, v8, and JSC on Mac, and v8 on Windows. However, after many tries I have been unable to build spidermonkey on Windows and I'd like to request your assistance please.
Environment:... more »
|
|
spidermonkey 1.8.5 build
|
| |
Hello,
Is there a way to build spidermonkey on OSX which doesn't require me to:
1. install brew
2. install some other versions of gcc
---
sudo port install libidl autoconf213 yasm
wget [link]
tar xzf js185-1.0.0.tar.gz
cd js-1.8.5/... more »
|
|
JSCLASS_CONSTRUCT_PROTOTYPE undeclared in mozilla 17
|
| |
Hi all,
I'm porting a code from 1.8.5 to latest stable version of spidermonkey but I get the following error:
error: 'JSCLASS_CONSTRUCT_PROTOTYPE' undeclared here (not in a function)
Looking at the file jsapi.h it isn't in it. Any idea how to replace this flag? What's the value?
- benoît... more »
|
|
|