Searched refs:found_function (Results 1 – 2 of 2) sorted by relevance
728 FunctionInfoMap::const_iterator found_function = in RunFunction() local730 if (found_function == function_map.end()) { in RunFunction()745 if (found_function->second.self_evaluating_args_runner) { in RunFunction()746 return found_function->second.self_evaluating_args_runner( in RunFunction()755 if (found_function->second.generic_block_runner) { in RunFunction()760 return found_function->second.generic_block_runner( in RunFunction()764 if (found_function->second.executed_block_runner) { in RunFunction()775 Value result = found_function->second.executed_block_runner( in RunFunction()786 return found_function->second.no_block_runner(scope, function, in RunFunction()
129 functions::FunctionInfoMap::const_iterator found_function = in RunHelp() local131 if (found_function != function_map.end()) { in RunHelp()132 PrintLongHelp(found_function->second.help); in RunHelp()