public
Rubygem
Description: Johnson wraps JavaScript in a loving Ruby embrace.
Homepage: http://github.com/jbarnette/johnson/wikis
Clone URL: git://github.com/jbarnette/johnson.git
Search Repo:
vendor/spidermonkey is now a Git submodule tracking SM head.
jbarnette (author)
Mon Apr 21 17:42:33 -0700 2008
commit  04dd648ea02dba509c1cf1c70ef3e7641b0aa456
tree    1a9d9fc8162e28ad33271834094690cfb713d225
parent  8a7b15c377e714e090ad19b4fe4516760b9af5cb
...
 
 
 
...
1
2
3
0
@@ -1 +1,4 @@
0
+[submodule "vendor/spidermonkey"]
0
+  path = vendor/spidermonkey
0
+  url = git://github.com/jbarnette/spidermonkey.git
...
288
289
290
291
 
292
293
294
...
288
289
290
 
291
292
293
294
0
@@ -288,7 +288,7 @@
0
 
0
   func_args = rb_ary_new2(f->nargs);
0
   if(f->nargs > 0) {
0
- names = js_GetLocalNames(ctx->js, f, &ctx->js->tempPool, NULL);
0
+ names = js_GetLocalNameArray(ctx->js, f, &ctx->js->tempPool);
0
     for(i = 0; i < f->nargs; i++) {
0
       rb_ary_push(func_args,
0
           rb_str_new2(JS_GetStringBytes(ATOM_TO_STRING(names[i])))

Comments

    No one has commented yet.