http://codereview.chromium.org/553009/diff/1/2
File test/cctest/test-debug.cc (right):

http://codereview.chromium.org/553009/diff/1/2#newcode2166
test/cctest/test-debug.cc:2166: int Utf16ToAscii(const uint16_t*
input_buffer,
On 2010/01/18 10:22:52, Søren Gjesse wrote:
Just the function definition to the top of the file.

Done.

http://codereview.chromium.org/553009/diff/1/2#newcode2170
test/cctest/test-debug.cc:2170: bool GetEvaluateStringResult(char
*message, char* buffer, int buffer_size);
On 2010/01/18 10:22:52, Søren Gjesse wrote:
Move the function definition up here.

Done.

http://codereview.chromium.org/553009/diff/1/2#newcode2190
test/cctest/test-debug.cc:2190: static void
DebugProcessDebugMessagesHanlder(
On 2010/01/18 10:22:52, Søren Gjesse wrote:
Hanlder -> Handler

Done.

http://codereview.chromium.org/553009/diff/1/2#newcode2200
test/cctest/test-debug.cc:2200: %
DebugProcessDebugMessagesData::kArraySize;
On 2010/01/18 10:22:52, Søren Gjesse wrote:
Please move this logic into DebugProcessDebugMessagesData, e.g. method
current()
which returns a EvaluateResult*.

Done.

http://codereview.chromium.org/553009/diff/1/2#newcode2206
test/cctest/test-debug.cc:2206: process_debug_messages_data.counter++;
On 2010/01/18 10:22:52, Søren Gjesse wrote:
Please move this logic into DebugProcessDebugMessagesData, e.g. method
next().
This method can also have a flag for whether the counter has wrapped,
and that
value can be checked in the test.

Done.

http://codereview.chromium.org/553009/diff/1/2#newcode2210
test/cctest/test-debug.cc:2210: int AsciiToUtf16(const char*
input_buffer, uint16_t* output_buffer);
On 2010/01/18 10:22:52, Søren Gjesse wrote:
Just the function definition to the top of the file.

Done.

http://codereview.chromium.org/553009/diff/1/2#newcode2225
test/cctest/test-debug.cc:2225:
v8::Script::Compile(v8::String::New("void(0)"));
On 2010/01/18 10:22:52, Søren Gjesse wrote:
I don't think the void0_script is used.

Done.

http://codereview.chromium.org/553009
-- 
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to