Home | History | Annotate | Download | only in compiler

Lines Matching full:tenured

865   PretenureFlag tenured =
866 bytecode_iterator().GetFlagOperand(1) ? TENURED : NOT_TENURED;
867 const Operator* op = javascript()->CreateClosure(shared_info, tenured);