Revision: 20818
Author: [email protected]
Date: Wed Apr 16 16:25:49 2014 UTC
Log: Implement structural function and array types
Just wanted to add two constructors to a datatype, how ugly can it get?
[email protected], [email protected]
BUG=
Committed: https://code.google.com/p/v8/source/detail?r=20809
Committed: https://code.google.com/p/v8/source/detail?r=20815
Review URL: https://codereview.chromium.org/228263005
http://code.google.com/p/v8/source/detail?r=20818
Modified:
/branches/bleeding_edge/src/types-inl.h
=======================================
--- /branches/bleeding_edge/src/types-inl.h Wed Apr 16 16:16:37 2014 UTC
+++ /branches/bleeding_edge/src/types-inl.h Wed Apr 16 16:25:49 2014 UTC
@@ -17,7 +17,7 @@
// TypeImpl
template<class Config>
-typename i::TypeImpl<Config>::template Iterator<i::Map>
+typename v8::internal::TypeImpl<Config>::template Iterator<i::Map>
TypeImpl<Config>::Classes() {
if (this->IsBitset()) return Iterator<i::Map>();
return Iterator<i::Map>(Config::handle(this));
@@ -25,7 +25,7 @@
template<class Config>
-typename i::TypeImpl<Config>::template Iterator<i::Object>
+typename v8::internal::TypeImpl<Config>::template Iterator<i::Object>
TypeImpl<Config>::Constants() {
if (this->IsBitset()) return Iterator<i::Object>();
return Iterator<i::Object>(Config::handle(this));
--
--
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.