Reviewers: Sven Panne,
Message:
Committed patchset #1 manually as r16317.
Description:
fix 16316 debug check
[email protected]
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=16317
Please review this at https://codereview.chromium.org/22831050/
SVN Base: https://v8.googlecode.com/svn/branches/bleeding_edge
Affected files:
M test/cctest/test-global-handles.cc
Index: test/cctest/test-global-handles.cc
diff --git a/test/cctest/test-global-handles.cc
b/test/cctest/test-global-handles.cc
index
c2e5ae7f9ad42ed5a028a4a16346e282d2524bb6..d3fc25c7d718e61542f5412fec1bc7015673607b
100644
--- a/test/cctest/test-global-handles.cc
+++ b/test/cctest/test-global-handles.cc
@@ -330,6 +330,7 @@ TEST(EternalHandles) {
CHECK_EQ(0, eternal_handles->NumberOfHandles());
for (int i = 0; i < kArrayLength; i++) {
+ indices[i] = -1;
HandleScope scope(isolate);
v8::Local<v8::Object> object = v8::Object::New();
object->Set(i, v8::Integer::New(i, v8_isolate));
--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
---
You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.