Lines Matching defs:threw
3410 bool threw = false;3412 i::GetKeysInFixedArrayFor(self, i::INCLUDE_PROTOS, &threw);3413 if (threw) return Local<v8::Array>();3431 bool threw = false;3433 i::GetKeysInFixedArrayFor(self, i::LOCAL_ONLY, &threw);3434 if (threw) return Local<v8::Array>();