Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(777)

Unified Diff: src/isolate.h

Issue 264333007: Add OnCompileError handler and v8::CompileError debug event (Closed) Base URL: git://github.com/v8/v8.git@master
Patch Set: Created 6 years, 7 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/isolate.h
diff --git a/src/isolate.h b/src/isolate.h
index bc7646bd4834bafc03bf333f53da14ee072ac451..5e1fbb616142a94aef0a6293240a6c1308e493f9 100644
--- a/src/isolate.h
+++ b/src/isolate.h
@@ -1185,6 +1185,8 @@ class Isolate {
// Traverse prototype chain to find out whether the object is derived from
// the Error object.
bool IsErrorObject(Handle<Object> obj);
+ bool IsSyntaxErrorObject(Handle<Object> obj);
+ bool IsTypeObject(Handle<Object> obj, Handle<String> key);
Atomic32 id_;
EntryStackItem* entry_stack_;

Powered by Google App Engine
This is Rietveld 408576698