~james-page/ubuntu/natty/rhino/fix-304702

« back to all changes in this revision

Viewing changes to javadoc/org/mozilla/javascript/FunctionObject.html

  • Committer: Bazaar Package Importer
  • Author(s): Damien Raude-Morvan, Marcus Better, Matthias Klose, Damien Raude-Morvan
  • Date: 2009-04-13 02:40:15 UTC
  • mfrom: (11.1.1 squeeze)
  • Revision ID: james.westby@ubuntu.com-20090413024015-i21xnoehukpipbcw
Tags: 1.7R2-1
[ Marcus Better ]
* Updated package descriptions.

[ Matthias Klose ]
* (Build-)depend on default-jre-headless/-jdk.
* Drop alternate dependencies on java2-runtime-headless and
  java2-runtime-headless. The binary package is currently built to
  require a java5 runtime.

[ Damien Raude-Morvan ]
* New upstream release.
  - new 02_exclude-jdk15 patch to exclude already compiled classes
    for jdk15 rebuild: gcj doesn't handle compiling classes already
    on its classpath
  - new "rhino-debugger" launcher for Rhino Debugger Swing UI
  - update "rhino" launcher to exclude OpenJDK bundled rhino (Closes: #512498)
* debian/{postinst,prerm }: scripts should take care of errors,
  add set -e before any instruction
* debian/rules: add new get-orig-source target using uscan
* debian/control:
  - Build-Depends on specialized default-jdk-builddep instead of
  default-jdk
  - Bump Standards-Version to 3.8.1: Wrap Uploaders field
  - add Depends on ${misc:Depends}

Show diffs side-by-side

added added

removed removed

Lines of Context:
2
2
<!--NewPage-->
3
3
<HTML>
4
4
<HEAD>
5
 
<!-- Generated by javadoc (build 1.6.0) on Thu Mar 06 17:19:15 EST 2008 -->
 
5
<!-- Generated by javadoc (build 1.6.0_11) on Sun Mar 22 14:32:30 EDT 2009 -->
6
6
<TITLE>
7
7
FunctionObject (Rhino)
8
8
</TITLE>
9
9
 
10
 
<META NAME="date" CONTENT="2008-03-06">
 
10
<META NAME="date" CONTENT="2009-03-22">
11
11
 
12
12
<LINK REL ="stylesheet" TYPE="text/css" HREF="../../../stylesheet.css" TITLE="Style">
13
13
 
248
248
<TD><CODE><B><A HREF="../../../org/mozilla/javascript/FunctionObject.html#convertArg(org.mozilla.javascript.Context, org.mozilla.javascript.Scriptable, java.lang.Object, java.lang.Class)">convertArg</A></B>(<A HREF="../../../org/mozilla/javascript/Context.html" title="class in org.mozilla.javascript">Context</A>&nbsp;cx,
249
249
           <A HREF="../../../org/mozilla/javascript/Scriptable.html" title="interface in org.mozilla.javascript">Scriptable</A>&nbsp;scope,
250
250
           java.lang.Object&nbsp;arg,
251
 
           java.lang.Class&nbsp;desired)</CODE>
 
251
           java.lang.Class&lt;?&gt;&nbsp;desired)</CODE>
252
252
 
253
253
<BR>
254
254
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/mozilla/javascript/FunctionObject.html#getTypeTag(java.lang.Class)"><CODE>getTypeTag(Class)</CODE></A>
255
255
 and <A HREF="../../../org/mozilla/javascript/FunctionObject.html#convertArg(org.mozilla.javascript.Context, org.mozilla.javascript.Scriptable, java.lang.Object, int)"><CODE>convertArg(Context, Scriptable, Object, int)</CODE></A>
256
 
 for type convertion.</I></TD>
 
256
 for type conversion.</I></TD>
257
257
</TR>
258
258
<TR BGCOLOR="white" CLASS="TableRowColor">
259
259
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
313
313
<TR BGCOLOR="white" CLASS="TableRowColor">
314
314
<TD ALIGN="right" VALIGN="top" WIDTH="1%"><FONT SIZE="-1">
315
315
<CODE>static&nbsp;int</CODE></FONT></TD>
316
 
<TD><CODE><B><A HREF="../../../org/mozilla/javascript/FunctionObject.html#getTypeTag(java.lang.Class)">getTypeTag</A></B>(java.lang.Class&nbsp;type)</CODE>
 
316
<TD><CODE><B><A HREF="../../../org/mozilla/javascript/FunctionObject.html#getTypeTag(java.lang.Class)">getTypeTag</A></B>(java.lang.Class&lt;?&gt;&nbsp;type)</CODE>
317
317
 
318
318
<BR>
319
319
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</TD>
538
538
<A NAME="getTypeTag(java.lang.Class)"><!-- --></A><H3>
539
539
getTypeTag</H3>
540
540
<PRE>
541
 
public static int <B>getTypeTag</B>(java.lang.Class&nbsp;type)</PRE>
 
541
public static int <B>getTypeTag</B>(java.lang.Class&lt;?&gt;&nbsp;type)</PRE>
542
542
<DL>
543
543
<DD><DL>
544
544
 
653
653
public static java.lang.Object <B>convertArg</B>(<A HREF="../../../org/mozilla/javascript/Context.html" title="class in org.mozilla.javascript">Context</A>&nbsp;cx,
654
654
                                          <A HREF="../../../org/mozilla/javascript/Scriptable.html" title="interface in org.mozilla.javascript">Scriptable</A>&nbsp;scope,
655
655
                                          java.lang.Object&nbsp;arg,
656
 
                                          java.lang.Class&nbsp;desired)</PRE>
 
656
                                          java.lang.Class&lt;?&gt;&nbsp;desired)</PRE>
657
657
<DL>
658
658
<DD><B>Deprecated.</B>&nbsp;<I>Use <A HREF="../../../org/mozilla/javascript/FunctionObject.html#getTypeTag(java.lang.Class)"><CODE>getTypeTag(Class)</CODE></A>
659
659
 and <A HREF="../../../org/mozilla/javascript/FunctionObject.html#convertArg(org.mozilla.javascript.Context, org.mozilla.javascript.Scriptable, java.lang.Object, int)"><CODE>convertArg(Context, Scriptable, Object, int)</CODE></A>
660
 
 for type convertion.</I>
 
660
 for type conversion.</I>
661
661
<P>
662
662
<DD><DL>
663
663
</DL>