gnash-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gnash-commit] /srv/bzr/gnash/trunk r11690: Make markReachableResources


From: Sandro Santilli
Subject: [Gnash-commit] /srv/bzr/gnash/trunk r11690: Make markReachableResources public for the call stack
Date: Sun, 13 Dec 2009 20:00:44 +0100
User-agent: Bazaar (2.0.2)

------------------------------------------------------------
revno: 11690
committer: Sandro Santilli <address@hidden>
branch nick: trunk
timestamp: Sun 2009-12-13 20:00:44 +0100
message:
  Make markReachableResources public for the call stack
modified:
  libcore/vm/CallStack.h
=== modified file 'libcore/vm/CallStack.h'
--- a/libcore/vm/CallStack.h    2009-11-30 15:59:02 +0000
+++ b/libcore/vm/CallStack.h    2009-12-13 19:00:44 +0000
@@ -74,6 +74,12 @@
         return !_registers.empty();
     }
 
+    /// Mark all reachable resources
+    //
+    /// Reachable resources would be registers and
+    /// locals (expected to be empty?) and function.
+    void markReachableResources() const;
+
 
 private:
 
@@ -87,11 +93,6 @@
 
     as_function* _func;
 
-    /// Mark all reachable resources
-    //
-    /// Reachable resources would be registers and
-    /// locals (expected to be empty?) and function.
-    void markReachableResources() const;
 };
 
 typedef std::vector<CallFrame> CallStack;


reply via email to

[Prev in Thread] Current Thread [Next in Thread]