| Index: src/factory.h
|
| diff --git a/src/factory.h b/src/factory.h
|
| index 558ff85a983c957d37b9bed14b1a24227a3586d5..b5ef36dd8b1e5f239907be4faf86896394cab53a 100644
|
| --- a/src/factory.h
|
| +++ b/src/factory.h
|
| @@ -436,6 +436,7 @@ class Factory {
|
|
|
| Handle<Object> NewReferenceError(const char* message,
|
| Vector< Handle<Object> > args);
|
| + Handle<Object> NewReferenceError(const char* message, Handle<JSArray> args);
|
| Handle<Object> NewReferenceError(Handle<String> message);
|
|
|
| Handle<Object> NewEvalError(const char* message,
|
|
|