Searched refs:new_literal_count (Results 1 – 1 of 1) sorted by relevance
1006 int new_literal_count = compile_info_wrapper->GetLiteralCount(); in PatchLiterals() local1007 if (new_literal_count > 0) { in PatchLiterals()1008 new_literal_count += JSFunction::kLiteralsPrefixSize; in PatchLiterals()1012 if (old_literal_count == new_literal_count) { in PatchLiterals()1027 isolate->factory()->NewFixedArray(new_literal_count); in PatchLiterals()1028 if (new_literal_count > 0) { in PatchLiterals()1043 shared_info->set_num_literals(new_literal_count); in PatchLiterals()