Home | History | Annotate | Download | only in cctest

Lines Matching defs:range_error

6015   v8::Handle<Value> range_error = v8::Exception::RangeError(foo);
6016 CHECK(range_error->IsObject());
6017 CHECK(range_error.As<v8::Object>()->Get(message)->Equals(foo));