Revision: 23207
Author: [email protected]
Date: Tue Aug 19 16:07:05 2014 UTC
Log: Remove unnecessary LookupIterator instantiation
BUG=
[email protected]
Review URL: https://codereview.chromium.org/485113003
http://code.google.com/p/v8/source/detail?r=23207
Modified:
/branches/bleeding_edge/src/api.cc
=======================================
--- /branches/bleeding_edge/src/api.cc Tue Aug 19 14:58:41 2014 UTC
+++ /branches/bleeding_edge/src/api.cc Tue Aug 19 16:07:05 2014 UTC
@@ -4055,8 +4055,6 @@
i::Handle<i::String> property_name =
isolate->factory()->InternalizeOneByteString(
STATIC_ASCII_VECTOR("displayName"));
- i::LookupIterator it(func, property_name,
- i::LookupIterator::CHECK_DERIVED_PROPERTY);
i::Handle<i::Object> value =
i::JSObject::GetDataProperty(func, property_name);
--
--
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.