Home | History | Annotate | Download | only in src

Lines Matching refs:is_null

278         if (value.is_null()) return value;
304 if (result.is_null()) return result;
330 if (result.is_null()) return result;
368 if (result.is_null()) return Failure::Exception();
390 if (object.is_null()) return Failure::Exception();
409 if (boilerplate.is_null()) return Failure::Exception();
428 if (boilerplate.is_null()) return Failure::Exception();
447 if (boilerplate.is_null()) return Failure::Exception();
466 if (boilerplate.is_null()) return Failure::Exception();
642 if (result.is_null()) return Failure::Exception();
1187 if (set.is_null()) {
1228 if (result.is_null()) return Failure::Exception();
1911 if (match.is_null()) {
1986 if (match.is_null()) {
2667 if (match.is_null()) {
2691 if (match.is_null()) {
3065 if (result.is_null()) return Failure::Exception();
3078 if (result.is_null()) return Failure::Exception();
5101 if (index < 0 && !holder.is_null()) {
5197 if (!holder.is_null() && holder->IsJSObject()) {
5270 if (!holder.is_null()) {
5285 if (set.is_null()) {
5594 if (boilerplate.is_null()) return Failure::Exception();
5674 if (boilerplate.is_null()) return MakePair(Failure::Exception(), NULL);
6896 bool Done() { return context_.is_null(); }
7005 if (!CurrentContext().is_null()) {
7190 if (!frame_text.is_null()) {
7341 if (target.is_null()) {
7366 if (last.is_null() ||
7375 if (target.is_null()) {
7376 if (!last.is_null()) {
7663 if (boilerplate.is_null()) return Failure::Exception();
7731 if (boilerplate.is_null()) return Failure::Exception();
8054 while (script.is_null() && ((obj = iterator.next()) != NULL)) {
8066 if (script.is_null()) return Factory::undefined_value();