| Index: src/code-stubs.h
|
| diff --git a/src/code-stubs.h b/src/code-stubs.h
|
| index ab3d6ae91184de9626435a04411a807b50f90c6d..9b44c6c4ff3c0cacb877fe993df8114311e2f7ab 100644
|
| --- a/src/code-stubs.h
|
| +++ b/src/code-stubs.h
|
| @@ -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 */ \
|
|
|