MCPcopy Create free account

hub / github.com/mozilla/rhino / functions

Functions18,679 in github.com/mozilla/rhino

↓ 13 callersMethodeq
Equality <p>See ECMA 11.9
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:4367
↓ 13 callersMethodfoo
()
tests/src/test/java/com/example/securitytest/SomeInterface.java:17
↓ 13 callersFunctionformatArray
(arr)
tests/testsrc/tests/js1_5/Expressions/shell.js:39
↓ 13 callersMethodgetCode
()
rhino/src/main/java/org/mozilla/javascript/JSDescriptor.java:121
↓ 13 callersMethodgetFunctionType
Returns the function type (statement, expr, statement expr)
rhino/src/main/java/org/mozilla/javascript/ast/FunctionNode.java:384
↓ 13 callersMethodgetGlobal
returns a new global object with optional installed streams @param cx the context @param exec the executor to use @param streams the streams (stdIn,
rhino-tools/src/test/java/org/mozilla/javascript/tools/tests/GlobalRunCommandTest.java:72
↓ 13 callersMethodgetLastChild
()
rhino/src/main/java/org/mozilla/javascript/Node.java:206
↓ 13 callersMethodgetPrefix
Return the prefix that should be added to methods like "load" so that they can put this before a file name like "testsrc/assert.js" and end up in the
testutils/src/main/java/org/mozilla/javascript/testutils/TestSource.java:50
↓ 13 callersMethodgetProcessor
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XMLObjectImpl.java:179
↓ 13 callersMethodgetSourceLineText
(String sourcePath, int lineNumber)
rhino/src/main/java/org/mozilla/javascript/sourcemap/SourceMapV3.java:155
↓ 13 callersMethodgetStackTop
()
rhino/src/main/java/org/mozilla/classfile/ClassFileWriter.java:1345
↓ 13 callersMethodgetTarget
Returns the object on which the element is being fetched.
rhino/src/main/java/org/mozilla/javascript/ast/ElementGet.java:48
↓ 13 callersMethodgetValue
()
rhino/src/main/java/org/mozilla/javascript/ast/ObjectProperty.java:114
↓ 13 callersMethodhashCode
()
rhino/src/main/java/org/mozilla/javascript/Kit.java:281
↓ 13 callersMethodisDataDescriptor
Implements IsDataDescriptor as described in ES5 8.10.2 @param desc a property descriptor @return true if this is a data descriptor.
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:2073
↓ 13 callersMethodisElement
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XML.java:823
↓ 13 callersMethodnewTarget
()
rhino/src/main/java/org/mozilla/javascript/Node.java:602
↓ 13 callersMethodnewVarEnv
(VarScope parent)
rhino/src/main/java/org/mozilla/javascript/Context.java:1645
↓ 13 callersMethodnodeKind
()
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XML.java:482
↓ 13 callersMethodpushUndefined
(ClassFileWriter cfw)
rhino/src/main/java/org/mozilla/javascript/optimizer/Codegen.java:856
↓ 13 callersMethodrealThis
(Object thisObj, JSFunction f)
rhino/src/main/java/org/mozilla/javascript/regexp/NativeRegExp.java:4950
↓ 13 callersMethodreportRuntimeError
(String msgId)
rhino-tools/src/main/java/org/mozilla/javascript/tools/shell/Global.java:932
↓ 13 callersMethodresolveForwardGoto
(int fromPC)
rhino/src/main/java/org/mozilla/javascript/CodeGenerator.java:1755
↓ 13 callersMethodrunScriptAsString
( String scriptSourceText, Object value, boolean enableJavaMapAccess)
tests/src/test/java/org/mozilla/javascript/tests/NativeJavaMapTest.java:213
↓ 13 callersFunctionrun_test
(test_func, array, expected_result)
tests/testsrc/jstests/harmony/external-array.js:302
↓ 13 callersMethodsetDebugger
Set the associated debugger. @param debugger the debugger to be used on callbacks from the engine. @param contextData arbitrary object that debugger
rhino/src/main/java/org/mozilla/javascript/Context.java:2334
↓ 13 callersMethodsetFileLoadPrefix
Set a path that should be prefixed to every "load" call from the script. This is used in our different test environments and tools so that we can writ
rhino-tools/src/main/java/org/mozilla/javascript/tools/shell/Global.java:139
↓ 13 callersMethodsetInterpretedMode
Set Rhino to run in interpreted mode. In this mode, Rhino does not generate bytecode, but runs much more slowly. Some platforms, notably Android, must
rhino/src/main/java/org/mozilla/javascript/Context.java:2074
↓ 13 callersMethodsetLastIndex
(Scriptable thisObj, Object value)
rhino/src/main/java/org/mozilla/javascript/regexp/NativeRegExp.java:4296
↓ 13 callersMethodsetLengthProperty
(Context cx, Scriptable target, long length)
rhino/src/main/java/org/mozilla/javascript/NativeArray.java:862
↓ 13 callersMethodsetMap
(SlotMap<T> newMap)
rhino/src/main/java/org/mozilla/javascript/SlotMapOwner.java:353
↓ 13 callersMethodsetRecordingComments
(boolean record)
rhino/src/main/java/org/mozilla/javascript/CompilerEnvirons.java:194
↓ 13 callersMethodtagify
( Context cx, Object thisObj, String functionName, String tag,
rhino/src/main/java/org/mozilla/javascript/NativeString.java:456
↓ 13 callersMethodtoObject
Convert the value to an JavaScript object value. <p>Note that a scope must be provided to look up the constructors for Number, Boolean, and String.
rhino/src/main/java/org/mozilla/javascript/Context.java:1787
↓ 13 callersMethodtoUint32
See ECMA 9.6. @return long value representing 32 bits unsigned integer
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:1540
↓ 13 callersFunctionvdt
(formfield)
tests/testsrc/tests/js1_5/Regress/regress-216320.js:51
↓ 12 callersFunctionL
(e)
it-android/src/main/assets/tests/test-issue-1365.js:480
↓ 12 callersFunctionSetUTCFullYear
( t, year, mon, date )
tests/testsrc/tests/ecma/Date/15.9.5.37-1.js:132
↓ 12 callersFunctionUTC
( t )
tests/testsrc/tests/ecma/shell.js:301
↓ 12 callersMethodaddClass
(String className)
rhino/src/main/java/org/mozilla/classfile/ConstantPool.java:224
↓ 12 callersFunctionaddDateTestCase
(date_given_in_milliseconds)
tests/testsrc/tests/ecma_3/Date/15.9.5.5.js:102
↓ 12 callersFunctionaddDateTestCase
(date_given_in_milliseconds)
tests/testsrc/tests/ecma_3/Date/15.9.5.6.js:104
↓ 12 callersFunctionaddDateTestCase
(date_given_in_milliseconds)
tests/testsrc/tests/ecma_3/Date/15.9.5.3.js:103
↓ 12 callersMethodaddParam
Adds a parameter to the function parameter list. Sets the parent of the param node to this node. @param param the parameter @throws IllegalArgumentEx
rhino/src/main/java/org/mozilla/javascript/ast/FunctionNode.java:200
↓ 12 callersFunctionaddThis
()
tests/testsrc/tests/js1_5/extensions/regress-96284-002.js:128
↓ 12 callersFunctionaddThis
()
tests/testsrc/tests/js1_5/extensions/regress-90596-002.js:147
↓ 12 callersFunctionaddThis
()
tests/testsrc/tests/js1_5/extensions/regress-90596-001.js:147
↓ 12 callersFunctionaddThis
()
tests/testsrc/tests/js1_5/extensions/regress-96284-001.js:128
↓ 12 callersFunctionaddThis
()
tests/testsrc/tests/js1_5/Object/regress-90596-003.js:174
↓ 12 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/RegExp/regress-225289.js:125
↓ 12 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/Array/regress-130451.js:165
↓ 12 callersFunctionaddThis
()
tests/testsrc/tests/ecma_3/String/regress-189898.js:103
↓ 12 callersMethodadvanceStringIndex
Implements the abstract operation AdvanceStringIndex. See ECMAScript spec 22.2.7.3
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:1576
↓ 12 callersMethodassertNumberVars
Checks every variable {@code v} in {@code source} is marked as a number-variable iff {@code numbers} contains {@code v}
rhino/src/test/java/org/mozilla/javascript/tests/Bug782363Test.java:81
↓ 12 callersMethodatanh
( Context cx, JSFunction f, Object nt, VarScope s, Object thisObj, Object[] args)
rhino/src/main/java/org/mozilla/javascript/NativeMath.java:156
↓ 12 callersFunctioncaptureThis
()
tests/testsrc/tests/js1_5/Regress/regress-104077.js:454
↓ 12 callersMethodcompileFunction
Compile a function from intermediate representation tree into an executable form. @param compilerEnv Compiler environment @param tree parse tree @par
rhino/src/main/java/org/mozilla/javascript/Evaluator.java:34
↓ 12 callersMethodcompileReader
@deprecated @see #compileReader(Reader in, String sourceName, int lineno, Object securityDomain)
rhino/src/main/java/org/mozilla/javascript/Context.java:1434
↓ 12 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/Constructable.java:18
↓ 12 callersMethodcreateImpl
(Node node)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/XmlNode.java:45
↓ 12 callersMethodcreateIsolate
(TopLevel parent)
rhino/src/main/java/org/mozilla/javascript/TopLevel.java:141
↓ 12 callersMethoddefineBuiltinProperty
( VarScope scope, String name, int length, SerializableCallable target)
rhino/src/main/java/org/mozilla/javascript/ScriptableObject.java:1234
↓ 12 callersMethoddoStream
(Global.CommandExecutor exec, String alias, long bytes, long expected)
rhino-tools/src/test/java/org/mozilla/javascript/tools/tests/GlobalRunCommandTest.java:292
↓ 12 callersFunctiondoesNotNeedParens
(section, pat)
tests/testsrc/tests/js1_8_1/decompilation/regress-380237-04.js:153
↓ 12 callersFunctiondoesNotNeedParens
(section, pat)
tests/testsrc/tests/js1_8/genexps/regress-380237-04.js:153
↓ 12 callersFunctionenumerateThis
(obj)
tests/testsrc/tests/js1_5/Object/regress-90596-003.js:151
↓ 12 callersFunctionf
()
tests/testsrc/tests/js1_5/extensions/regress-414755.js:24
↓ 12 callersMethodfromSource
(String source, VarScope scope)
rhino/src/main/java/org/mozilla/javascript/FunctionCompileSpec.java:51
↓ 12 callersMethodgetBodyMethodName
(ScriptNode n)
rhino/src/main/java/org/mozilla/javascript/optimizer/Codegen.java:872
↓ 12 callersMethodgetCatchClauses
Returns list of {@link CatchClause} nodes. If there are no catch clauses, returns an immutable empty list.
rhino/src/main/java/org/mozilla/javascript/ast/TryStatement.java:69
↓ 12 callersMethodgetColumn
()
rhino/src/main/java/org/mozilla/javascript/sourcemap/Position.java:37
↓ 12 callersMethodgetCurrentTime
From the current time, return a string in the format "HH:MM:SS"
tests/testsrc/tests/src/com/netscape/javascript/qa/drivers/TestDriver.java:839
↓ 12 callersMethodgetElementById
(Element node, String id)
tests/src/test/java/org/mozilla/javascript/drivers/JsDriver.java:197
↓ 12 callersMethodgetEntry
(Object key)
rhino/src/main/java/org/mozilla/javascript/Hashtable.java:162
↓ 12 callersMethodgetGenCol
()
rhino/src/main/java/org/mozilla/javascript/sourcemap/Segment.java:37
↓ 12 callersMethodgetLocalName
(QName qn, Scriptable start)
rhino-xml/src/main/java/org/mozilla/javascript/xmlimpl/QName.java:88
↓ 12 callersMethodgetPath
()
tests/src/test/java/org/mozilla/javascript/tests/Test262SuiteTest.java:1098
↓ 12 callersMethodgetSourcePositionFromStack
(int[] linep)
rhino/src/main/java/org/mozilla/javascript/Context.java:2820
↓ 12 callersMethodinitSubClass
( Context cx, VarScope scope, ClassDescriptor desc, boolean sealed)
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeTypedArrayView.java:344
↓ 12 callersMethodinsideFunctionBody
()
rhino/src/main/java/org/mozilla/javascript/Parser.java:543
↓ 12 callersMethodisDigit
(char c)
rhino/src/main/java/org/mozilla/javascript/regexp/NativeRegExp.java:1017
↓ 12 callersMethodisFinite
(Object val)
rhino/src/main/java/org/mozilla/javascript/NativeNumber.java:255
↓ 12 callersMethodisObjectExact
@return true if this TypeInfo represents {@link Object} class
rhino/src/main/java/org/mozilla/javascript/lc/type/TypeInfo.java:277
↓ 12 callersMethodisPublic
()
rhino/src/main/java/org/mozilla/javascript/lc/member/ExecutableBox.java:97
↓ 12 callersMethodjs_constructor
( Context cx, JSFunction f, Object nt, VarScope s,
rhino/src/main/java/org/mozilla/javascript/typedarrays/NativeTypedArrayView.java:411
↓ 12 callersMethodlookup
Looks up a property name and optionally a value and returns an encoded int. For binary properties, combines the property name with TRUE. For General_C
rhino/src/main/java/org/mozilla/javascript/regexp/UnicodeProperties.java:188
↓ 12 callersMethodnegate
(Number val)
rhino/src/main/java/org/mozilla/javascript/ScriptRuntime.java:4268
↓ 12 callersMethodreportWarning
Report a warning using the error reporter for the current thread. @param message the warning message to report @param sourceName a string describing
rhino/src/main/java/org/mozilla/javascript/Context.java:899
↓ 12 callersMethodrunScript
(String scriptSourceText, Object value, boolean enableJavaMapAccess)
tests/src/test/java/org/mozilla/javascript/tests/NativeJavaMapTest.java:218
↓ 12 callersMethodrunWithExpectedStackTrace
( final String _source, final String _expectedStackTrace)
tests/src/test/java/org/mozilla/javascript/tests/StackTraceTest.java:122
↓ 12 callersFunctionsc_string2jsstring
META ((export #t) (peephole (id)))
benchmarks/testsrc/benchmarks/v8-benchmarks-v5/earley-boyer.js:3129
↓ 12 callersFunctionsc_string2jsstring
META ((export #t) (peephole (id)))
benchmarks/testsrc/benchmarks/v8-benchmarks-v6/earley-boyer.js:3129
↓ 12 callersMethodsetValue
(Object value, Scriptable owner, Scriptable start)
rhino/src/main/java/org/mozilla/javascript/AccessorSlot.java:214
↓ 12 callersMethodstr
(char... chars)
rhino/src/test/java/org/mozilla/javascript/tests/json/JsonParserTest.java:271
↓ 12 callersFunctiontestDataViewMethodsUpToSize
(view, bufferSize)
tests/testsrc/jstests/typedarray-helpers.js:322
↓ 12 callersMethodtoPrecision
The algorithm of Number.prototype.toPrecision()
rhino/src/main/java/org/mozilla/javascript/dtoa/DecimalFormatter.java:62
↓ 12 callersMethodtransform
(AstNode node)
rhino/src/main/java/org/mozilla/javascript/Parser.java:175
↓ 12 callersFunctionvnull
(formfield)
tests/testsrc/tests/js1_5/Regress/regress-216320.js:41
↓ 12 callersMethodxDigitToInt
If character {@code c} is a hexadecimal digit, return {@code accumulator} 16 plus corresponding number. Otherwise return -1.
rhino/src/main/java/org/mozilla/javascript/Kit.java:72
↓ 11 callersFunctionAddRegExpCases
( re, s, g, i, m, l )
tests/testsrc/tests/ecma_2/RegExp/properties-001.js:38
← previousnext →801–900 of 18,679, ranked by callers