Index: src/objects-inl.h |
diff --git a/src/objects-inl.h b/src/objects-inl.h |
index 9e4b55212f8d6ff54ab764486895ef41e6e9db79..81729d2c4e4e5dff2882f125efcb8eff09a5fef7 100644 |
--- a/src/objects-inl.h |
+++ b/src/objects-inl.h |
@@ -2001,6 +2001,7 @@ void JSObject::initialize_elements() { |
ACCESSORS(Oddball, to_string, String, kToStringOffset) |
ACCESSORS(Oddball, to_number, Object, kToNumberOffset) |
+ACCESSORS(Oddball, type_of, String, kTypeOfOffset) |
byte Oddball::kind() const { |