Searched refs:next_function (Results 1 – 2 of 2) sorted by relevance
969 JSFunction* next_function = functions_[index_]; in next() local975 if (!AllowAccessToFunction(isolate_->context(), next_function)) continue; in next()976 return next_function; in next()984 JSFunction* next_function; in Find() local986 next_function = next(); in Find()987 if (next_function == function) return true; in Find()988 } while (next_function != NULL); in Find()
1344 function IteratorGetValues_(iter, next_function, opt_limit) { argument1348 !(next = %_Call(next_function, iter)).done) {