MCPcopy Create free account

hub / github.com/mozilla/rhino / functions

Functions18,679 in github.com/mozilla/rhino

↓ 40 callersMethodassertIsSealed
Checks both X and X.prototype
rhino/src/test/java/org/mozilla/javascript/tests/BuiltinsSealingTest.java:143
↓ 40 callersMethodbuild
(LineNumberTable.Builder lineNumberTable)
rhino/src/test/java/org/mozilla/javascript/interpreterv2/CompilerDataLineNumberTest.java:10
↓ 40 callersMethodrealThis
(Object thisObj, String name)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java:863
↓ 40 callersMethodrequireObjectCoercible
( Context cx, Object val, IdFunctionObject idFuncObj)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntimeES6.java:13
↓ 40 callersMethodtoStringIdOrIndex
If id is a number or a string presentation of an int32 value, then id the returning StringIdOrIndex has the index set, otherwise the stringId is set.
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:1813
↓ 39 callersMethodaddDynamicInvoke
(String operation, String signature)
rhino/src/main/java/org/mozilla/javascript/optimizer/BodyCodegen.java:4802
↓ 39 callersFunctionaddThis
()
tests/testsrc/tests/js1_5/Regress/regress-179524.js:314
↓ 39 callersMethodcompile
( Evaluator evaluator, CompilerEnvirons env, ScriptNode tree, String rawSource)
rhino/src/main/java/org/mozilla/javascript/Context.java:2640
↓ 39 callersMethodrandom
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativeMath.java:578
↓ 38 callersMethodaddToken
(int token)
rhino/src/main/java/org/mozilla/javascript/CodeGenerator.java:1778
↓ 38 callersMethodassertWithAllModes_StrictAndNonStrict_ES6
( final String script, final Object expected)
tests/src/test/java/org/mozilla/javascript/tests/es6/NativeObjectTest.java:390
↓ 38 callersMethodgetDelegee
Retrieve the delegee. @return the delegee
rhino/src/main/java/org/mozilla/javascript/Delegator.java:63
↓ 38 callersMethodkey
()
rhino/src/main/java/org/mozilla/javascript/Hashtable.java:81
↓ 38 callersMethodrun
(Context cx, TopLevel scope1, TopLevel scope2)
rhino/src/test/java/org/mozilla/javascript/tests/Bug783797Test.java:24
↓ 38 callersMethodtoString
Convert the value to a JavaScript String value. <p>See ECMA 9.8. @param value a JavaScript value @return the corresponding String value converted us
rhino/src/main/java/org/mozilla/javascript/Context.java:1768
↓ 37 callersMethodgetExpression
()
rhino/src/main/java/org/mozilla/javascript/ast/Spread.java:24
↓ 37 callersFunctiongetJSClass
(obj)
tests/testsrc/tests/ecma_3/Object/shell.js:42
↓ 37 callersMethodgetProperty
()
tests/src/test/java/org/mozilla/javascript/tests/es6/NativeProxyTest.java:915
↓ 37 callersMethodgetPrototypeProperty
()
rhino/src/main/java/org/mozilla/javascript/BaseFunction.java:651
↓ 37 callersMethodgetRight
Returns the right-hand side of the expression @return the right-hand side. It's usually an {@link AstNode} node, but can also be a {@link Functio
rhino/src/main/java/org/mozilla/javascript/ast/InfixExpression.java:108
↓ 37 callersMethodput
(String name, VarScope start, Object value)
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:368
↓ 37 callersMethodreportError
(String messageId, String arg)
rhino/src/main/java/org/mozilla/javascript/regexp/NativeRegExp.java:4284
↓ 37 callersMethodsetAttributes
(String name, int attributes)
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:400
↓ 37 callersMethodtestEvaluate
(final String expected, final String regex)
rhino/src/test/java/org/mozilla/javascript/tests/NativeRegExpTest.java:326
↓ 36 callersMethodclamp
Clamps value between min and max, inclusive. @return value if it is between min and max, otherwise min or max
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:6209
↓ 36 callersMethodentrySet
()
rhino/src/main/java/org/mozilla/javascript/NativeObject.java:890
↓ 36 callersMethodequals
(Object obj)
rhino/src/main/java/org/mozilla/javascript/sourcemap/Position.java:41
↓ 36 callersMethodname
@see TypeVariable#getName()
rhino/src/main/java/org/mozilla/javascript/lc/type/VariableTypeInfo.java:17
↓ 36 callersMethodsetType
Sets the node type and returns this node.
rhino/src/main/java/org/mozilla/javascript/Node.java:166
↓ 36 callersMethodtest
()
rhino/src/test/java/org/mozilla/javascript/tests/Bug685403Test.java:48
↓ 35 callersMethodaddError
(String messageId)
rhino/src/main/java/org/mozilla/javascript/Parser.java:223
↓ 35 callersMethodcodeBug
@see Kit#codeBug
rhino/src/main/java/org/mozilla/javascript/ast/AstNode.java:471
↓ 35 callersMethodequals
(Object obj)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/QName.java:140
↓ 35 callersMethodget
Returns the property as string. <p>If the value is not set, {@code defaultValue} is returned.
rhino/src/main/java/org/mozilla/javascript/config/RhinoConfig.java:32
↓ 35 callersMethodgetIdentifier
Returns the node's identifier
rhino/src/main/java/org/mozilla/javascript/ast/Name.java:58
↓ 35 callersMethodlineNumber
Returns the line number of the statement causing the error, or zero if not available.
rhino/src/main/java/org/mozilla/javascript/RhinoException.java:78
↓ 35 callersMethodpeekChar
()
rhino/src/main/java/org/mozilla/javascript/TokenStream.java:2172
↓ 35 callersMethodreject
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativePromise.java:131
↓ 35 callersMethodwriteFloat16
(byte[] buf, int offset, double val, boolean littleEndian)
rhino/src/main/java/org/mozilla/javascript/typedarrays/ByteIo.java:206
↓ 34 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/RegExp/regress-100199.js:256
↓ 34 callersMethodcontainsKey
(Object key)
rhino/src/main/java/org/mozilla/javascript/NativeObject.java:849
↓ 34 callersMethoddefineProperty
(String propertyName, Object value, int attributes)
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:389
↓ 34 callersMethodgetLeft
Returns the left-hand side of the expression
rhino/src/main/java/org/mozilla/javascript/ast/InfixExpression.java:84
↓ 34 callersFunctionnbi
()
benchmarks/testsrc/benchmarks/v8-benchmarks-v5/crypto.js:67
↓ 34 callersFunctionnbi
()
benchmarks/testsrc/benchmarks/v8-benchmarks-v6/crypto.js:67
↓ 34 callersMethodreadChar
Read a single character from the file. <p>Implements a JavaScript function that reads the next character from the file. @return the next character f
examples/src/main/java/File.java:169
↓ 34 callersMethodrealThis
(Object thisObj)
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeTypedArrayView.java:685
↓ 33 callersMethodbooleanValue
()
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/DataTypeClass.java:122
↓ 33 callersMethodbuildConstructor
Build a constructor from this descriptor.
rhino/src/main/java/org/mozilla/javascript/ClassDescriptor.java:202
↓ 33 callersMethodcheckIndex
Returns {@code true}, if the index is wrong.
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeTypedArrayView.java:365
↓ 33 callersMethodensureScriptable
(Object arg)
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:2105
↓ 33 callersMethodgetIds
Get an array of property ids. <p>Not all property ids need be returned. Those properties whose ids are not returned are considered non-enumerable. @
rhino/src/main/java/org/mozilla/javascript/PropHolder.java:59
↓ 33 callersMethodinvoke
(Object proxy, Method method, Object[] args)
rhino/src/main/java/org/mozilla/javascript/InterfaceAdapter.java:93
↓ 33 callersMethodnewInstance
Crete new Delegator instance. The default implementation calls this.getClass().newInstance(). @see #construct(Context cx, VarScope scope, Object[] ar
rhino/src/main/java/org/mozilla/javascript/Delegator.java:50
↓ 33 callersMethodnext
()
rhino/src/main/java/org/mozilla/javascript/Node.java:346
↓ 33 callersMethodpop
()
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:2401
↓ 33 callersMethodsetEvaluationMethod
Set the evaluation method used for running JavaScript code. @param evaluationMethod the evaluation method to use
rhino/src/main/java/org/mozilla/javascript/Context.java:2087
↓ 32 callersFunctionToInt16
( num )
tests/testsrc/tests/ecma/TypeConversion/9.7.js:111
↓ 32 callersMethodadd
Add line numbers to the set for a given PC. @param pc Program counter @param startLine Start line (inclusive) @param endLine End line (inclusive)
rhino/src/main/java/org/mozilla/javascript/interpreterv2/LineNumberTable.java:313
↓ 32 callersMethodclassOrNull
(String className)
rhino/src/main/java/org/mozilla/javascript/Kit.java:18
↓ 32 callersFunctione
(x)
tests/testsrc/tests/js1_8_1/trace/trace-test.js:4273
↓ 32 callersMethodhasNext
()
rhino/src/main/java/org/mozilla/javascript/Node.java:341
↓ 32 callersMethodisArray
@see Class#isArray()
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeInfo.java:284
↓ 32 callersMethodjoin
(Collection<Object> objs, String delimiter)
rhino/src/main/java/org/mozilla/javascript/NativeJSON.java:359
↓ 32 callersFunctionlet
(y)
tests/testsrc/tests/js1_8/regress/regress-471660.js:30
↓ 32 callersMethodparse
(String json)
rhino/src/main/java/org/mozilla/javascript/sourcemap/SourceMapJsonParser.java:29
↓ 32 callersMethodpop
()
rhino/src/main/java/org/mozilla/javascript/CallFrameV2.java:205
↓ 32 callersMethodpush
(int typeInfo)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:2392
↓ 32 callersMethodreportError
Report an error using the error reporter for the current thread. @param message the error message to report @param sourceName a string describing the
rhino/src/main/java/org/mozilla/javascript/Context.java:940
↓ 32 callersFunctiontestRegExp
(statuses, patterns, strings, actualmatches, expectedmatches)
tests/testsrc/tests/ecma_3/RegExp/shell.js:34
↓ 31 callersMethodassertFALSE
(Object actual)
rhino/src/test/java/org/mozilla/javascript/tests/Bug783797Test.java:48
↓ 31 callersFunctioneach
(let x in [{}, function(){}])
tests/testsrc/tests/js1_8/regress/regress-471660.js:31
↓ 31 callersMethodequals
(Object obj)
rhino/src/main/java/org/mozilla/javascript/Parser.java:262
↓ 31 callersMethodgetGlobal
Get global ContextFactory. @see #hasExplicitGlobal() @see #initGlobal(ContextFactory)
rhino/src/main/java/org/mozilla/javascript/ContextFactory.java:137
↓ 31 callersMethodgetLengthProperty
(Context cx, Scriptable obj)
rhino/src/main/java/org/mozilla/javascript/NativeArray.java:829
↓ 31 callersMethodgetXmlFromAnnotation
(int index)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XMLList.java:100
↓ 31 callersMethodparse
Builds a parse tree from the given source string. @return an {@link AstRoot} object representing the parsed program. If the parse fails, {@code n
rhino/src/main/java/org/mozilla/javascript/Parser.java:614
↓ 31 callersMethodstart
()
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/LiveConnectTest.java:77
↓ 30 callersFunctionTestGenerator
(g, expected_values_for_next, send_val, expected_values_for_send)
tests/testsrc/jstests/harmony/generators-iteration.js:63
↓ 30 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/RegExp/15.10.6.2-2.js:316
↓ 30 callersFunctionassertInstance
(o, f)
tests/testsrc/jstests/harmony/external-array.js:35
↓ 30 callersMethodcontextFactoryWithFeatures
Construct a new {@link ContextFactory} @param features the features to enable in addition to the already enabled featured from the {@link Context
testutils/src/main/java/org/mozilla/javascript/testutils/Utils.java:509
↓ 30 callersFunctiondumpError
(e)
tests/testsrc/tests/js1_6/Array/regress-290592.js:133
↓ 30 callersMethodeval
(String source)
tests/src/test/java/org/mozilla/javascript/tests/Evaluator.java:16
↓ 30 callersMethodevaluateReader
Evaluate a reader as JavaScript source. <p>All characters of the reader are consumed. @param scope the scope to execute in @param in the Reader to g
rhino/src/main/java/org/mozilla/javascript/Context.java:1261
↓ 30 callersMethodgetByteCodeFrom
(String source)
rhino/src/test/java/org/mozilla/javascript/InterpreterBytecodeDumpTest.java:487
↓ 30 callersMethodgetParent
()
rhino/src/main/java/org/mozilla/javascript/debug/DebuggableScript.java:71
↓ 30 callersMethodgetProperty
Returns the property being accessed.
rhino/src/main/java/org/mozilla/javascript/ast/PropertyGet.java:62
↓ 30 callersMethodisNaN
(String expected, String source)
rhino/src/test/java/org/mozilla/javascript/tests/ToNumberConversionsTest.java:121
↓ 30 callersMethodread
()
rhino-tools/src/test/java/org/mozilla/javascript/tools/tests/GlobalRunCommandTest.java:456
↓ 30 callersMethodreadFloat16
(byte[] buf, int offset, boolean littleEndian)
rhino/src/main/java/org/mozilla/javascript/typedarrays/ByteIo.java:170
↓ 30 callersFunctionrejectLHS
(section, pat)
tests/testsrc/tests/js1_8_1/decompilation/regress-380237-04.js:217
↓ 30 callersFunctionrejectLHS
(section, pat)
tests/testsrc/tests/js1_8/genexps/regress-380237-04.js:217
↓ 30 callersMethodsin
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativeMath.java:618
↓ 29 callersMethodaddToCodeBuffer
(int b)
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:1364
↓ 29 callersMethodcodeBug
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:5476
↓ 29 callersMethodgetLog
@return a file object with the specified in the output directory.
tests/testsrc/tests/src/com/netscape/javascript/qa/drivers/TestDriver.java:195
↓ 29 callersMethodgetParamCount
Get number of declared parameters in the function. Return 0 if this script is not a function. @see #getParamAndVarCount() @see #getParamOrVarName(int
rhino/src/main/java/org/mozilla/javascript/debug/DebuggableScript.java:33
↓ 29 callersMethodgetWrapFactory
Return the current WrapFactory, or null if none is defined. @see WrapFactory @since 1.5 Release 4
rhino/src/main/java/org/mozilla/javascript/Context.java:2303
↓ 29 callersMethodreportRuntimeError
Report a runtime error using the error reporter for the current thread. @param message the error message to report @param sourceName a string describ
rhino/src/main/java/org/mozilla/javascript/Context.java:973
← previousnext →301–400 of 18,679, ranked by callers