getObj 230 libcore/as_value.cpp as_object* obj = getObj();
getObj 258 libcore/as_value.cpp if (isNativeType(getObj(), d)) return STRING;
getObj 280 libcore/as_value.cpp obj = getObj();
getObj 293 libcore/as_value.cpp obj = getObj();
getObj 461 libcore/as_value.cpp return getObj();
getObj 504 libcore/as_value.cpp return getObj()->to_function();
getObj 514 libcore/as_value.cpp return getObj();
getObj 550 libcore/as_value.cpp if (_type != OBJECT || getObj() != obj) {
getObj 699 libcore/as_value.cpp as_object* op = getObj();
getObj 757 libcore/as_value.cpp return _type == OBJECT && getObj()->to_function();
getObj 774 libcore/as_value.cpp return w.writeObject(getObj());
getObj 1051 libcore/as_value.cpp as_object* obj = v.getObj();
getObj 446 libcore/as_value.h as_object* getObj() const;