Searched refs:SH_LIMIT_CALL_STACK_DEPTH (Results 1 – 4 of 4) sorted by relevance
242 int compileOptions = SH_LIMIT_CALL_STACK_DEPTH;261 compileOptions & ~SH_LIMIT_CALL_STACK_DEPTH, NULL));271 int compileOptions = SH_LIMIT_CALL_STACK_DEPTH;290 compileOptions & ~SH_LIMIT_CALL_STACK_DEPTH, NULL));499 compileOptions | SH_LIMIT_CALL_STACK_DEPTH, kHasRecursion));508 compileOptions | SH_LIMIT_CALL_STACK_DEPTH, NULL));
168 SH_LIMIT_CALL_STACK_DEPTH = 0x4000, enumerator
159 SH_LIMIT_EXPRESSION_COMPLEXITY | SH_LIMIT_CALL_STACK_DEPTH | in GetCompileOptions()
192 … success = detectCallDepth(root, infoSink, (compileOptions & SH_LIMIT_CALL_STACK_DEPTH) != 0); in compile()