MCPcopy Create free account

hub / github.com/mozilla/rhino / functions

Functions18,679 in github.com/mozilla/rhino

↓ 18 callersMethoddoStaticFieldTests
( String field, String className, Object value )
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_001.java:132
↓ 18 callersMethodevaluate
(Context cx, String str)
rhino/src/test/java/org/mozilla/javascript/tests/DefineClassTest.java:65
↓ 18 callersMethodexp
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativeMath.java:245
↓ 18 callersMethodforCtor
(BuiltInJSCodeExec<JSFunction> code)
rhino/src/main/java/org/mozilla/javascript/NativeString.java:154
↓ 18 callersMethodfunction
(Integer param1, Long param2)
rhino-kotlin/src/test/java/org/mozilla/kotlin/tests/JavaClass.java:12
↓ 18 callersMethodgetAbsolutePosition
()
rhino/src/test/java/org/mozilla/javascript/tests/Issue129Test.java:55
↓ 18 callersMethodgetExpression
Returns the expression between the parens
rhino/src/main/java/org/mozilla/javascript/ast/ParenthesizedExpression.java:40
↓ 18 callersMethodgetInitializer
Returns the initial value, or {@code null} if not provided
rhino/src/main/java/org/mozilla/javascript/ast/VariableInitializer.java:78
↓ 18 callersMethodgetLabelPC
(int label)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:1287
↓ 18 callersMethodgetLineNumberFromPc
Get the last (most specific) line number associated with a given PC. If the PC is not found, returns the line number of the largest PC that is less th
rhino/src/main/java/org/mozilla/javascript/interpreterv2/LineNumberTable.java:445
↓ 18 callersMethodgetNewWordLocal
(boolean isConst)
rhino/src/main/java/org/mozilla/javascript/optimizer/BodyCodegen.java:4831
↓ 18 callersMethodgetRawSource
()
rhino/src/main/java/org/mozilla/javascript/JSFunction.java:119
↓ 18 callersMethodgetRhinoASTRootNode
( String scriptStr, String scriptName, String[] expectedErrors,
tests/src/test/java/org/mozilla/javascript/tests/commentspr465/CommentsTestUtils.java:17
↓ 18 callersMethodgetSourceName
Get the name of the source (usually filename or URL) of the script.
rhino/src/main/java/org/mozilla/javascript/debug/DebuggableScript.java:53
↓ 18 callersMethodisArrayLike
@return true if the passed in Scriptable looks like an array
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:3559
↓ 18 callersMethodisInterface
@see Class#isInterface()
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeInfo.java:165
↓ 18 callersMethodisStatic
()
rhino/src/main/java/org/mozilla/javascript/lc/member/ExecutableBox.java:93
↓ 18 callersMethodpushScope
(Scope scope)
rhino/src/main/java/org/mozilla/javascript/Parser.java:551
↓ 18 callersMethodrealThis
(Object thisObj, String name)
rhino/src/main/java/org/mozilla/javascript/NativeSet.java:237
↓ 18 callersFunctionsc_cons
META ((export #t) (peephole (hole 2 "new sc_Pair(" car ", " cdr ")")))
benchmarks/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js:588
↓ 18 callersFunctionsc_cons
META ((export #t) (peephole (hole 2 "new sc_Pair(" car ", " cdr ")")))
benchmarks/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js:588
↓ 18 callersFunctionsc_list
META ((export #t))
benchmarks/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js:785
↓ 18 callersFunctionsc_list
META ((export #t))
benchmarks/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js:785
↓ 18 callersMethodset
@deprecated Use {@link #set(Context, VarScope, Object)} instead
rhino/src/main/java/org/mozilla/javascript/Ref.java:29
↓ 18 callersMethodsetEnabled
Sets whether the text area is enabled.
rhino-tools/src/main/java/org/mozilla/javascript/tools/debugger/SwingGui.java:1197
↓ 18 callersMethodtoNumber
Convert the value to a JavaScript Number value. <p>Returns a Java double for the JavaScript Number. <p>See ECMA 9.3. @param value a JavaScript valu
rhino/src/main/java/org/mozilla/javascript/Context.java:1756
↓ 18 callersMethoduseLittleEndian
()
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeArrayBufferView.java:68
↓ 18 callersMethodwithObjectLiterals
Returns a script that defines n object literals then appends body.
tests/src/test/java/org/mozilla/javascript/tests/ArrayLiteralOverflowTest.java:29
↓ 18 callersMethodxmlMethodNotFound
(Object object, String name)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java:501
↓ 17 callersFunctionCreateRab
(buffer_byte_length, ctor)
tests/testsrc/jstests/es2024/typedarray-resizablearraybuffer.js:762
↓ 17 callersMethodaddAll
(Collection c)
rhino/src/main/java/org/mozilla/javascript/NativeArray.java:2420
↓ 17 callersFunctionaddNewTestCase
( DateCase, DateString, ResultArray )
tests/testsrc/tests/ecma/Date/15.9.4.2.js:151
↓ 17 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/RegExp/regress-67773.js:160
↓ 17 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/extensions/regress-228087.js:301
↓ 17 callersFunctionassert
(c)
tests/testsrc/tests/js1_5/Regress/regress-252892.js:75
↓ 17 callersMethodconstruct
Call the function as a constructor. <p>This method is invoked by the runtime in order to satisfy a use of the JavaScript {@code new} operator. This m
rhino/src/main/java/org/mozilla/javascript/Function.java:46
↓ 17 callersMethoddoMethodTests
( String method, String className, Object value )
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_006.java:126
↓ 17 callersMethodequals
(String one, String two)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XmlNode.java:695
↓ 17 callersMethodgetFunctionNode
(int i)
rhino/src/main/java/org/mozilla/javascript/ast/ScriptNode.java:156
↓ 17 callersMethodgetStatements
Returns statement list, which may be {@code null}.
rhino/src/main/java/org/mozilla/javascript/ast/SwitchCase.java:72
↓ 17 callersMethodgetTimeZone
Get the current timezone. Returns the default timezone if none has been set. @return the old value of the timezone @see java.util.TimeZone
rhino/src/main/java/org/mozilla/javascript/Context.java:817
↓ 17 callersMethodisInstance
@return true if {@code o} is an instance of this class represented by the caller TypeInfo @see Class#isInstance(Object)
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeInfo.java:301
↓ 17 callersMethodload
(ScopeObject scope, boolean sealed)
rhino/src/main/java/org/mozilla/javascript/xml/XMLLoader.java:7
↓ 17 callersMethodnamespace
(String prefix)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XML.java:703
↓ 17 callersMethodnextToken
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:485
↓ 17 callersMethodrepeat
(char c, int count)
rhino/src/main/java/org/mozilla/javascript/NativeJSON.java:156
↓ 17 callersMethodsetBuiltinProtoAndParent
( ScriptableObject object, VarScope scope, TopLevel.Builtins type)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:5411
↓ 17 callersMethodtestIt
(String js, Object expected)
rhino/src/test/java/org/mozilla/javascript/tests/InterfaceAdapterTest.java:30
↓ 17 callersFunctiontest_negation
(value, expected)
tests/testsrc/tests/ecma/Expressions/11.4.7-02.js:51
↓ 17 callersMethodtoIndex
(Object val)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:860
↓ 17 callersMethodtoNumeric
Convert the value to a Numeric (Number or BigInt). <p>toNumber does not allow java.math.BigInteger. toNumeric allows java.math.BigInteger. <p>See EC
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:852
↓ 17 callersFunctiontoPrinted
(value)
tests/testsrc/tests/shell.js:200
↓ 16 callersFunctionAddLimitedSplitCases
( string, separator, str_sep, limit, split_array )
tests/testsrc/tests/ecma_2/String/split-003.js:95
↓ 16 callersFunctionCheckAccessor
(name)
tests/testsrc/jstests/harmony/dataview-accessors.js:400
↓ 16 callersFunctionGetElements
(ta)
tests/testsrc/jstests/es2024/typedarray-resizablearraybuffer.js:570
↓ 16 callersFunctionInLeapYear
( t )
tests/testsrc/tests/ecma/shell.js:150
↓ 16 callersFunctionSetMinutes
( t, min, sec, ms )
tests/testsrc/tests/ecma/Date/15.9.5.28-1.js:153
↓ 16 callersFunctionTimeWithinDay
( t )
tests/testsrc/tests/ecma/shell.js:128
↓ 16 callersMethodaddToCodeInt16
(int value)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:1369
↓ 16 callersMethodappendDigit
(int d)
rhino/src/main/java/org/mozilla/javascript/dtoa/Decimal.java:298
↓ 16 callersMethodassertPrintCalls
(String source, List<PrinterCall> expectedCalls)
tests/src/test/java/org/mozilla/javascript/tests/NativeConsoleTest.java:573
↓ 16 callersFunctionassertThrownIteratorIsClosed
(iter)
tests/testsrc/jstests/harmony/generators-iteration.js:46
↓ 16 callersMethodassignExpr
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:2684
↓ 16 callersMethodbuild
()
rhino/src/main/java/org/mozilla/javascript/interpreterv2/CompilerData.java:204
↓ 16 callersMethodclear
()
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeTypedArrayView.java:1713
↓ 16 callersMethodcreateNameNode
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:4348
↓ 16 callersMethodensureSymbolScriptable
(Object arg)
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:2111
↓ 16 callersMethodgetAndResetJsDoc
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:415
↓ 16 callersMethodgetExistingIntProp
(int propType)
rhino/src/main/java/org/mozilla/javascript/Node.java:523
↓ 16 callersMethodgetFileName
(Scriptable obj)
rhino/src/main/java/org/mozilla/javascript/NativeCallSite.java:173
↓ 16 callersMethodgetFunctionCount
()
rhino/src/main/java/org/mozilla/javascript/debug/DebuggableScript.java:67
↓ 16 callersMethodgetMethodName
()
rhino/src/main/java/org/mozilla/javascript/ast/GeneratorMethodDefinition.java:25
↓ 16 callersMethodgetNameSegment
(String[] segments, String name, int pos)
rhino/src/main/java/org/mozilla/javascript/optimizer/Bootstrapper.java:233
↓ 16 callersMethodgetObjectElem
Call obj.[[Get]](id) @deprecated Use {@link #getObjectElem(Object, Object, Context, VarScope)} instead
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:1843
↓ 16 callersMethodgetPrefix
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XmlNode.java:647
↓ 16 callersMethodgetStatus
()
tests/src/test/java/org/mozilla/javascript/tests/LambdaAccessorSlotTest.java:576
↓ 16 callersMethodhasFlag
(String flag)
tests/src/test/java/org/mozilla/javascript/tests/Test262SuiteTest.java:772
↓ 16 callersMethodinstallBundle
(BundleContext ctx, String projectName)
tests/src/integrationTest/java/org/mozilla/javascript/tests/OsgiModuleTest.java:224
↓ 16 callersMethodisSealed
Checks if this is a sealed Context. A sealed Context instance does not allow to modify any of its properties and will throw an exception on any such a
rhino/src/main/java/org/mozilla/javascript/Context.java:626
↓ 16 callersMethoditem
(int index)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XmlNode.java:797
↓ 16 callersMethodkeySet
()
rhino/src/main/java/org/mozilla/javascript/NativeObject.java:880
↓ 16 callersFunctionmd5_ff
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/crypto-md5.js:142
↓ 16 callersFunctionmd5_ff
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-1.0/crypto-md5.js:142
↓ 16 callersFunctionmd5_gg
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/crypto-md5.js:146
↓ 16 callersFunctionmd5_gg
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-1.0/crypto-md5.js:146
↓ 16 callersFunctionmd5_hh
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/crypto-md5.js:150
↓ 16 callersFunctionmd5_hh
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-1.0/crypto-md5.js:150
↓ 16 callersFunctionmd5_ii
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/crypto-md5.js:154
↓ 16 callersFunctionmd5_ii
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-1.0/crypto-md5.js:154
↓ 16 callersMethodputInt32
(int value, byte[] array, int offset)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:3003
↓ 16 callersMethodrequireMain
Calling this method establishes a module as being the main module of the program to which this require() instance belongs. The module will be loaded a
rhino/src/main/java/org/mozilla/javascript/commonjs/module/Require.java:120
↓ 16 callersMethodrunScriptAsInt
(String scriptSourceText, Object value)
tests/src/test/java/org/mozilla/javascript/tests/NativeJavaListTest.java:221
↓ 16 callersMethodrunWithMode
( final ContextAction<?> action, final Context.EvaluationMethod mode)
testutils/src/main/java/org/mozilla/javascript/testutils/Utils.java:96
↓ 16 callersMethodsealObject
()
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:383
↓ 16 callersMethodsetStackStyle
Specify the stack style to use from between three different formats: "Rhino" (the default), "Mozilla", and "V8." See StackStyle for information about
rhino/src/main/java/org/mozilla/javascript/RhinoException.java:391
↓ 16 callersMethodsetVisible
Sets the visibility of the debugger GUI.
rhino-tools/src/main/java/org/mozilla/javascript/tools/debugger/SwingGui.java:201
↓ 16 callersMethodtoPrimitive
(Object input)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:4286
↓ 15 callersFunctionBigO
(data)
tests/testsrc/tests/shell.js:425
↓ 15 callersFunctionInstanceOf
( object_1, object_2, expect )
tests/testsrc/tests/ecma_2/extensions/instanceof-001.js:25
↓ 15 callersMethodaddChildToFront
(Node child)
rhino/src/main/java/org/mozilla/javascript/Node.java:232
← previousnext →601–700 of 18,679, ranked by callers