MCPcopy Create free account

hub / github.com/mozilla/rhino / functions

Functions18,679 in github.com/mozilla/rhino

↓ 17,500 callersFunctionf
(A,B,C,D)
tests/testsrc/tests/js1_5/Regress/regress-155081.js:16
↓ 17,500 callersFunctionf
(A,B,C,D)
tests/testsrc/tests/js1_5/Regress/regress-155081-2.js:16
↓ 3,508 callersFunctionassertEquals
(expected, found, name_opt)
tests/testsrc/jstests/harmony/typed-array-slice.js:47
↓ 3,011 callersFunctioncheck
(status)
tests/testsrc/tests/js1_5/Regress/regress-80981.js:3080
↓ 2,364 callersFunctionreportCompare
(expected, actual, description)
tests/testsrc/tests/shell.js:273
↓ 1,995 callersFunctionprintStatus
(msg)
tests/testsrc/tests/shell.js:177
↓ 1,867 callersMethodtoString
@see #toString(TypeFormatContext)
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeInfo.java:145
↓ 1,828 callersMethodreplace
(XMLName xmlName, Object xml)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XML.java:370
↓ 1,827 callersFunctionprintBugNumber
(num)
tests/testsrc/tests/shell.js:194
↓ 1,545 callersFunctioninSection
(x)
tests/testsrc/tests/shell.js:155
↓ 1,540 callersMethodassertWithAllModes_ES6
Execute the provided script and assert the result. Before the execution the language version is set to {@link Context#VERSION_ES6}. @param expected t
testutils/src/main/java/org/mozilla/javascript/testutils/Utils.java:234
↓ 1,492 callersMethodassertEquals
(PrinterCall expectedCall)
tests/src/test/java/org/mozilla/javascript/tests/NativeConsoleTest.java:45
↓ 1,215 callersFunctionenterFunc
(funcName)
tests/testsrc/tests/shell.js:386
↓ 1,203 callersFunctionexitFunc
(funcName)
tests/testsrc/tests/shell.js:398
↓ 1,142 callersMethodexec
(Context cx, VarScope scope)
rhino/src/main/java/org/mozilla/javascript/Script.java:25
↓ 1,109 callersMethodadd
Insert a new slot to the map. Both "name" and "indexOrHash" must be populated. Note that ScriptableObject generally adds slots via the "modify" method
rhino/src/main/java/org/mozilla/javascript/SlotMap.java:85
↓ 1,091 callersFunctionnavigationLink
(title,URL,level,elementIndex,levelIndex,parentIndex,author)
tests/testsrc/tests/js1_5/Regress/regress-111557.js:5108
↓ 1,091 callersFunctionsetLevels
()
tests/testsrc/tests/js1_5/Regress/regress-111557.js:5197
↓ 1,080 callersMethodappend
Format a type and push the result to provided {@link StringBuilder}. <p>Note that implementations are encouraged to override {@link #append(StringBui
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeFormatContext.java:78
↓ 955 callersFunctionTEST
(section, expected, actual)
tests/testsrc/tests/e4x/shell.js:32
↓ 885 callersFunctionprint
()
tests/testsrc/tests/browser.js:34
↓ 621 callersMethodget
(Symbol key, T start)
rhino/src/main/java/org/mozilla/javascript/PropHolder.java:19
↓ 606 callersFunctionstartTest
()
tests/testsrc/tests/ecma/jsref.js:83
↓ 602 callersFunctionwriteHeaderToLog
( string )
tests/testsrc/tests/ecma/jsref.js:193
↓ 600 callersMethodcall
Perform the call. @param cx the current Context for this thread @param scope the scope to use to resolve properties. @param thisObj the JavaScript {@
rhino/src/main/java/org/mozilla/javascript/Callable.java:23
↓ 581 callersMethodvalueOf
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XML.java:508
↓ 514 callersMethodwithMethod
Adds a method on the constructor with the standard property attributes for a method on a built in constructor. @param name the method's name. The sym
rhino/src/main/java/org/mozilla/javascript/ClassDescriptor.java:548
↓ 495 callersFunctionjit
(on)
tests/testsrc/tests/shell.js:836
↓ 495 callersMethodput
(Symbol name, T start, Object value)
rhino/src/main/java/org/mozilla/javascript/PropHolder.java:31
↓ 493 callersMethodpush
(Object val)
rhino/src/main/java/org/mozilla/javascript/CallFrameV2.java:176
↓ 462 callersMethodsize
Return the size of the map.
rhino/src/main/java/org/mozilla/javascript/SlotMap.java:33
↓ 446 callersMethodpow
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativeMath.java:521
↓ 444 callersFunctiontest
()
tests/testsrc/tests/ecma/extensions/10.1.4-9.js:52
↓ 427 callersFunctiontestmath
(funcname, args, expected)
tests/testsrc/tests/js1_8_1/trace/math-trace-tests.js:189
↓ 416 callersMethodcharAt
(int index)
rhino/src/main/java/org/mozilla/javascript/ConsString.java:97
↓ 416 callersMethodequals
(Object anotherObj)
rhino/src/main/java/org/mozilla/javascript/Kit.java:274
↓ 395 callersFunctioncompareSource
(expect, actual, summary)
tests/testsrc/tests/shell.js:554
↓ 373 callersMethodprintln
(String msg)
rhino-tools/src/main/java/org/mozilla/javascript/tools/Console.java:20
↓ 370 callersMethodnext
()
tests/src/test/java/org/mozilla/javascript/tests/type_info/TypeInfoTestUtil.java:20
↓ 346 callersMethodsubstring
(int beginIndex, int endIndex)
rhino/src/main/java/org/mozilla/javascript/TokenStream.java:2311
↓ 329 callersFunctionmarkRange
(buffer, start, end, marker)
tests/testsrc/tests/e4x/Global/13.1.2.1.js:417
↓ 312 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/RegExp/perlstress-001.js:3161
↓ 309 callersMethodtoString
Convert the value to a string. <p>See ECMA 9.8.
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:1125
↓ 306 callersMethodgetName
Returns the symbol's name. Returns empty string for anonymous symbol (i.e. something created with {@code Symbol()}).
rhino/src/main/java/org/mozilla/javascript/Symbol.java:28
↓ 303 callersFunctionSTART
(summary)
tests/testsrc/tests/e4x/shell.js:26
↓ 295 callersFunctionEND
()
tests/testsrc/tests/e4x/shell.js:79
↓ 293 callersFunctionToNumbers
(array)
tests/testsrc/jstests/typedarray-helpers.js:128
↓ 283 callersMethodaddALoad
Load object from the given local into stack. @param local number of local register
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:1127
↓ 275 callersMethodgetFirstChild
()
rhino/src/main/java/org/mozilla/javascript/Node.java:202
↓ 270 callersMethodlength
Return the length of this node's identifier, to let you pretend it's a {@link String}. Don't confuse this method with the {@link AstNode#getLength} me
rhino/src/main/java/org/mozilla/javascript/ast/Name.java:131
↓ 261 callersMethodapply
(T builtIn, Scriptable start)
rhino/src/main/java/org/mozilla/javascript/BuiltInSlot.java:28
↓ 257 callersMethodfloor
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativeMath.java:262
↓ 255 callersMethodtypeErrorById
(String messageId, Object... args)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:5788
↓ 252 callersMethodassertLineColumnAre
(Node node, int line, int column)
tests/src/test/java/org/mozilla/javascript/tests/ParserLineColumnNumberTest.java:1049
↓ 245 callersFunctiontest
()
tests/testsrc/tests/lc3/jsref.js:35
↓ 242 callersFunctiontest
(f)
tests/testsrc/tests/js1_8_1/trace/trace-test.js:80
↓ 229 callersMethodassertNotNull
Bounces an IllegalArgumentException up if arg is {@code null}. @param arg any method argument @throws IllegalArgumentException if the argument is {@c
rhino/src/main/java/org/mozilla/javascript/ast/AstNode.java:445
↓ 223 callersMethodabs
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativeMath.java:91
↓ 217 callersMethodassertWithAllModes
Execute the provided script and assert the result. The language version is not changed. @param expected the expected result @param script the javascr
testutils/src/main/java/org/mozilla/javascript/testutils/Utils.java:151
↓ 211 callersMethodgetProperty
Gets a named property from an object or any object in its prototype chain. <p>Searches the prototype chain for a property named {@code name}. @param
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:2330
↓ 210 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/RegExp/perlstress-002.js:1773
↓ 205 callersMethodcodeBug
Throws RuntimeException to indicate failed assertion. The function never returns and its return type is RuntimeException only to be able to write {@co
rhino/src/main/java/org/mozilla/javascript/Kit.java:351
↓ 205 callersMethodhas
(Symbol name, T start)
rhino/src/main/java/org/mozilla/javascript/PropHolder.java:25
↓ 205 callersMethodindexOf
(Object o)
rhino/src/main/java/org/mozilla/javascript/NativeArray.java:2294
↓ 201 callersMethodgetNext
()
rhino/src/main/java/org/mozilla/javascript/Node.java:210
↓ 198 callersMethodconstructCode
( int fooArgs, int boundArgs, String invokeFoo, int invokeArgs, boolean activation)
tests/src/test/java/org/mozilla/javascript/tests/es6/BoundFunctionTest.java:816
↓ 198 callersMethodtest
(String name, Consumer<TypePack>... testActions)
tests/src/test/java/org/mozilla/javascript/tests/type_info/TypeInfoTest.java:220
↓ 197 callersFunctionassertSame
(expected, found, name_opt)
tests/testsrc/jstests/harmony/typed-array-slice.js:34
↓ 196 callersMethodrunWithAllModes
Runs the action successively with interpreted and optimized mode @param action the action to execute
testutils/src/main/java/org/mozilla/javascript/testutils/Utils.java:79
↓ 196 callersMethodset
(T value)
tests/src/test/java/org/mozilla/javascript/tests/type_info/test_object/GenericObjHolder.java:13
↓ 195 callersMethodeval
Given a JSObject and some JavaScript code, have the object evaluate the JavaScript code.
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/JSObjectEval.java:23
↓ 195 callersMethodevaluateString
(VarScope scope, String source)
tests/src/test/java/org/mozilla/javascript/tests/SealedSharedScopeTest.java:49
↓ 194 callersMethodparse
(String string)
tests/src/test/java/org/mozilla/javascript/tests/ParserTest.java:1512
↓ 192 callersMethodgetClass
(Object[] args)
rhino-tools/src/main/java/org/mozilla/javascript/tools/shell/Global.java:345
↓ 190 callersMethodeval
(Context cx, VarScope scope, String source)
rhino/src/test/java/org/mozilla/javascript/tests/Bug783797Test.java:40
↓ 190 callersMethodjoin
(String[] list)
tests/src/test/java/org/mozilla/javascript/drivers/JsDriver.java:29
↓ 188 callersFunctionstartTest
()
tests/testsrc/tests/lc3/jsref.js:61
↓ 180 callersFunctionstartTest
()
tests/testsrc/tests/ecma_2/jsref.js:65
↓ 175 callersMethodassertWithAllModes_1_8
Execute the provided script and assert the result. Before the execution the language version is set to {@link Context#VERSION_1_8}. @param expected t
testutils/src/main/java/org/mozilla/javascript/testutils/Utils.java:223
↓ 173 callersFunctiontest
()
tests/testsrc/tests/ecma_2/jsref.js:37
↓ 172 callersMethodgetType
()
rhino/src/main/java/org/mozilla/javascript/Node.java:161
↓ 170 callersMethodsetLanguageVersion
Set the language version. <p>Setting the language version will affect functions and scripts compiled subsequently. See the overview documentation for
rhino/src/main/java/org/mozilla/javascript/Context.java:699
↓ 166 callersFunctionCreateResizableArrayBuffer
(byteLength, maxByteLength)
tests/testsrc/jstests/typedarray-helpers.js:56
↓ 165 callersFunctionCreateRabForTest
(ctor)
tests/testsrc/jstests/es2024/typedarray-resizablearraybuffer.js:2439
↓ 163 callersFunctionhelper
(s)
benchmarks/testsrc/benchmarks/caliper/fieldTests.js:103
↓ 161 callersMethodresolve
Return the actual location of the specified file, or throw an AssertionError if the file cannot be found. This method must be used so that file lookup
testutils/src/main/java/org/mozilla/javascript/testutils/TestSource.java:31
↓ 160 callersMethodhasOwnProperty
()
tests/src/test/java/org/mozilla/javascript/tests/es6/Symbol3Test.java:36
↓ 159 callersMethodwrapNumber
(double x)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:398
↓ 158 callersMethodenter
Same as calling {@link ContextFactory#enterContext()} on the global ContextFactory instance. @return a Context associated with the current thread @se
rhino/src/main/java/org/mozilla/javascript/Context.java:444
↓ 157 callersMethodevaluateString
Evaluate a JavaScript source string. <p>The provided source name and line number are used for error messages and for producing debug information. @p
rhino/src/main/java/org/mozilla/javascript/Context.java:1235
↓ 156 callersMethodassertLineColumnAre
(int line, int column, Node node)
tests/src/test/java/org/mozilla/javascript/tests/ParserTest.java:1586
↓ 156 callersMethodisUndefined
Safely test whether "obj" is undefined. Java code must use this function rather than testing the value directly since we have two representations of u
rhino/src/main/java/org/mozilla/javascript/Undefined.java:158
↓ 155 callersMethodvisit
Visits an AST node. @param node the AST node. Will never visit an {@link AstRoot} node, since the {@code AstRoot} is where the visiting begins. @
rhino/src/main/java/org/mozilla/javascript/ast/NodeVisitor.java:25
↓ 153 callersFunctionwriteHeaderToLog
( string )
tests/testsrc/tests/js1_2/jsref.js:134
↓ 152 callersFunctionwriteHeaderToLog
( string )
tests/testsrc/tests/ecma_2/jsref.js:153
↓ 149 callersFunctiongc
()
tests/testsrc/tests/browser.js:113
↓ 142 callersMethoddoubleValue
()
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/DataTypeClass.java:114
↓ 141 callersMethodgetValue
(Scriptable start)
rhino/src/main/java/org/mozilla/javascript/AccessorSlot.java:148
↓ 141 callersMethodtoSource
Jumps are only used directly during code generation, and do not support this interface. @throws UnsupportedOperationException always when called
rhino/src/main/java/org/mozilla/javascript/ast/Jump.java:112
↓ 137 callersMethodaddTestCase
Add a TestCase to the testcase Vector. @param description a description of the test case @param expect a string representation of the expected resu
tests/testsrc/tests/src/com/netscape/javascript/qa/liveconnect/LiveConnectTest.java:228
next →1–100 of 18,679, ranked by callers