Home
last modified time | relevance | path

Searched refs:limit_result (Results 1 - 2 of 2) sorted by relevance

/third_party/node/deps/v8/src/regexp/
H A Dregexp-compiler.cc2465 LimitResult limit_result = LimitVersions(compiler, trace); in Emit() local
2466 if (limit_result == DONE) return; in Emit()
2467 DCHECK(limit_result == CONTINUE); in Emit()
3082 LimitResult limit_result = LimitVersions(compiler, trace); in Emit() local
3083 if (limit_result == DONE) return; in Emit()
3084 DCHECK(limit_result == CONTINUE); in Emit()
3349 LimitResult limit_result = LimitVersions(compiler, trace); in Emit() local
3350 if (limit_result == DONE) return; in Emit()
3351 DCHECK(limit_result == CONTINUE); in Emit()
3474 LimitResult limit_result in Emit() local
[all...]
/third_party/python/Modules/
H A Dselectmodule.c1093 int fd_devpoll, limit_result; in newDevPollObject() local
1103 limit_result = getrlimit(RLIMIT_NOFILE, &limit); in newDevPollObject()
1104 if (limit_result == -1) { in newDevPollObject()

Completed in 9 milliseconds