Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/mozilla/rhino
/ functions
Functions
18,679 in github.com/mozilla/rhino
⨍
Functions
18,679
◇
Types & classes
1,668
↓ 18 callers
Method
doStaticFieldTests
( String field, String className, Object value )
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_001.java:132
↓ 18 callers
Method
evaluate
(Context cx, String str)
rhino/src/test/java/org/mozilla/javascript/tests/DefineClassTest.java:65
↓ 18 callers
Method
exp
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativeMath.java:245
↓ 18 callers
Method
forCtor
(BuiltInJSCodeExec<JSFunction> code)
rhino/src/main/java/org/mozilla/javascript/NativeString.java:154
↓ 18 callers
Method
function
(Integer param1, Long param2)
rhino-kotlin/src/test/java/org/mozilla/kotlin/tests/JavaClass.java:12
↓ 18 callers
Method
getAbsolutePosition
()
rhino/src/test/java/org/mozilla/javascript/tests/Issue129Test.java:55
↓ 18 callers
Method
getExpression
Returns the expression between the parens
rhino/src/main/java/org/mozilla/javascript/ast/ParenthesizedExpression.java:40
↓ 18 callers
Method
getInitializer
Returns the initial value, or {@code null} if not provided
rhino/src/main/java/org/mozilla/javascript/ast/VariableInitializer.java:78
↓ 18 callers
Method
getLabelPC
(int label)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:1287
↓ 18 callers
Method
getLineNumberFromPc
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 callers
Method
getNewWordLocal
(boolean isConst)
rhino/src/main/java/org/mozilla/javascript/optimizer/BodyCodegen.java:4831
↓ 18 callers
Method
getRawSource
()
rhino/src/main/java/org/mozilla/javascript/JSFunction.java:119
↓ 18 callers
Method
getRhinoASTRootNode
( String scriptStr, String scriptName, String[] expectedErrors,
tests/src/test/java/org/mozilla/javascript/tests/commentspr465/CommentsTestUtils.java:17
↓ 18 callers
Method
getSourceName
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 callers
Method
isArrayLike
@return true if the passed in Scriptable looks like an array
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:3559
↓ 18 callers
Method
isInterface
@see Class#isInterface()
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeInfo.java:165
↓ 18 callers
Method
isStatic
()
rhino/src/main/java/org/mozilla/javascript/lc/member/ExecutableBox.java:93
↓ 18 callers
Method
pushScope
(Scope scope)
rhino/src/main/java/org/mozilla/javascript/Parser.java:551
↓ 18 callers
Method
realThis
(Object thisObj, String name)
rhino/src/main/java/org/mozilla/javascript/NativeSet.java:237
↓ 18 callers
Function
sc_cons
META ((export #t) (peephole (hole 2 "new sc_Pair(" car ", " cdr ")")))
benchmarks/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js:588
↓ 18 callers
Function
sc_cons
META ((export #t) (peephole (hole 2 "new sc_Pair(" car ", " cdr ")")))
benchmarks/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js:588
↓ 18 callers
Function
sc_list
META ((export #t))
benchmarks/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js:785
↓ 18 callers
Function
sc_list
META ((export #t))
benchmarks/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js:785
↓ 18 callers
Method
set
@deprecated Use {@link #set(Context, VarScope, Object)} instead
rhino/src/main/java/org/mozilla/javascript/Ref.java:29
↓ 18 callers
Method
setEnabled
Sets whether the text area is enabled.
rhino-tools/src/main/java/org/mozilla/javascript/tools/debugger/SwingGui.java:1197
↓ 18 callers
Method
toNumber
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 callers
Method
useLittleEndian
()
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeArrayBufferView.java:68
↓ 18 callers
Method
withObjectLiterals
Returns a script that defines n object literals then appends body.
tests/src/test/java/org/mozilla/javascript/tests/ArrayLiteralOverflowTest.java:29
↓ 18 callers
Method
xmlMethodNotFound
(Object object, String name)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java:501
↓ 17 callers
Function
CreateRab
(buffer_byte_length, ctor)
tests/testsrc/jstests/es2024/typedarray-resizablearraybuffer.js:762
↓ 17 callers
Method
addAll
(Collection c)
rhino/src/main/java/org/mozilla/javascript/NativeArray.java:2420
↓ 17 callers
Function
addNewTestCase
( DateCase, DateString, ResultArray )
tests/testsrc/tests/ecma/Date/15.9.4.2.js:151
↓ 17 callers
Function
addThis
()
tests/testsrc/tests/ecma_3/RegExp/regress-67773.js:160
↓ 17 callers
Function
addThis
()
tests/testsrc/tests/ecma_3/extensions/regress-228087.js:301
↓ 17 callers
Function
assert
(c)
tests/testsrc/tests/js1_5/Regress/regress-252892.js:75
↓ 17 callers
Method
construct
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 callers
Method
doMethodTests
( String method, String className, Object value )
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/datatypes/DataTypes_006.java:126
↓ 17 callers
Method
equals
(String one, String two)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XmlNode.java:695
↓ 17 callers
Method
getFunctionNode
(int i)
rhino/src/main/java/org/mozilla/javascript/ast/ScriptNode.java:156
↓ 17 callers
Method
getStatements
Returns statement list, which may be {@code null}.
rhino/src/main/java/org/mozilla/javascript/ast/SwitchCase.java:72
↓ 17 callers
Method
getTimeZone
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 callers
Method
isInstance
@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 callers
Method
load
(ScopeObject scope, boolean sealed)
rhino/src/main/java/org/mozilla/javascript/xml/XMLLoader.java:7
↓ 17 callers
Method
namespace
(String prefix)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XML.java:703
↓ 17 callers
Method
nextToken
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:485
↓ 17 callers
Method
repeat
(char c, int count)
rhino/src/main/java/org/mozilla/javascript/NativeJSON.java:156
↓ 17 callers
Method
setBuiltinProtoAndParent
( ScriptableObject object, VarScope scope, TopLevel.Builtins type)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:5411
↓ 17 callers
Method
testIt
(String js, Object expected)
rhino/src/test/java/org/mozilla/javascript/tests/InterfaceAdapterTest.java:30
↓ 17 callers
Function
test_negation
(value, expected)
tests/testsrc/tests/ecma/Expressions/11.4.7-02.js:51
↓ 17 callers
Method
toIndex
(Object val)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:860
↓ 17 callers
Method
toNumeric
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 callers
Function
toPrinted
(value)
tests/testsrc/tests/shell.js:200
↓ 16 callers
Function
AddLimitedSplitCases
( string, separator, str_sep, limit, split_array )
tests/testsrc/tests/ecma_2/String/split-003.js:95
↓ 16 callers
Function
CheckAccessor
(name)
tests/testsrc/jstests/harmony/dataview-accessors.js:400
↓ 16 callers
Function
GetElements
(ta)
tests/testsrc/jstests/es2024/typedarray-resizablearraybuffer.js:570
↓ 16 callers
Function
InLeapYear
( t )
tests/testsrc/tests/ecma/shell.js:150
↓ 16 callers
Function
SetMinutes
( t, min, sec, ms )
tests/testsrc/tests/ecma/Date/15.9.5.28-1.js:153
↓ 16 callers
Function
TimeWithinDay
( t )
tests/testsrc/tests/ecma/shell.js:128
↓ 16 callers
Method
addToCodeInt16
(int value)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:1369
↓ 16 callers
Method
appendDigit
(int d)
rhino/src/main/java/org/mozilla/javascript/dtoa/Decimal.java:298
↓ 16 callers
Method
assertPrintCalls
(String source, List<PrinterCall> expectedCalls)
tests/src/test/java/org/mozilla/javascript/tests/NativeConsoleTest.java:573
↓ 16 callers
Function
assertThrownIteratorIsClosed
(iter)
tests/testsrc/jstests/harmony/generators-iteration.js:46
↓ 16 callers
Method
assignExpr
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:2684
↓ 16 callers
Method
build
()
rhino/src/main/java/org/mozilla/javascript/interpreterv2/CompilerData.java:204
↓ 16 callers
Method
clear
()
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeTypedArrayView.java:1713
↓ 16 callers
Method
createNameNode
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:4348
↓ 16 callers
Method
ensureSymbolScriptable
(Object arg)
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:2111
↓ 16 callers
Method
getAndResetJsDoc
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:415
↓ 16 callers
Method
getExistingIntProp
(int propType)
rhino/src/main/java/org/mozilla/javascript/Node.java:523
↓ 16 callers
Method
getFileName
(Scriptable obj)
rhino/src/main/java/org/mozilla/javascript/NativeCallSite.java:173
↓ 16 callers
Method
getFunctionCount
()
rhino/src/main/java/org/mozilla/javascript/debug/DebuggableScript.java:67
↓ 16 callers
Method
getMethodName
()
rhino/src/main/java/org/mozilla/javascript/ast/GeneratorMethodDefinition.java:25
↓ 16 callers
Method
getNameSegment
(String[] segments, String name, int pos)
rhino/src/main/java/org/mozilla/javascript/optimizer/Bootstrapper.java:233
↓ 16 callers
Method
getObjectElem
Call obj.[[Get]](id) @deprecated Use {@link #getObjectElem(Object, Object, Context, VarScope)} instead
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:1843
↓ 16 callers
Method
getPrefix
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XmlNode.java:647
↓ 16 callers
Method
getStatus
()
tests/src/test/java/org/mozilla/javascript/tests/LambdaAccessorSlotTest.java:576
↓ 16 callers
Method
hasFlag
(String flag)
tests/src/test/java/org/mozilla/javascript/tests/Test262SuiteTest.java:772
↓ 16 callers
Method
installBundle
(BundleContext ctx, String projectName)
tests/src/integrationTest/java/org/mozilla/javascript/tests/OsgiModuleTest.java:224
↓ 16 callers
Method
isSealed
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 callers
Method
item
(int index)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XmlNode.java:797
↓ 16 callers
Method
keySet
()
rhino/src/main/java/org/mozilla/javascript/NativeObject.java:880
↓ 16 callers
Function
md5_ff
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/crypto-md5.js:142
↓ 16 callers
Function
md5_ff
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-1.0/crypto-md5.js:142
↓ 16 callers
Function
md5_gg
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/crypto-md5.js:146
↓ 16 callers
Function
md5_gg
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-1.0/crypto-md5.js:146
↓ 16 callers
Function
md5_hh
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/crypto-md5.js:150
↓ 16 callers
Function
md5_hh
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-1.0/crypto-md5.js:150
↓ 16 callers
Function
md5_ii
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/crypto-md5.js:154
↓ 16 callers
Function
md5_ii
(a, b, c, d, x, s, t)
benchmarks/testsrc/benchmarks/sunspider-1.0/crypto-md5.js:154
↓ 16 callers
Method
putInt32
(int value, byte[] array, int offset)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:3003
↓ 16 callers
Method
requireMain
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 callers
Method
runScriptAsInt
(String scriptSourceText, Object value)
tests/src/test/java/org/mozilla/javascript/tests/NativeJavaListTest.java:221
↓ 16 callers
Method
runWithMode
( final ContextAction<?> action, final Context.EvaluationMethod mode)
testutils/src/main/java/org/mozilla/javascript/testutils/Utils.java:96
↓ 16 callers
Method
sealObject
()
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:383
↓ 16 callers
Method
setStackStyle
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 callers
Method
setVisible
Sets the visibility of the debugger GUI.
rhino-tools/src/main/java/org/mozilla/javascript/tools/debugger/SwingGui.java:201
↓ 16 callers
Method
toPrimitive
(Object input)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:4286
↓ 15 callers
Function
BigO
(data)
tests/testsrc/tests/shell.js:425
↓ 15 callers
Function
InstanceOf
( object_1, object_2, expect )
tests/testsrc/tests/ecma_2/extensions/instanceof-001.js:25
↓ 15 callers
Method
addChildToFront
(Node child)
rhino/src/main/java/org/mozilla/javascript/Node.java:232
← previous
next →
601–700 of 18,679, ranked by callers