Revision: 22067
Author: [email protected]
Date: Fri Jun 27 15:34:18 2014 UTC
Log: Cannot check the interceptor since it may not be ready yet.
BUG=
[email protected]
Review URL: https://codereview.chromium.org/353143003
http://code.google.com/p/v8/source/detail?r=22067
Modified:
/branches/bleeding_edge/src/runtime.cc
=======================================
--- /branches/bleeding_edge/src/runtime.cc Fri Jun 27 13:50:37 2014 UTC
+++ /branches/bleeding_edge/src/runtime.cc Fri Jun 27 15:34:18 2014 UTC
@@ -5337,7 +5337,7 @@
#ifdef DEBUG
if (key->IsName()) {
LookupIterator it(object, Handle<Name>::cast(key),
- LookupIterator::CHECK_OWN);
+ LookupIterator::CHECK_OWN_REAL);
JSReceiver::GetPropertyAttributes(&it);
RUNTIME_ASSERT(!it.IsFound());
} else {
--
--
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/d/optout.