MCPcopy Create free account
hub / github.com/mozilla/rhino / get

Method get

rhino/src/main/java/org/mozilla/javascript/Scriptable.java:79–79  ·  view source on GitHub ↗

Get a named property from the object. Looks property up in this object and returns the associated value if found. Returns NOT_FOUND if not found. Note that this method is not expected to traverse the prototype chain. This is different from the ECMA [[Get]] operation. Depending on the propert

(String name, Scriptable start)

Source from the content-addressed store, hash-verified

77 * @see org.mozilla.javascript.Context#getUndefinedValue
78 */
79 @Override
80 public Object get(String name, Scriptable start);
81
82 /**

Callers 15

basicOperationsMethod · 0.95
assignMethod · 0.95
js_entriesMethod · 0.95
js_valuesMethod · 0.95
js_assignMethod · 0.95
defaultObjectToSourceMethod · 0.95
loadFromIterableMethod · 0.95
propIncrDecrMethod · 0.95
getClassPrototypeMethod · 0.95
constructMethod · 0.95
js_getClassMethod · 0.95
js_filterMethod · 0.95

Implementers 5

ScriptableObjectrhino/src/main/java/org/mozilla/javasc
ScriptableUndefinedrhino/src/main/java/org/mozilla/javasc
FooBoilerplaterhino/src/test/java/org/mozilla/javasc
NativeJavaObjectrhino/src/main/java/org/mozilla/javasc
Matrixexamples/src/main/java/Matrix.java

Calls

no outgoing calls

Tested by 7

basicOperationsMethod · 0.76
assignMethod · 0.76
parseResultMethod · 0.76