Searched refs:current_candidate_ (Results 1 – 1 of 1) sorted by relevance
1446 : current_candidate_(NULL), in SharedFunctionInfoFinder()1461 if (current_candidate_ != NULL) { in NewCandidate()1463 shared->end_position() == current_candidate_->end_position()) { in NewCandidate()1469 if (!current_candidate_->is_toplevel() && shared->is_toplevel()) return; in NewCandidate()1471 current_candidate_->end_position() < shared->end_position()) { in NewCandidate()1477 current_candidate_ = shared; in NewCandidate()1481 SharedFunctionInfo* Result() { return current_candidate_; } in Result()1486 SharedFunctionInfo* current_candidate_; member in v8::internal::SharedFunctionInfoFinder