blob: 5f22fc2353cfcea204ee2d6f94005778378c75ce (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
|
---
title: SpiderMonkey
slug: SpiderMonkey
translation_of: Mozilla/Projects/SpiderMonkey
---
<p><strong>SpiderMonkey</strong> è il motore <a href="it/JavaScript">JavaScript</a> di <a href="it/Gecko">Gecko</a>, scritto in C. Viene utilizzato in vari programmi Mozilla ed è disponibile sotto tre licenze: MPL/GPL/LGPL.</p>
<table class="topicpage-table">
<tbody>
<tr>
<td>
<h4 id="Documentazione" name="Documentazione">Documentazione</h4>
<dl>
<dt><a href="it/JSAPI_Reference">JSAPI Reference</a></dt>
<dd><small>La reference per l'API di SpiderMonkey.</small></dd>
</dl>
<dl>
<dt><a href="it/Guida_per_l'embedding_del_motore_C_di_JavaScript">Guida per l'embedding del motore C di JavaScript</a></dt>
<dd><small>Questa guida fornisce una panoramica di SpiderMonkey e descrive come incorporare le chiamate al motore in altre applicazione per fare in modo che supportino JavaScript.</small></dd>
</dl>
<dl>
<dt><a class="external" href="http://www.mozilla.org/js/spidermonkey/tutorial.html">How to embed the JavaScript engine</a> (EN)</dt>
<dd><small>Un asciutto tutorial su come incorporare SpiderMonkey.</small></dd>
</dl>
<dl>
<dt><a href="it/SpiderMonkey_Garbage_Collection_Tips">SpiderMonkey Garbage Collection Tips</a> (EN)</dt>
<dd><small>Suggerimenti per evitare problemi con il garbage collector.</small></dd>
</dl>
<dl>
<dt><a href="it/Introduction_to_the_JavaScript_shell">Introduction to the JavaScript shell</a> (EN)</dt>
<dd><small>Come ottenere, compilare e utilizzare la shell JavaScript.</small></dd>
</dl>
</td>
<td>
<h4 id="Argomenti_correlati" name="Argomenti_correlati">Argomenti correlati</h4>
<dl>
<dd><a href="it/JavaScript">JavaScript</a></dd>
</dl>
</td>
</tr>
</tbody>
</table>
<p><span class="comment">Interwiki Language Links</span></p>
|