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
↓ 15 callers
Method
addGotoOp
(int gotoOp)
rhino/src/main/java/org/mozilla/javascript/CodeGenerator.java:1839
↓ 15 callers
Function
addThis
()
tests/testsrc/tests/js1_5/extensions/getset-004.js:151
↓ 15 callers
Function
addThis
()
tests/testsrc/tests/js1_5/extensions/getset-005.js:160
↓ 15 callers
Function
addThis
()
tests/testsrc/tests/js1_5/extensions/getset-003.js:151
↓ 15 callers
Method
addUint16
(int value)
rhino/src/main/java/org/mozilla/javascript/CodeGenerator.java:1800
↓ 15 callers
Function
adjustResultArray
(ResultArray, msMode)
tests/testsrc/tests/ecma/shell.js:56
↓ 15 callers
Function
assertEquals
(x, y)
benchmarks/testsrc/benchmarks/micro/math-benchmarks.js:3
↓ 15 callers
Method
associateValue
Associate arbitrary application-specific value with this object. Value can only be associated with the given object and key only once. The method igno
rhino/src/main/java/org/mozilla/javascript/SlotMapOwner.java:553
↓ 15 callers
Function
checkThis
(sAllowedSyntax)
tests/testsrc/tests/ecma_3/extensions/regress-188206-02.js:92
↓ 15 callers
Method
definePrototypeMethod
Define a function property on the prototype of the constructor using a LambdaFunction under the covers.
rhino/src/main/java/org/mozilla/javascript/LambdaConstructor.java:159
↓ 15 callers
Method
doFlat
(CompilerState state, char c)
rhino/src/main/java/org/mozilla/javascript/regexp/NativeRegExp.java:1456
↓ 15 callers
Method
eval
(String source)
tests/src/test/java/org/mozilla/javascript/tests/LambdaFunctionTest.java:42
↓ 15 callers
Function
g
()
tests/testsrc/jstests/harmony/generators-iteration.js:51
↓ 15 callers
Method
getArgTypes
()
rhino/src/main/java/org/mozilla/javascript/lc/member/ExecutableBox.java:113
↓ 15 callers
Method
getClassName
Get the name of the set of objects implemented by this Java class. This corresponds to the [[Class]] operation in ECMA and is used by Object.prototype
rhino/src/main/java/org/mozilla/javascript/Scriptable.java:34
↓ 15 callers
Method
getJSObject
Try to get a property of the JavaScript Global object. The type of this property should be a netscape.javascript.JSObject. If it is not, the test
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/jsobject/JSObject_001.java:87
↓ 15 callers
Method
getNamespace
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XmlNode.java:447
↓ 15 callers
Method
getParamAndVarCount
Get number of declared parameters and local variables. Return number of declared global variables if this script is not a function. @see #getParamCou
rhino/src/main/java/org/mozilla/javascript/debug/DebuggableScript.java:42
↓ 15 callers
Method
getParamOrVarName
Get name of a declared parameter or local variable. {@code index} should be less then {@link #getParamAndVarCount()}. If <code>index < {@
rhino/src/main/java/org/mozilla/javascript/debug/DebuggableScript.java:50
↓ 15 callers
Method
getParams
Returns the function parameter list @return the function parameter list. Returns an immutable empty list if there are no parameters.
rhino/src/main/java/org/mozilla/javascript/ast/FunctionNode.java:175
↓ 15 callers
Method
getPrototypeScriptable
()
rhino/src/main/java/org/mozilla/javascript/LambdaConstructor.java:478
↓ 15 callers
Method
getSecurityDomain
Create a new security domain object for a script source identified by its URL connection. @param urlConnection the URL connection of the script sourc
rhino/src/main/java/org/mozilla/javascript/commonjs/module/provider/UrlConnectionSecurityDomainProvider.java:29
↓ 15 callers
Method
getTarget
Returns the variable name or destructuring form
rhino/src/main/java/org/mozilla/javascript/ast/VariableInitializer.java:60
↓ 15 callers
Method
getVarIndex
(Node n)
rhino/src/main/java/org/mozilla/javascript/optimizer/OptFunctionNode.java:77
↓ 15 callers
Method
init
(VarScope scope)
tests/src/test/java/org/mozilla/javascript/tests/LambdaAccessorSlotTest.java:554
↓ 15 callers
Method
initSafeStandardObjects
Initialize the standard objects, leaving out those that offer access directly to Java classes. This sets up "scope" to have access to all the standard
rhino/src/main/java/org/mozilla/javascript/Context.java:1083
↓ 15 callers
Method
is
@return true if this TypeInfo represents the same class as the {@link Class} parameter, false otherwise
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeInfo.java:115
↓ 15 callers
Method
isWritable
()
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:1613
↓ 15 callers
Method
localName
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/QName.java:109
↓ 15 callers
Method
multiply
(Number val1, Number val2)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:3818
↓ 15 callers
Method
reportConversionError
(Object value, Class<?> type)
rhino/src/main/java/org/mozilla/javascript/NativeJavaObject.java:838
↓ 15 callers
Function
runtest
(myinstance, myconstructor)
tests/testsrc/tests/js1_5/extensions/regress-164697.js:48
↓ 15 callers
Method
setAttribute
(String name, Object value)
rhino-xml/src/test/java/org/mozilla/javascript/tests/CustomTestDBF.java:31
↓ 15 callers
Method
sourceMapper
(SourceMapper sourceMapper)
rhino/src/main/java/org/mozilla/javascript/ScriptCompileSpec.java:130
↓ 15 callers
Method
toLocaleString
()
tests/src/test/java/org/mozilla/javascript/tests/es6/NativeNumber2Test.java:40
↓ 15 callers
Method
updateMap
(boolean resetTouched)
rhino/src/main/java/org/mozilla/javascript/CompoundOperationMap.java:21
↓ 15 callers
Method
uri
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/Namespace.java:101
↓ 14 callers
Function
AddTestCase
( description, expect, actual )
tests/testsrc/tests/js1_2/jsref.js:34
↓ 14 callers
Function
CompareSplitWithLimit
( string, separator, splitlimit )
tests/testsrc/tests/ecma_2/String/split-002.js:127
↓ 14 callers
Function
FIXED
(X)
benchmarks/testsrc/benchmarks/sunspider-0.9.1/math-cordic.js:30
↓ 14 callers
Function
FIXED
(X)
benchmarks/testsrc/benchmarks/sunspider-1.0/math-cordic.js:30
↓ 14 callers
Function
InLeapYear
( t )
tests/testsrc/tests/ecma_2/jsref.js:270
↓ 14 callers
Function
InLeapYear
( t )
tests/testsrc/tests/ecma_3/Date/shell.js:144
↓ 14 callers
Function
InLeapYear
( t )
tests/testsrc/tests/ecma/jsref.js:310
↓ 14 callers
Function
IsBigIntTypedArray
(ta)
tests/testsrc/jstests/typedarray-helpers.js:81
↓ 14 callers
Method
LocalTime
(Context cx, double t)
rhino/src/main/java/org/mozilla/javascript/NativeDate.java:1017
↓ 14 callers
Method
OBJECT
(int constantPoolIndex)
rhino/src/main/java/org/mozilla/classfile/TypeInfo.java:28
↓ 14 callers
Function
SHOULD_THROW
(section)
tests/testsrc/tests/e4x/shell.js:74
↓ 14 callers
Function
SetSeconds
( t, s, m )
tests/testsrc/tests/ecma/Date/15.9.5.26-1.js:140
↓ 14 callers
Function
SetUTCHours
( t, hour, min, sec, ms )
tests/testsrc/tests/ecma/Date/15.9.5.31-1.js:178
↓ 14 callers
Function
SetUTCMinutes
( t, min, sec, ms )
tests/testsrc/tests/ecma/Date/15.9.5.29-1.js:148
↓ 14 callers
Function
SetUTCSeconds
( t, s, m )
tests/testsrc/tests/ecma/Date/15.9.5.27-1.js:140
↓ 14 callers
Method
addDLoad
Load double from the given local into stack. @param local number of local register
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:1118
↓ 14 callers
Function
addDateTestCase
(date_given_in_milliseconds)
tests/testsrc/tests/ecma_3/Date/15.9.5.7.js:97
↓ 14 callers
Function
addDateTestCase
(date_given_in_milliseconds)
tests/testsrc/tests/ecma_3/Date/15.9.5.4.js:99
↓ 14 callers
Function
addThis
()
tests/testsrc/tests/ecma_3/RegExp/regress-191479.js:147
↓ 14 callers
Function
addThis
()
tests/testsrc/tests/ecma_3/Function/15.3.4.3-1.js:156
↓ 14 callers
Method
buildFinalTable
()
rhino/src/main/java/org/mozilla/javascript/interpreterv2/LineNumberTable.java:340
↓ 14 callers
Method
bytecodeStr
(int code)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:3914
↓ 14 callers
Method
defineBuiltInProperty
( T owner, Object name, int attributes, BuiltInSlot.Getter<T>
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:3092
↓ 14 callers
Method
equals
()
rhino/src/test/java/org/mozilla/javascript/tests/DelegatorTest.java:67
↓ 14 callers
Method
findId
(String name)
rhino/src/main/java/org/mozilla/javascript/IdScriptableObject.java:142
↓ 14 callers
Method
findInstanceIdInfo
Map name to id of instance property. Should return 0 if not found or the result of {@link #instanceIdInfo(int, int)}.
rhino/src/main/java/org/mozilla/javascript/IdScriptableObject.java:661
↓ 14 callers
Method
get
(String name, VarScope start)
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:359
↓ 14 callers
Method
getComponentType
@see Class#getComponentType()
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeInfo.java:153
↓ 14 callers
Method
getInstance
(Function function)
rhino-tools/src/main/java/org/mozilla/javascript/tools/shell/Global.java:805
↓ 14 callers
Method
getLength
Get the number of bytes in the buffer.
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeArrayBuffer.java:112
↓ 14 callers
Method
getLib
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java:143
↓ 14 callers
Method
getObjectPrototype
Get the Object.prototype property. See ECMA 15.2.4. @param scope an object in the scope chain
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:2166
↓ 14 callers
Method
getParameter
(String key)
rhino-engine/src/main/java/org/mozilla/javascript/engine/RhinoScriptEngineFactory.java:81
↓ 14 callers
Method
getScriptStackTrace
Get a string representing the script stack of this exception. If optimization is enabled, this includes java stack elements whose source and method na
rhino/src/main/java/org/mozilla/javascript/RhinoException.java:168
↓ 14 callers
Method
getStatements
Returns a copy of the child list, with each child cast to an {@link AstNode}. @throws ClassCastException if any non-{@code AstNode} objects are in th
rhino/src/main/java/org/mozilla/javascript/ast/Scope.java:205
↓ 14 callers
Method
has
Indicates whether or not a named property is defined in an object. <p>Does not traverse the prototype chain. <p>The property is specified by a Strin
rhino/src/main/java/org/mozilla/javascript/Scriptable.java:114
↓ 14 callers
Method
isNamespace
(Namespace ns)
rhino/src/main/java/org/mozilla/javascript/optimizer/ParsedOperation.java:36
↓ 14 callers
Method
isNumberVar
(int varIndex)
rhino/src/main/java/org/mozilla/javascript/optimizer/OptFunctionNode.java:58
↓ 14 callers
Function
iteratorToArray
* BEGIN TEST *
tests/testsrc/tests/js1_7/extensions/iterator-ctor.js:21
↓ 14 callers
Method
mapPosition
(int targetLine, int targetColumn)
rhino/src/main/java/org/mozilla/javascript/sourcemap/SourceMapV3.java:106
↓ 14 callers
Method
p
(String s )
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/LiveConnectTest.java:372
↓ 14 callers
Method
setGeneratingDebug
Specify whether or not debug information should be generated. @since 1.3
rhino/src/main/java/org/mozilla/javascript/Context.java:1994
↓ 14 callers
Method
setJsDocNode
Sets the JsDoc comment string attached to this node.
rhino/src/main/java/org/mozilla/javascript/Node.java:194
↓ 14 callers
Method
setStandardPropertyAttributes
Sets the attributes of the "name", "length", and "arity" properties, which differ for many native objects.
rhino/src/main/java/org/mozilla/javascript/BaseFunction.java:627
↓ 14 callers
Method
shallowEq
(Object x, Object y)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:4649
↓ 14 callers
Function
stopTest
()
tests/testsrc/tests/ecma/jsref.js:196
↓ 14 callers
Method
test
@param javaPrimitiveWrap @param object @param result typeof value @param mapResult typeof map value @param getResult typeof getter value
rhino/src/test/java/org/mozilla/javascript/tests/WrapFactoryTest.java:57
↓ 14 callers
Method
toCharSequence
(Object val)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:1113
↓ 14 callers
Method
toSource
(int depth)
rhino/src/main/java/org/mozilla/javascript/ast/AstRoot.java:103
↓ 14 callers
Method
ungetChar
(int c)
rhino/src/main/java/org/mozilla/javascript/TokenStream.java:2155
↓ 14 callers
Function
writeTestCaseResult
( expect, actual, string )
tests/testsrc/tests/ecma/jsref.js:172
↓ 14 callers
Function
x
()
tests/testsrc/tests/ecma_3/Function/regress-193555.js:36
↓ 13 callers
Function
TestMapping
(map, key, value)
tests/testsrc/jstests/es6/collections.js:121
↓ 13 callers
Method
addDoubleWrap
()
rhino/src/main/java/org/mozilla/javascript/optimizer/BodyCodegen.java:4817
↓ 13 callers
Method
addNamespace
(Namespace ns)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XML.java:686
↓ 13 callers
Function
addThis
()
tests/testsrc/tests/js1_5/Scope/scope-004.js:171
↓ 13 callers
Function
addThis
()
tests/testsrc/tests/js1_5/Regress/regress-76054.js:100
↓ 13 callers
Function
addThis
()
tests/testsrc/tests/ecma_3/RegExp/15.10.2-1.js:130
↓ 13 callers
Method
assertException
Execute the provided script and assert an {@link EcmaError}. The error message of the {@link EcmaError} has to start with the provided expectedMessage
testutils/src/main/java/org/mozilla/javascript/testutils/Utils.java:446
↓ 13 callers
Method
checkNotSealed
(Object key, int index)
rhino/src/main/java/org/mozilla/javascript/SlotMapOwner.java:596
↓ 13 callers
Method
createStandardSymbol
( VarScope scope, LambdaConstructor ctor, String name, SymbolKey key)
rhino/src/main/java/org/mozilla/javascript/NativeSymbol.java:83
↓ 13 callers
Method
ensure
(int howMuch)
rhino/src/main/java/org/mozilla/classfile/ConstantPool.java:358
↓ 13 callers
Method
enumerate
Return a collection of all of the results of any unhandled rejected promises. This does not remove unhandled promises from the collection, but reports
rhino/src/main/java/org/mozilla/javascript/UnhandledRejectionTracker.java:54
← previous
next →
701–800 of 18,679, ranked by callers