Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(349)

Unified Diff: src/heap/heap.h

Issue 1219943002: Expose SIMD.Float32x4 type to Javascript. (Closed) Base URL: https://chromium.googlesource.com/v8/v8.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/heap/heap.h
diff --git a/src/heap/heap.h b/src/heap/heap.h
index a57a46d85edd6c351bc66be96d192271b6be3578..e562df51b35a26031a99c781f94057944cb2702b 100644
--- a/src/heap/heap.h
+++ b/src/heap/heap.h
@@ -222,6 +222,8 @@ namespace internal {
V(constructor_string, "constructor") \
V(dot_result_string, ".result") \
V(eval_string, "eval") \
+ V(float32x4_string, "float32x4") \
+ V(Float32x4_string, "Float32x4") \
V(function_string, "function") \
V(Function_string, "Function") \
V(length_string, "length") \

Powered by Google App Engine
This is Rietveld 408576698