Searched refs:next_function (Results 1 – 2 of 2) sorted by relevance
1263 JSFunction* next_function = functions_[index_]; in next() local1269 if (!AllowAccessToFunction(isolate_->context(), next_function)) continue; in next()1270 return next_function; in next()1278 JSFunction* next_function; in Find() local1280 next_function = next(); in Find()1281 if (next_function == function) return true; in Find()1282 } while (next_function != NULL); in Find()
1334 function IteratorGetValues_(iter, next_function, opt_limit) { argument1338 !(next = %_Call(next_function, iter)).done) {