[V8] QtScript/V8: Add new v8 api to check if a value is an error.
[profile/ivi/qtjsbackend.git] / src / 3rdparty / v8 / src / heap.h
index 5e90964..6166cde 100644 (file)
@@ -190,6 +190,7 @@ inline Heap* _inline_get_heap_();
   V(string_symbol, "string")                                             \
   V(String_symbol, "String")                                             \
   V(Date_symbol, "Date")                                                 \
+  V(Error_symbol, "Error")                                               \
   V(this_symbol, "this")                                                 \
   V(to_string_symbol, "toString")                                        \
   V(char_at_symbol, "CharAt")                                            \