Index: src/liveedit.cc |
diff --git a/src/liveedit.cc b/src/liveedit.cc |
index 3ec2da33270abd1a0b48d49d7ca99da2e2c8c158..95f0b00820968665d54c314a6dd77a0e2a3db19e 100644 |
--- a/src/liveedit.cc |
+++ b/src/liveedit.cc |
@@ -61,6 +61,7 @@ void SetElementNonStrict(Handle<JSObject> object, |
USE(no_failure); |
} |
+ |
// A simple implementation of dynamic programming algorithm. It solves |
// the problem of finding the difference of 2 arrays. It uses a table of results |
// of subproblems. Each cell contains a number together with 2-bit flag |
@@ -1456,6 +1457,7 @@ class RelocInfoBuffer { |
static const int kMaximalBufferSize = 512*MB; |
}; |
+ |
// Patch positions in code (changes relocation info section) and possibly |
// returns new instance of code. |
static Handle<Code> PatchPositionsInCode( |
@@ -1829,6 +1831,7 @@ class MultipleFunctionTarget { |
Handle<JSArray> m_result; |
}; |
+ |
// Drops all call frame matched by target and all frames above them. |
template<typename TARGET> |
static const char* DropActivationsInActiveThreadImpl( |
@@ -1925,6 +1928,7 @@ static const char* DropActivationsInActiveThreadImpl( |
return NULL; |
} |
+ |
// Fills result array with statuses of functions. Modifies the stack |
// removing all listed function if possible and if do_drop is true. |
static const char* DropActivationsInActiveThread( |