Title: [154461] trunk/Source/_javascript_Core
- Revision
- 154461
- Author
- [email protected]
- Date
- 2013-08-22 14:26:02 -0700 (Thu, 22 Aug 2013)
Log Message
https://bugs.webkit.org/show_bug.cgi?id=120128
Remove putDirectVirtual
Unreviewed, checked in commented out code. :-(
* interpreter/Interpreter.cpp:
(JSC::Interpreter::execute):
- delete commented out code
Modified Paths
Diff
Modified: trunk/Source/_javascript_Core/ChangeLog (154460 => 154461)
--- trunk/Source/_javascript_Core/ChangeLog 2013-08-22 21:24:10 UTC (rev 154460)
+++ trunk/Source/_javascript_Core/ChangeLog 2013-08-22 21:26:02 UTC (rev 154461)
@@ -1,5 +1,16 @@
2013-08-22 Gavin Barraclough <[email protected]>
+ https://bugs.webkit.org/show_bug.cgi?id=120128
+ Remove putDirectVirtual
+
+ Unreviewed, checked in commented out code. :-(
+
+ * interpreter/Interpreter.cpp:
+ (JSC::Interpreter::execute):
+ - delete commented out code
+
+2013-08-22 Gavin Barraclough <[email protected]>
+
Error.stack should not be enumerable
https://bugs.webkit.org/show_bug.cgi?id=120171
Modified: trunk/Source/_javascript_Core/interpreter/Interpreter.cpp (154460 => 154461)
--- trunk/Source/_javascript_Core/interpreter/Interpreter.cpp 2013-08-22 21:24:10 UTC (rev 154460)
+++ trunk/Source/_javascript_Core/interpreter/Interpreter.cpp 2013-08-22 21:26:02 UTC (rev 154461)
@@ -735,13 +735,6 @@
JSONPPath.swap(JSONPData[entry].m_path);
JSValue JSONPValue = JSONPData[entry].m_value.get();
if (JSONPPath.size() == 1 && JSONPPath[0].m_type == JSONPPathEntryTypeDeclare) {
-// if (globalObject->hasProperty(callFrame, JSONPPath[0].m_pathEntryName)) {
-// PutPropertySlot slot;
-// globalObject->methodTable()->put(globalObject, callFrame, JSONPPath[0].m_pathEntryName, JSONPValue, slot);
-// } else {
-// PropertyDescriptor desc(JSONPValue, DontEnum | DontDelete);
-// globalObject->methodTable()->defineOwnProperty(globalObject, callFrame, JSONPPath[0].m_pathEntryName, desc, false);
-// }
globalObject->addRegisters(1);
globalObject->addVar(callFrame, JSONPPath[0].m_pathEntryName);
PutPropertySlot slot;
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes