https://chromiumcodereview.appspot.com/264333007/diff/20001/include/v8-debug.h
File include/v8-debug.h (right):

https://chromiumcodereview.appspot.com/264333007/diff/20001/include/v8-debug.h#newcode25
include/v8-debug.h:25: ScriptFailedToParse = 9
SyntaxError

https://chromiumcodereview.appspot.com/264333007/diff/20001/src/debug.cc
File src/debug.cc (right):

https://chromiumcodereview.appspot.com/264333007/diff/20001/src/debug.cc#newcode2705
src/debug.cc:2705: // Save breakpoints or not, if SyntaxError ocured?
I don't think we should care about breakpoints in a script with syntax
error.

https://chromiumcodereview.appspot.com/264333007/diff/20001/src/isolate.cc
File src/isolate.cc (right):

https://chromiumcodereview.appspot.com/264333007/diff/20001/src/isolate.cc#newcode1003
src/isolate.cc:1003: bool Isolate::IsTypeObject(Handle<Object> obj,
Handle<String> key) {
IsObjectOfType

https://chromiumcodereview.appspot.com/264333007/diff/20001/src/isolate.cc#newcode1003
src/isolate.cc:1003: bool Isolate::IsTypeObject(Handle<Object> obj,
Handle<String> key) {
key -> js_builtin_key

https://chromiumcodereview.appspot.com/264333007/

--
--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev
--- You received this message because you are subscribed to the Google Groups "v8-dev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to