This is the complete list of members for gnash::abc::Method, including all inherited members.
addGetter(string_table::key name, Namespace *ns, Method *method) | gnash::abc::Method | |
addMemberScript(string_table::key name, Namespace *ns, std::uint32_t slotID, Class *type) | gnash::abc::Method | |
addMethod(string_table::key name, Namespace *ns, Method *method) | gnash::abc::Method | |
addSetter(string_table::key name, Namespace *ns, Method *method) | gnash::abc::Method | |
addSlot(string_table::key name, Namespace *ns, std::uint32_t slotID, Class *type) | gnash::abc::Method | |
addSlotFunction(string_table::key name, Namespace *ns, std::uint32_t slotID, Method *method) | gnash::abc::Method | |
addTrait(const Trait &t) | gnash::abc::Method | inline |
addValue(string_table::key name, Namespace *ns, std::uint32_t slotID, Class *type, as_value &val, bool isconst) | gnash::abc::Method | |
ArgumentList typedef | gnash::abc::Method | |
construct(as_object *) | gnash::abc::Method | inline |
getArgumentList() const | gnash::abc::Method | inline |
getBinding(string_table::key name) | gnash::abc::Method | |
getBody() | gnash::abc::Method | inline |
getBodyLength() | gnash::abc::Method | inline |
getImplementation() | gnash::abc::Method | inline |
getMaxRegisters() | gnash::abc::Method | inline |
getPrototype() | gnash::abc::Method | inline |
getReturnType() const | gnash::abc::Method | |
getSuper() | gnash::abc::Method | |
hasBody() const | gnash::abc::Method | inline |
initPrototype(Machine *machine) | gnash::abc::Method | |
initTraits(AbcBlock &bl) | gnash::abc::Method | |
isFinal() const | gnash::abc::Method | inline |
isNative() | gnash::abc::Method | inline |
isPrivate() const | gnash::abc::Method | inline |
isProtected() const | gnash::abc::Method | inline |
isPublic() const | gnash::abc::Method | inline |
maxArgumentCount() const | gnash::abc::Method | inline |
maxScope() const | gnash::abc::Method | inline |
maxStack() const | gnash::abc::Method | inline |
Method() | gnash::abc::Method | |
methodID() const | gnash::abc::Method | inline |
minArgumentCount() const | gnash::abc::Method | inline |
needsActivation() const | gnash::abc::Method | inline |
optionalArguments() const | gnash::abc::Method | inline |
print_body() | gnash::abc::Method | |
pushArgument(Class *t) | gnash::abc::Method | inline |
pushOptional(const as_value &v) | gnash::abc::Method | inline |
scopeDepth() const | gnash::abc::Method | inline |
setBody(CodeStream *b) | gnash::abc::Method | inline |
setBodyLength(std::uint32_t length) | gnash::abc::Method | inline |
setFinal() | gnash::abc::Method | inline |
setMaxArgumentCount(int i) | gnash::abc::Method | inline |
setMaxRegisters(std::uint32_t maxRegisters) | gnash::abc::Method | inline |
setMaxScope(std::uint32_t max) | gnash::abc::Method | inline |
setMaxStack(std::uint32_t max) | gnash::abc::Method | inline |
setMethodID(std::uint32_t m) | gnash::abc::Method | inline |
setMinArgumentCount(int i) | gnash::abc::Method | inline |
setNeedsActivation() | gnash::abc::Method | inline |
setOwner(Class *s) | gnash::abc::Method | |
setPrivate() | gnash::abc::Method | inline |
setProtected() | gnash::abc::Method | inline |
setPublic() | gnash::abc::Method | inline |
setReturnType(Class *t) | gnash::abc::Method | |
setScopeDepth(std::uint32_t depth) | gnash::abc::Method | inline |
setSuper(Method *s) | gnash::abc::Method | |
unsetFinal() | gnash::abc::Method | inline |