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

Method set

rhino/src/main/java/org/mozilla/javascript/Ref.java:29–30  ·  view source on GitHub ↗

@deprecated Use #set(Context, VarScope, Object) instead

(Context cx, Object value)

Source from the content-addressed store, hash-verified

27 * @deprecated Use {@link #set(Context, VarScope, Object)} instead
28 */
29 @Deprecated
30 public abstract Object set(Context cx, Object value);
31
32 public Object set(Context cx, VarScope scope, Object value) {
33 return set(cx, value);

Callers 15

fillObjectLiteralMethod · 0.95
deleteMethod · 0.45
putMethod · 0.45
refSetMethod · 0.45
refIncrDecrMethod · 0.45
withThreadLocalMethod · 0.45
resolveMethod · 0.45
rejectMethod · 0.45
coerceTypeImplMethod · 0.45
putMethod · 0.45
enterMethod · 0.45
releaseContextMethod · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected