Parent Directory
|
Revision Log
Initial import.
1 | siliconforks | 2 | .TH JS 3 "22 July 2006" |
2 | .SH NAME | ||
3 | .BR libjs " - Mozilla JavaScript C API" | ||
4 | .SH SYNOPSIS | ||
5 | .RS 0 | ||
6 | .B cc `js-config --cppflags` -o foo foo.c `js-config --ldflags --libs` | ||
7 | .RE | ||
8 | .RS 0 | ||
9 | .B cc `pkg-config --cflags js` -o foo foo.c `pkg-config --libs js` | ||
10 | .RE | ||
11 | .SH DESCRIPTION | ||
12 | The Mozilla JavaScript C API | ||
13 | is the programmatic interface to the | ||
14 | .B Mozilla JavaScript | ||
15 | language engine ("SpiderMonkey"). | ||
16 | For the complete reference documentation of the Mozilla JavaScript C API please see | ||
17 | the following online documents: | ||
18 | .TP 8 | ||
19 | .I JS Embedder's Guide | ||
20 | http://www.mozilla.org/js/spidermonkey/apidoc/jsguide.html | ||
21 | .TP 8 | ||
22 | .I JS Embedder's Reference | ||
23 | http://www.mozilla.org/js/spidermonkey/apidoc/complete-frameset.html | ||
24 | .SH SEE ALSO | ||
25 | .BR js-config ( 1 ), | ||
26 | .BR js ( 1 ) | ||
27 | .PP | ||
28 | .RS 0 | ||
29 | http://www.mozilla.org/js/spidermonkey/ | ||
30 | .RE | ||
31 | .RS 0 | ||
32 | http://www.ossp.org/pkg/lib/js/ | ||
33 | .RE | ||
34 | .SH AUTHOR | ||
35 | The author of the | ||
36 | .B Mozilla JavaScript | ||
37 | language implementation ("SpiderMonkey") is | ||
38 | .I Brendan Eich | ||
39 | from the | ||
40 | .IR "Mozilla Foundation" . | ||
41 | This manual page was written by | ||
42 | .I Ralf S. Engelschall | ||
43 | for the | ||
44 | .B OSSP js | ||
45 | distribution of | ||
46 | .BR "Mozilla JavaScript" . |
ViewVC Help | |
Powered by ViewVC 1.1.24 |