Searched refs:new_uncompiled_data (Results 1 – 2 of 2) sorted by relevance
123 Handle<UncompiledDataWithPreparseDataAndJob> new_uncompiled_data = in SetUncompiledDataJobPointer() local128 new_uncompiled_data->set_job(job_address); in SetUncompiledDataJobPointer()129 shared_info->set_uncompiled_data(*new_uncompiled_data); in SetUncompiledDataJobPointer()135 Handle<UncompiledDataWithoutPreparseDataWithJob> new_uncompiled_data = in SetUncompiledDataJobPointer() local140 new_uncompiled_data->set_job(job_address); in SetUncompiledDataJobPointer()141 shared_info->set_uncompiled_data(*new_uncompiled_data); in SetUncompiledDataJobPointer()
3354 Handle<UncompiledData> new_uncompiled_data = in Compile() local3358 existing->set_uncompiled_data(*new_uncompiled_data); in Compile()