Interrupts are not currently supported by interpreted irregexp.
R=mvstanton@chromium.org
BUG=
Review URL: https://codereview.chromium.org/
27312002
git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@17209
ce2b1a6d-e550-0410-aec6-
3dcde31c8c00
}
+#ifndef V8_INTERPRETED_REGEXP
+
struct RegExpInterruptionData {
int loop_count;
UC16VectorResource* string_resource;
regexp_interruption_data.string.Dispose();
}
+#endif // V8_INTERPRETED_REGEXP
+
// Test that we cannot set a property on the global object if there
// is a read-only property in the prototype chain.