Lines Matching defs:done
143 for (StackFrameIterator it(isolate); !it.done(); it.Advance()) {
1162 bool done;
1166 JSObject::GetPropertyWithInterceptor(it, &done), Object);
1167 if (done) return result;
2582 // on OOB accesses in strict code. Historically, v8 has not done made
3312 // (Already done above.)
5057 // renumbering done by AstFunctionLiteralIdReindexer; in particular, that
5316 // If map guarantees that there can't be a read-only length, we are done.
5804 bool done = false;
5805 for (int probe = 1; !done; probe++) {
5808 done = true;
5831 done = false;