Home | History | Annotate | Download | only in cctest

Lines Matching defs:range_error

8404   v8::Handle<Value> range_error = v8::Exception::RangeError(foo);
8405 CHECK(range_error->IsObject());
8406 CHECK(range_error.As<v8::Object>()->Get(message)->Equals(foo));