prototype         247 libcore/abc/Class.h     void setPrototype(as_object* prototype) {
prototype         248 libcore/abc/Class.h         _prototype = prototype;
prototype         140 libcore/as_object.cpp         set_prototype(prototype());
prototype         150 libcore/as_object.cpp         as_object* proto = prototype();
prototype         183 libcore/asobj/Global_as.cpp     if (prototype) {
prototype         184 libcore/asobj/Global_as.cpp         prototype->init_member(NSV::PROP_CONSTRUCTOR, cl); 
prototype         185 libcore/asobj/Global_as.cpp         cl->init_member(NSV::PROP_PROTOTYPE, prototype);
prototype          80 libcore/asobj/Global_as.h             as_object* prototype);