Lines Matching defs:threw
1906 bool threw = false;
1908 Execution::TryGetFunctionDelegate(Handle<JSReceiver>(callable), &threw);
1909 if (threw) return Failure::Exception();
4868 bool threw = false;
4869 Handle<JSArray> result = GetKeysFor(object, &threw);
4870 if (threw) return Failure::Exception();
4889 bool threw = false;
4891 GetKeysInFixedArrayFor(object, INCLUDE_PROTOS, &threw);
4892 if (threw) return Failure::Exception();
5089 bool threw = false;
5091 GetKeysInFixedArrayFor(object, LOCAL_ONLY, &threw);
5092 if (threw) return Failure::Exception();
8432 bool threw;
8436 Execution::Call(hfun, hreceiver, argc, argv, &threw, true);
8438 if (threw) return Failure::Exception();
8469 bool threw;
8471 Execution::Call(fun, receiver, argc, argv, &threw, true);
8473 if (threw) return Failure::Exception();
9643 * Returns false if any access threw an exception, otherwise true.
9945 bool threw = false;
9947 GetKeysInFixedArrayFor(array, INCLUDE_PROTOS, &threw);
9948 if (threw) return Failure::Exception();
10759 bool threw = false;
10761 GetKeysInFixedArrayFor(ext, INCLUDE_PROTOS, &threw);
10762 if (threw) return Handle<JSObject>();
10820 bool threw = false;
10822 GetKeysInFixedArrayFor(ext, INCLUDE_PROTOS, &threw);
10823 if (threw) return Handle<JSObject>();