as_function        86 extensions/gtk2/gtkext.cpp     as_function *as_func = handler.to_function();
as_function       391 libcore/AMFConverter.cpp     as_function* ctor = getMember(_global, NSV::CLASS_XML).to_function();
as_function       582 libcore/AMFConverter.cpp     as_function* ctor = getMember(_global, NSV::CLASS_DATE).to_function();
as_function        59 libcore/ClassHierarchy.cpp class declare_extension_function : public as_function
as_function        98 libcore/ClassHierarchy.cpp class declare_native_function : public as_function
as_function       154 libcore/ClassHierarchy.cpp     as_function* getter(new declare_extension_function(c, mGlobal, mExtension));
as_function       164 libcore/ClassHierarchy.cpp     as_function* getter = new declare_native_function(c, mGlobal);
as_function      1618 libcore/MovieClip.cpp     as_function* ctor = def ? def->getRegisteredClass() : 0;
as_function        40 libcore/NativeFunction.h class NativeFunction : public as_function
as_function        56 libcore/NativeFunction.h 		as_function(gl),
as_function        34 libcore/Property.h     class as_function;
as_function       125 libcore/Property.h 	GetterSetter(as_function* getter, as_function* setter)
as_function       169 libcore/Property.h 		UserDefinedGetterSetter(as_function* get, as_function* set)
as_function       230 libcore/Property.h 		as_function* _getter;
as_function       231 libcore/Property.h 		as_function* _setter;
as_function       300 libcore/Property.h 		as_function* getter, as_function* setter, 
as_function        43 libcore/PropertyList.h     class as_function;
as_function       228 libcore/PropertyList.h     bool addGetterSetter(const ObjectURI& uri, as_function& getter,
as_function       229 libcore/PropertyList.h         as_function* setter, const as_value& cacheVal,
as_function       251 libcore/PropertyList.h     bool addDestructiveGetter(const ObjectURI& uri, as_function& getter,
as_function        31 libcore/Timers.h     class as_function;
as_function        77 libcore/Timers.h     Timer(as_function& method, unsigned long ms, as_object* this_ptr,
as_function       184 libcore/Timers.h     as_function* _function;
as_function        37 libcore/UserFunction.h class UserFunction : public as_function
as_function        49 libcore/UserFunction.h     UserFunction(Global_as& gl) : as_function(gl) {}
as_function       254 libcore/abc/Method.h 	as_function* getImplementation() { return _implementation; }
as_function       286 libcore/abc/Method.h 	as_function* _implementation;
as_function        40 libcore/abc/abc_function.h class abc_function : public as_function
as_function        35 libcore/as_function.cpp as_function::as_function(Global_as& gl)
as_function        42 libcore/as_function.cpp as_function::stringValue() const
as_function        65 libcore/as_function.cpp as_function::construct(as_object& newobj, const as_environment& env,
as_function        62 libcore/as_function.h class as_function : public as_object
as_function        67 libcore/as_function.h 	virtual ~as_function() {}
as_function        70 libcore/as_function.h 	virtual as_function* to_function() { return this; }
as_function       112 libcore/as_function.h 	as_function(Global_as& gl);
as_function       128 libcore/as_function.h as_object* constructInstance(as_function& ctor, const as_environment& env,
as_function       111 libcore/as_object.cpp as_function*
as_function       168 libcore/as_object.cpp         as_function* ctor = constructor();
as_function       188 libcore/as_object.cpp     as_function* constructor() {
as_function        44 libcore/as_object.h     class as_function;
as_function        64 libcore/as_object.h     Trigger(const std::string& propname, as_function& trig,
as_function       109 libcore/as_object.h     as_function* _func;
as_function       284 libcore/as_object.h     void init_property(const std::string& key, as_function& getter,
as_function       285 libcore/as_object.h         as_function& setter, int flags = DefaultFlags);
as_function       318 libcore/as_object.h     void init_property(const ObjectURI& uri, as_function& getter,
as_function       319 libcore/as_object.h         as_function& setter, int flags = DefaultFlags);
as_function       348 libcore/as_object.h     bool init_destructive_property(const ObjectURI& uri, as_function& getter,
as_function       378 libcore/as_object.h     void init_readonly_property(const std::string& key, as_function& getter,
as_function       407 libcore/as_object.h     bool watch(const ObjectURI& uri, as_function& trig, const as_value& cust);
as_function       472 libcore/as_object.h     virtual as_function* to_function() { return 0; }
as_function       574 libcore/as_object.h     void add_property(const std::string& key, as_function& getter,
as_function       575 libcore/as_object.h         as_function* setter);
as_function       500 libcore/as_value.cpp as_function*
as_function      1018 libcore/as_value.cpp     as_function* ctor = clval.to_function();
as_function        41 libcore/as_value.h 	class as_function;
as_function       298 libcore/as_value.h     as_function* to_function() const;
as_function       580 libcore/asobj/Array_as.cpp     as_function& _comp;
as_function      1026 libcore/asobj/Array_as.cpp         as_function* as_func = fn.arg(0).to_function();
as_function       129 libcore/asobj/Camera_as.cpp     as_function* getset = gl.createFunction(camera_activitylevel);
as_function        67 libcore/asobj/ContextMenuItem_as.cpp     as_function* ctor =
as_function       125 libcore/asobj/ContextMenu_as.cpp     as_function* ctor = getMember(gl, NSV::CLASS_CONTEXTMENU).to_function();
as_function       154 libcore/asobj/ContextMenu_as.cpp     as_function* arrayctor = getClassConstructor(fn, "Array");
as_function       414 libcore/asobj/Date_as.cpp         as_function* ctor = getMember(gl, NSV::CLASS_DATE).to_function();
as_function       157 libcore/asobj/Global_as.cpp as_function*
as_function       167 libcore/asobj/Global_as.cpp     as_function* fun =
as_function       187 libcore/asobj/Global_as.cpp     as_function* fun = 
as_function       274 libcore/asobj/Global_as.cpp     as_function* edc = createFunction(global_enableDebugConsole);
as_function       682 libcore/asobj/Global_as.cpp     as_function* fun = vm.getNative(x, y);
as_function       725 libcore/asobj/Global_as.cpp     as_function* fun = vm.getNative(x, y);
as_function       926 libcore/asobj/Global_as.cpp         as_function* ctor = getMember(gl, NSV::CLASS_ERROR).to_function();
as_function       973 libcore/asobj/Global_as.cpp 	as_function* as_func = obj->to_function(); 
as_function      1045 libcore/asobj/Global_as.cpp 	as_function* as_func = obj->to_function(); 
as_function        73 libcore/asobj/Global_as.h     as_function* createFunction(Global_as::ASFunction function);
as_function       246 libcore/asobj/Global_as.h inline as_function*
as_function       898 libcore/asobj/LocalConnection_as.cpp     as_function* f = getMember(o, getURI(vm, meth)).to_function();
as_function       110 libcore/asobj/Microphone_as.cpp     as_function* getset = gl.createFunction(microphone_activityLevel);
as_function      1186 libcore/asobj/MovieClip_as.cpp     as_function* tsCtor = textSnapshot.to_function();
as_function      2079 libcore/asobj/MovieClip_as.cpp     as_function* transCtor = transform.to_function();
as_function        45 libcore/asobj/NetStream_as.h     class as_function;
as_function       215 libcore/asobj/Object.cpp     as_function* getter = fn.arg(1).to_function();
as_function       225 libcore/asobj/Object.cpp     as_function* setter = NULL;
as_function       282 libcore/asobj/Object.cpp     as_function* theclass = fn.arg(1).to_function();
as_function       453 libcore/asobj/Object.cpp     as_function* trig = funcval.to_function();
as_function      1008 libcore/asobj/SharedObject_as.cpp     as_function* ctor = getMember(gl, NSV::CLASS_SHARED_OBJECT).to_function();
as_function        93 libcore/asobj/TextField_as.cpp     as_function* ctor = tf.to_function();
as_function       158 libcore/asobj/TextField_as.cpp     as_function* getset = gl.createFunction(textfield_variable);
as_function       626 libcore/asobj/TextField_as.cpp     as_function* ctor = getMember(gl, NSV::CLASS_TEXT_FORMAT).to_function();
as_function       395 libcore/asobj/XMLSocket_as.cpp     as_function* ctor = getMember(gl, NSV::CLASS_XML).to_function();
as_function       543 libcore/asobj/XML_as.cpp     as_function* ctor = getMember(gl, NSV::CLASS_XMLNODE).to_function();
as_function       787 libcore/asobj/flash/display/BitmapData_as.cpp     as_function* rectCtor = rectangle.to_function();
as_function        82 libcore/asobj/flash/filters/BitmapFilter_as.cpp     as_function* constructor =
as_function       136 libcore/asobj/flash/geom/Matrix_as.cpp     as_function* ctor = getClassConstructor(fn, "flash.geom.Matrix");
as_function       162 libcore/asobj/flash/geom/Matrix_as.cpp     as_function* ctor = matrixClass.to_function();
as_function       415 libcore/asobj/flash/geom/Matrix_as.cpp     as_function* pointCtor = pointClass.to_function();
as_function       737 libcore/asobj/flash/geom/Matrix_as.cpp     as_function* pointCtor = pointClass.to_function();
as_function        70 libcore/asobj/flash/geom/Point_as.cpp     as_function* ctor = getClassConstructor(fn, "flash.geom.Point");
as_function        28 libcore/asobj/flash/geom/Point_as.h class as_function;
as_function       131 libcore/asobj/flash/geom/Rectangle_as.cpp     as_function* ctor = getClassConstructor(fn, "flash.geom.Rectangle");
as_function       468 libcore/asobj/flash/geom/Rectangle_as.cpp         as_function* pointCtor = point.to_function();
as_function       543 libcore/asobj/flash/geom/Rectangle_as.cpp         as_function* pointCtor = getClassConstructor(fn, "flash.geom.Point");
as_function       601 libcore/asobj/flash/geom/Rectangle_as.cpp         as_function* pointCtor = getClassConstructor(fn, "flash.geom.Point");
as_function       118 libcore/asobj/flash/geom/Transform_as.cpp         as_function* colorTransformCtor = colorTrans.to_function();
as_function       194 libcore/asobj/flash/geom/Transform_as.cpp         as_function* colorTransformCtor = colorTrans.to_function();
as_function       232 libcore/asobj/flash/geom/Transform_as.cpp         as_function* matrixCtor = matrix.to_function();
as_function       276 libcore/asobj/flash/geom/Transform_as.cpp         as_function* matrixCtor = matrix.to_function();
as_function        37 libcore/parser/sprite_definition.h 	class as_function;
as_function        84 libcore/parser/sprite_definition.h 	void registerClass(as_function* the_class);
as_function        87 libcore/parser/sprite_definition.h 	as_function* getRegisteredClass() const {
as_function       303 libcore/parser/sprite_definition.h 	as_function* registeredClass;
as_function      2300 libcore/vm/ASHandlers.cpp     as_function* constructor = constructorval.to_function();
as_function      2784 libcore/vm/ASHandlers.cpp     as_function* func = method_obj->to_function();
as_function      2869 libcore/vm/ASHandlers.cpp     as_function* method = method_val.to_function();
as_function      3069 libcore/vm/ASHandlers.cpp     as_function* sub = env.top(1).to_function();
as_function      3126 libcore/vm/ASHandlers.cpp     as_function* f = getOwnProperty(gl, NSV::CLASS_FUNCTION).to_function();
as_function      3354 libcore/vm/ASHandlers.cpp     as_function* f = getOwnProperty(gl, NSV::CLASS_FUNCTION).to_function();
as_function      1267 libcore/vm/Machine.cpp                     as_function *f = _stack.top(argc + 1).to_function();
as_function      1292 libcore/vm/Machine.cpp                     as_function *f = _stack.top(argc).to_function();
as_function      1317 libcore/vm/Machine.cpp                     as_function* func;
as_function      1349 libcore/vm/Machine.cpp                     as_function *func = m->getPrototype();
as_function      1387 libcore/vm/Machine.cpp                     as_function *f = // b->isGetterSetter() ? b->getGetter() :
as_function      1605 libcore/vm/Machine.cpp                     as_function* ctor = c.to_function();
as_function      1737 libcore/vm/Machine.cpp                     as_function* ctor = c->getConstructor()->getPrototype();
as_function      1747 libcore/vm/Machine.cpp                     as_function* staticCtor = scmethod->getPrototype();
as_function      3051 libcore/vm/Machine.cpp 	storage = const_cast<as_function*>(func)->call(fn);
as_function       231 libcore/vm/Machine.h 	void pushCall(as_function *func, as_object *pThis, as_value& return_slot,
as_function       234 libcore/vm/Machine.h 	void immediateFunction(const as_function *to_call, as_object* pThis,
as_function       237 libcore/vm/Machine.h 	void immediateProcedure(const as_function *to_call, as_object *pthis,
as_function       288 libcore/vm/VM.cpp     as_function* func = getOwnProperty(gl, NSV::CLASS_FUNCTION).to_function();