Home | History | Annotate | Download | only in src

Lines Matching defs:threw

2684     bool threw = false;
2686 isolate, Handle<JSReceiver>(callable), &threw);
2687 if (threw) return Failure::Exception();
2703 bool threw = false;
2705 isolate, Handle<JSReceiver>(callable), &threw);
2706 if (threw) return Failure::Exception();
5699 bool threw = false;
5700 Handle<JSArray> result = GetKeysFor(object, &threw);
5701 if (threw) return Failure::Exception();
5721 bool threw = false;
5723 GetKeysInFixedArrayFor(object, INCLUDE_PROTOS, &threw);
5724 if (threw) return Failure::Exception();
5926 bool threw = false;
5928 threw);
5929 if (threw) return Failure::Exception();
8820 bool threw;
8824 isolate, hfun, hreceiver, argc, argv, &threw, true);
8826 if (threw) return Failure::Exception();
8857 bool threw;
8859 isolate, fun, receiver, argc, argv, &threw, true);
8861 if (threw) return Failure::Exception();
10243 * Returns false if any access threw an exception, otherwise true.
11500 bool threw = false;
11502 GetKeysInFixedArrayFor(ext, INCLUDE_PROTOS, &threw);
11503 if (threw) return Handle<JSObject>();
11653 bool threw = false;
11655 GetKeysInFixedArrayFor(ext, INCLUDE_PROTOS, &threw);
11656 if (threw) return Handle<JSObject>();