Lines Matching +defs:start +defs:key +defs:fun

162         boolean setValue(Object value, Scriptable owner, Scriptable start) {  in setValue()
174 Object getValue(Scriptable start) { in getValue()
238 boolean setValue(Object value, Scriptable owner, Scriptable start) { in setValue()
282 Object getValue(Scriptable start) { in getValue()
341 boolean setValue(Object value, Scriptable owner, Scriptable start) { in setValue()
346 Object getValue(Scriptable start) { in getValue()
423 public boolean has(String name, Scriptable start) in has()
435 public boolean has(int index, Scriptable start) in has()
450 public Object get(String name, Scriptable start) in get()
466 public Object get(int index, Scriptable start) in get()
490 public void put(String name, Scriptable start, Object value) in put()
506 public void put(int index, Scriptable start, Object value) in put()
558 public void putConst(String name, Scriptable start, Object value) in putConst()
570 public void defineConst(String name, Scriptable start) in defineConst()
599 public final int getAttributes(String name, Scriptable start) in getAttributes()
608 public final int getAttributes(int index, Scriptable start) in getAttributes()
617 public final void setAttributes(String name, Scriptable start, in setAttributes()
627 public void setAttributes(int index, Scriptable start, in setAttributes()
952 Function fun = (Function) v; in getDefaultValue() local
2181 Scriptable start = obj; in getProperty() local
2236 Scriptable start = obj; in getProperty() local
2512 Function fun = (Function)funObj; in callMethod() local
2553 public final Object getAssociatedValue(Object key) in getAssociatedValue()
2572 public static Object getTopScopeValue(Scriptable scope, Object key) in getTopScopeValue()
2602 public synchronized final Object associateValue(Object key, Object value) in associateValue()
2622 private boolean putImpl(String name, int index, Scriptable start, in putImpl()
2657 private boolean putConstImpl(String name, int index, Scriptable start, in putConstImpl()
3091 public Object get(Object key) { in get()