Commit f6d991b1 authored by danno's avatar danno Committed by Commit bot

Properly classify new Turbofan stubs

Review-Url: https://codereview.chromium.org/2362113003
Cr-Commit-Position: refs/heads/master@{#39674}
parent 83207f48
......@@ -69,8 +69,6 @@ class ObjectLiteral;
/* --- HydrogenCodeStubs --- */ \
V(NumberToString) \
V(StringAdd) \
V(ToObject) \
V(Typeof) \
/* These builtins w/ JS linkage are */ \
/* just fast-cases of C++ builtins. They */ \
/* require varg support from TF */ \
......@@ -171,6 +169,8 @@ class ObjectLiteral;
V(LoadApiGetter) \
V(LoadIndexedInterceptor) \
V(GrowArrayElements) \
V(ToObject) \
V(Typeof) \
/* These are only called from FGC and */ \
/* can be removed when we use ignition */ \
/* only */ \
......
Markdown is supported
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