Searched refs:has_context (Results 1 – 10 of 10) sorted by relevance
191 bool OptimizedCompilationInfo::has_context() const { in has_context() function in v8::internal::OptimizedCompilationInfo196 DCHECK(has_context()); in context()
143 bool has_context() const;
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()
31 if (!function->has_context()) return nullptr; in CreateForFunction()
103 inline bool has_context() const;
144 bool JSFunction::has_context() const { in has_context() function
690 bool has_context = in ContextLength() local699 if (!has_context) return 0; in ContextLength()
652 return function.has_context() in GetCreationContext()
4243 bool has_context = OperatorProperties::HasContextInput(op); in MakeNode() local4252 if (!has_context && !has_frame_state && !has_control && !has_effect) { in MakeNode()4257 if (has_context) ++input_count_with_deps; in MakeNode()4266 if (has_context) { in MakeNode()
409 DCHECK(info()->has_context()); in ChooseSpecializationContext()