Home | History | Annotate | Download | only in src

Lines Matching defs:ThrowException

475 v8::Handle<Value> ThrowException(v8::Handle<v8::Value> value) {
476 return v8::Isolate::GetCurrent()->ThrowException(value);
2034 reinterpret_cast<Isolate*>(isolate_)->ThrowException(exc);
6572 v8::Local<Value> Isolate::ThrowException(v8::Local<v8::Value> value) {