Parent Directory
|
Revision Log
|
Patch
revision 351 by siliconforks, Fri Oct 24 16:17:59 2008 UTC | revision 352 by siliconforks, Fri Oct 24 16:18:18 2008 UTC | |
---|---|---|
# | Line 315 | Line 315 |
315 | Stream_write_string(f, ", "); | Stream_write_string(f, ", "); |
316 | } | } |
317 | JSAtom * param = JS_LOCAL_NAME_TO_ATOM(local_names[i]); | JSAtom * param = JS_LOCAL_NAME_TO_ATOM(local_names[i]); |
318 | if (param == NULL) { | |
319 | fatal("unsupported parameter type for function: %s", file_id); | |
320 | } | |
321 | print_string_atom(param, f); | print_string_atom(param, f); |
322 | } | } |
323 | JS_FinishArenaPool(&pool); | JS_FinishArenaPool(&pool); |
|
ViewVC Help | |
Powered by ViewVC 1.1.24 |