Home | History | Annotate | Download | only in cctest

Lines Matching refs:Error

1587   v8::Handle<v8::Script> script = Script::Compile(v8_str("throw 'error'"),
3134 // Test that a syntax error in an extension does not cause a fatal
3135 // error but results in an empty context.
3152 // a fatal error but results in an empty context.
3289 // tests that the fatal error handler gets called. This renders V8
3346 Script::Compile(v8_str("throw Error()"))->Run();
3858 v8::Handle<Value> error = v8::Exception::Error(foo);
3859 CHECK(error->IsObject());
3860 CHECK(v8::Handle<v8::Object>::Cast(error)->Get(message)->Equals(foo));
6650 // found in which case we should get a reference error.