getValue 498 libcore/DisplayObject.cpp return prop->getValue(*_object).to_function(); getValue 1628 libcore/MovieClip.cpp if (proto) mc->set_prototype(proto->getValue(*ctor)); getValue 345 libcore/Property.h as_value getValue(const as_object& this_ptr) const; getValue 195 libcore/PropertyList.cpp log_debug(" %s: %s", l(it->uri()), it->getValue(_owner)); getValue 159 libcore/PropertyList.h as_value val = it->getValue(_owner); getValue 33 libcore/abc/BoundValues.h BoundValue* getValue() { return mValue; } getValue 59 libcore/as_function.cpp if (proto) newobj->set_prototype(proto->getValue(ctor)); getValue 419 libcore/as_object.cpp *val = invoke(res->getValue(*this), as_environment(getVM(*this)), getValue 426 libcore/as_object.cpp *val = prop->getValue(*this); getValue 942 libcore/as_object.cpp const as_value& proto = prop->getValue(*this); getValue 1106 libcore/as_object.cpp invoke(prop->getValue(o), env, &o, args); getValue 781 libcore/as_object.h return p ? p->getValue(o) : as_value(); getValue 1326 libcore/vm/Machine.cpp if (f->getValue(*obj).is_function()) getValue 1327 libcore/vm/Machine.cpp func = f->getValue(*obj).to_function(); getValue 1388 libcore/vm/Machine.cpp b->getValue(*super).to_function(); getValue 3065 libcore/vm/Machine.cpp return_slot = prop->getValue(*this_obj); getValue 53 testsuite/libcore.all/PropertyListTest.cpp val = prop->getValue(obj);