Searched refs:has_context (Results 1 – 5 of 5) sorted by relevance
123 bool has_context; in msgdomain_write_csharp_resources() local126 has_context = false; in msgdomain_write_csharp_resources()129 has_context = true; in msgdomain_write_csharp_resources()130 if (has_context) in msgdomain_write_csharp_resources()
149 bool has_context; in msgdomain_write_tcl() local152 has_context = false; in msgdomain_write_tcl()155 has_context = true; in msgdomain_write_tcl()156 if (has_context) in msgdomain_write_tcl()
134 const lex_pos_ty *has_context; in msgdomain_list_print() local137 has_context = NULL; in msgdomain_list_print()149 has_context = &mp->pos; in msgdomain_list_print()155 if (has_context != NULL) in msgdomain_list_print()159 has_context->file_name, has_context->line_number, in msgdomain_list_print()
1207 bool has_context = false; in parser_parse_for_statement_start() local1214 has_context = context_p->next_scanner_info_p->source_p == context_p->source_p; in parser_parse_for_statement_start()1215 JERRY_ASSERT (!has_context || context_p->next_scanner_info_p->type == SCANNER_TYPE_BLOCK); in parser_parse_for_statement_start()1235 has_context = (context_p->next_scanner_info_p->source_p == context_p->source_p); in parser_parse_for_statement_start()1240 if (has_context) in parser_parse_for_statement_start()1242 has_context = parser_push_block_context (context_p, true); in parser_parse_for_statement_start()1283 if (has_context) in parser_parse_for_statement_start()1374 && has_context in parser_parse_for_statement_start()1381 uint16_t opcode = (has_context ? CBC_ASSIGN_LET_CONST : CBC_ASSIGN_SET_IDENT); in parser_parse_for_statement_start()
1624 const bool has_context = context_obj->IsObject(); in Parse() local1629 if (has_context) in Parse()1634 URL::Parse(input, len, state_override, &url, has_context, &base, has_base); in Parse()