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

Unified Diff: runtime/vm/symbols.h

Issue 2005723004: Fraction class prototype and test (not to be committed). (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: work in progress Created 4 years, 5 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
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | runtime/vm/token.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/vm/symbols.h
diff --git a/runtime/vm/symbols.h b/runtime/vm/symbols.h
index 5e6a165bbf8ce74a3c974731f85545500d7b6fcf..d2e6c35f5b3bf447bb2c3cd7bf6b340554c71ad6 100644
--- a/runtime/vm/symbols.h
+++ b/runtime/vm/symbols.h
@@ -185,6 +185,8 @@ class ObjectPointerVisitor;
V(_Mint, "_Mint") \
V(_Bigint, "_Bigint") \
V(_Double, "_Double") \
+ V(_Fraction, "_Fraction") \
+ V(DotFromRationalLiteral, ".fromRationalLiteral") \
V(Bool, "bool") \
V(_List, "_List") \
V(_ListFactory, "_List.") \
@@ -225,20 +227,20 @@ class ObjectPointerVisitor;
V(Float64x2List, "Float64x2List") \
V(Float32List, "Float32List") \
V(Float64List, "Float64List") \
- V(_Int8ArrayFactory, "Int8List.") \
- V(_Uint8ArrayFactory, "Uint8List.") \
- V(_Uint8ClampedArrayFactory, "Uint8ClampedList.") \
- V(_Int16ArrayFactory, "Int16List.") \
- V(_Uint16ArrayFactory, "Uint16List.") \
- V(_Int32ArrayFactory, "Int32List.") \
- V(_Uint32ArrayFactory, "Uint32List.") \
- V(_Int64ArrayFactory, "Int64List.") \
- V(_Uint64ArrayFactory, "Uint64List.") \
- V(_Float32x4ArrayFactory, "Float32x4List.") \
- V(_Int32x4ArrayFactory, "Int32x4List.") \
- V(_Float64x2ArrayFactory, "Float64x2List.") \
- V(_Float32ArrayFactory, "Float32List.") \
- V(_Float64ArrayFactory, "Float64List.") \
+ V(_Int8ArrayFactory, "Int8List.") \
+ V(_Uint8ArrayFactory, "Uint8List.") \
+ V(_Uint8ClampedArrayFactory, "Uint8ClampedList.") \
+ V(_Int16ArrayFactory, "Int16List.") \
+ V(_Uint16ArrayFactory, "Uint16List.") \
+ V(_Int32ArrayFactory, "Int32List.") \
+ V(_Uint32ArrayFactory, "Uint32List.") \
+ V(_Int64ArrayFactory, "Int64List.") \
+ V(_Uint64ArrayFactory, "Uint64List.") \
+ V(_Float32x4ArrayFactory, "Float32x4List.") \
+ V(_Int32x4ArrayFactory, "Int32x4List.") \
+ V(_Float64x2ArrayFactory, "Float64x2List.") \
+ V(_Float32ArrayFactory, "Float32List.") \
+ V(_Float64ArrayFactory, "Float64List.") \
V(_Int8ArrayView, "_Int8ArrayView") \
V(_Uint8ArrayView, "_Uint8ArrayView") \
V(_Uint8ClampedArrayView, "_Uint8ClampedArrayView") \
« no previous file with comments | « runtime/vm/snapshot.cc ('k') | runtime/vm/token.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698