Commit c2e5141a authored by Chris Adams's avatar Chris Adams Committed by Qt by Nokia
Browse files

Remove incorrect line from performance docs


V8 does not use a single map-transition-graph for all types, and thus
the line about ordering of properties in constructor functions is
incorrect.

Change-Id: Iaf4ac02dcfc53dd7254af1a40a3c66852a78a320
Reviewed-by: default avatarAlan Alpert <alan.alpert@nokia.com>
parent 3e63473b
No related merge requests found
Showing with 0 additions and 1 deletion
...@@ -445,7 +445,6 @@ criteria: ...@@ -445,7 +445,6 @@ criteria:
\list \list
\o Avoid using eval() if at all possible \o Avoid using eval() if at all possible
\o Do not delete properties of objects \o Do not delete properties of objects
\o Try to maintain property-assignment order in different constructor functions
\endlist \endlist
\section1 Common Interface Elements \section1 Common Interface Elements
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment