<?xml version='1.0' encoding="utf-8"?>
      <rss version='2.0'>
      <channel>
      <title>Форум на Исходниках.RU</title>
      <link>https://forum.sources.ru</link>
      <description>Форум на Исходниках.RU</description>
      <generator>Форум на Исходниках.RU</generator>
  	
      <item>
        <guid isPermaLink='true'>https://forum.sources.ru/index.php?showtopic=10596&amp;view=findpost&amp;p=98394</guid>
        <pubDate>Mon, 10 Jun 2002 14:56:54 +0000</pubDate>
        <title>как выполняется eval ?</title>
        <link>https://forum.sources.ru/index.php?showtopic=10596&amp;view=findpost&amp;p=98394</link>
        <description><![CDATA[NT: import netscape.plugin.Plugin;<br>import netscape.javascript.JSObject;<br><br>class TalkPlugin extends Plugin {<br><br> &nbsp; &nbsp; &nbsp;public void OnMicRequest (int iReq)<br> &nbsp; &nbsp; &nbsp;{<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;JSObject win = getWindow();<br> &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;win.eval (&quot;OnMyFunc(&quot; + iReq + &quot;)&quot;) ;<br> &nbsp; &nbsp; &nbsp;};<br><br>Ожидает ли eval завершения JS функции OnMyFunc(int) или возврвщается сразу, не дожидаясь?]]></description>
        <author>NT</author>
        <category>Java</category>
      </item>
	
      </channel>
      </rss>
	