Title: [247000] releases/WebKitGTK/webkit-2.24
- Revision
- 247000
- Author
- [email protected]
- Date
- 2019-07-01 04:04:11 -0700 (Mon, 01 Jul 2019)
Log Message
Merge r242114 - wasmToJS() should purify incoming NaNs.
https://bugs.webkit.org/show_bug.cgi?id=194807
<rdar://problem/48189132>
Reviewed by Saam Barati.
JSTests:
* wasm/regress/wasmToJS-should-purify-NaNs.js: Added.
Source/_javascript_Core:
* runtime/JSCJSValue.h:
(JSC::jsNumber):
* runtime/TypedArrayAdaptors.h:
(JSC::IntegralTypedArrayAdaptor::toJSValue):
* wasm/js/WasmToJS.cpp:
(JSC::Wasm::wasmToJS):
Modified Paths
Diff
Modified: releases/WebKitGTK/webkit-2.24/JSTests/ChangeLog (246999 => 247000)
--- releases/WebKitGTK/webkit-2.24/JSTests/ChangeLog 2019-07-01 11:04:08 UTC (rev 246999)
+++ releases/WebKitGTK/webkit-2.24/JSTests/ChangeLog 2019-07-01 11:04:11 UTC (rev 247000)
@@ -1,3 +1,13 @@
+2019-02-26 Mark Lam <[email protected]>
+
+ wasmToJS() should purify incoming NaNs.
+ https://bugs.webkit.org/show_bug.cgi?id=194807
+ <rdar://problem/48189132>
+
+ Reviewed by Saam Barati.
+
+ * wasm/regress/wasmToJS-should-purify-NaNs.js: Added.
+
2019-06-04 Tadeu Zagallo <[email protected]>
Argument elimination should check for negative indices in GetByVal
Modified: releases/WebKitGTK/webkit-2.24/Source/_javascript_Core/ChangeLog (246999 => 247000)
--- releases/WebKitGTK/webkit-2.24/Source/_javascript_Core/ChangeLog 2019-07-01 11:04:08 UTC (rev 246999)
+++ releases/WebKitGTK/webkit-2.24/Source/_javascript_Core/ChangeLog 2019-07-01 11:04:11 UTC (rev 247000)
@@ -1,3 +1,18 @@
+2019-02-26 Mark Lam <[email protected]>
+
+ wasmToJS() should purify incoming NaNs.
+ https://bugs.webkit.org/show_bug.cgi?id=194807
+ <rdar://problem/48189132>
+
+ Reviewed by Saam Barati.
+
+ * runtime/JSCJSValue.h:
+ (JSC::jsNumber):
+ * runtime/TypedArrayAdaptors.h:
+ (JSC::IntegralTypedArrayAdaptor::toJSValue):
+ * wasm/js/WasmToJS.cpp:
+ (JSC::Wasm::wasmToJS):
+
2019-06-04 Tadeu Zagallo <[email protected]>
Argument elimination should check for negative indices in GetByVal
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes