diff options
Diffstat (limited to 'files/ko/spidermonkey')
| -rw-r--r-- | files/ko/spidermonkey/index.html | 67 |
1 files changed, 67 insertions, 0 deletions
diff --git a/files/ko/spidermonkey/index.html b/files/ko/spidermonkey/index.html new file mode 100644 index 0000000000..a5b5389490 --- /dev/null +++ b/files/ko/spidermonkey/index.html @@ -0,0 +1,67 @@ +--- +title: SpiderMonkey +slug: SpiderMonkey +tags: + - SpiderMonkey +translation_of: Mozilla/Projects/SpiderMonkey +--- +<div><strong>SpiderMonkey</strong>는 C로 만든 <a href="ko/Gecko">Gecko</a>의 <a href="ko/JavaScript">JavaScript</a> 엔진입니다. 다양한 Mozilla 제품에 쓰이고 MPL/GPL/LGPL 세 라이센스 아래서 쓸 수 있습니다.</div> + +<table class="topicpage-table"> + <tbody> + <tr> + <td> + <h4 id=".EB.AC.B8.EC.84.9C" name=".EB.AC.B8.EC.84.9C"><a>문서</a></h4> + + <dl> + <dt><a href="ko/JSAPI_Reference">JSAPI Reference</a></dt> + <dd><small>SpiderMonkey API 레퍼런스.</small></dd> + </dl> + + <dl> + <dt><a href="ko/JSDBGAPI_Reference">JSDBGAPI Reference</a></dt> + <dd><small>SpiderMonkey 디버깅 API 레퍼런스.</small></dd> + </dl> + + <dl> + <dt><a href="ko/JavaScript_C_Engine_Embedder's_Guide">JavaScript C Engine Embedder's Guide</a></dt> + <dd><small>이 길잡이(guide)는 SpiderMonkey 개요를 제공하고 자바스크립트를 인식하게끔 어플리케이션에서 엔진 호출을 임베드할 수 있는 법을 설명합니다.</small></dd> + </dl> + + <dl> + <dt><a class="external" href="http://www.mozilla.org/js/spidermonkey/tutorial.html">How to embed the JavaScript engine</a></dt> + <dd><small>SpiderMonkey 임베딩에 관한 빈약한(bare-bones) 입문서.</small></dd> + </dl> + + <dl> + <dt><a href="ko/SpiderMonkey_Garbage_Collection_Tips">SpiderMonkey Garbage Collection Tips</a></dt> + <dd><small>가비지 컬렉터 함정(pitfall)을 피하는 팁.</small></dd> + </dl> + + <dl> + <dt><a href="ko/Introduction_to_the_JavaScript_shell">Introduction to the JavaScript shell</a></dt> + <dd><small>자바스크립트 쉘을 구하고 빌드하고 쓰는 법.</small></dd> + </dl> + + <p><span class="alllinks"><a>View All...</a></span></p> + </td> + <td> + <h4 id=".EC.BB.A4.EB.AE.A4.EB.8B.88.ED.8B.B0" name=".EC.BB.A4.EB.AE.A4.EB.8B.88.ED.8B.B0">커뮤니티</h4> + + <ul> + <li>Mozilla 포럼 보기...</li> + </ul> + + <h4 id=".EA.B4.80.EB.A0.A8_.EC.A3.BC.EC.A0.9C" name=".EA.B4.80.EB.A0.A8_.EC.A3.BC.EC.A0.9C">관련 주제</h4> + + <dl> + <dd><a href="ko/JavaScript">JavaScript</a></dd> + </dl> + </td> + </tr> + </tbody> +</table> + +<p><span class="comment">Categories</span></p> + +<p><span class="comment">Interwiki Language Links</span></p> |
