Searched defs:was_found (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/ast/
H A Dprettyprinter.cc281 bool was_found = !found_ && node->position() == position_; local
282 if (was_found) {
292 if (!was_found) Print("(...)");
294 if (was_found) done_ = true;
299 bool was_found = !found_ && node->position() == position_; local
300 if (was_found) {
309 Find(node->expression(), was_found);
311 if (was_found) done_ = true;
/external/v8/src/
H A Dobjects.cc1016 bool was_found; local
1019 it->GetName(), it->GetReceiver(), &was_found);
1020 if (!was_found) it->NotFound();
1052 bool* was_found) {
1053 *was_found = true;
1087 *was_found = it.IsFound();
1048 GetProperty(Isolate* isolate, Handle<JSProxy> proxy, Handle<Name> name, Handle<Object> receiver, bool* was_found) argument

Completed in 133 milliseconds