Searched refs:current_candidate_ (Results 1 – 1 of 1) sorted by relevance
1405 : current_candidate_(NULL), in SharedFunctionInfoFinder()1420 if (current_candidate_ != NULL) { in NewCandidate()1422 shared->end_position() == current_candidate_->end_position()) { in NewCandidate()1428 if (!current_candidate_->is_toplevel() && shared->is_toplevel()) return; in NewCandidate()1430 current_candidate_->end_position() < shared->end_position()) { in NewCandidate()1436 current_candidate_ = shared; in NewCandidate()1440 SharedFunctionInfo* Result() { return current_candidate_; } in Result()1445 SharedFunctionInfo* current_candidate_; member in v8::internal::SharedFunctionInfoFinder