Made the Error prototype into an error. Allow \c at the end of
authorchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 10 Mar 2009 11:32:19 +0000 (11:32 +0000)
committerchristian.plesner.hansen@gmail.com <christian.plesner.hansen@gmail.com@ce2b1a6d-e550-0410-aec6-3dcde31c8c00>
Tue, 10 Mar 2009 11:32:19 +0000 (11:32 +0000)
commitc1c5a09ebd773f1536f0c016a71b94f4aad1a4ea
tree6d53a3ae2a72d6fda0b8f7b2c0950adf4baabb4c
parent4703382b3e1d9db363176b2126da516d561a9a04
Made the Error prototype into an error.  Allow \c at the end of
regexps.  Throw a type error when calling regexp methods on
non-regexps.

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1473 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
src/messages.js
src/parser.cc
src/regexp-delay.js
test/cctest/test-regexp.cc