Home | History | Annotate | Download | only in src

Lines Matching refs:threw

2914   bool threw = false;
2916 i::GetKeysInFixedArrayFor(self, i::INCLUDE_PROTOS, &threw);
2917 if (threw) return Local<v8::Array>();
2935 bool threw = false;
2937 i::GetKeysInFixedArrayFor(self, i::LOCAL_ONLY, &threw);
2938 if (threw) return Local<v8::Array>();