Lines Matching defs:first
233 // the liveness analysis. Normally we would LdaUndefined first, but the
254 // the liveness analysis. Normally we would LdaUndefined first, but the Smi
1085 // also provides a way of accessing the pairs in the order they were first
1285 FunctionLiteral* expr = literal.first;
1298 NativeFunctionLiteral* expr = literal.first;
1317 ObjectLiteralBoilerplateBuilder* object_literal_builder = literal.first;
1332 ArrayLiteralBoilerplateBuilder* array_literal_builder = literal.first;
1340 ClassLiteral* class_literal = literal.first;
1348 GetTemplateObject* get_template_object = literal.first;
1863 return covered_cases.size() == 0 ? INT_MAX : covered_cases.begin()->first;
1866 return covered_cases.size() == 0 ? INT_MIN : covered_cases.rbegin()->first;
1872 std::cout << iter->first << "->" << iter->second << '\n';
2734 // each pair of corresponding getters and setters, in the order the first
3065 expr->properties()->first()->kind() == ObjectLiteral::Property::SPREAD;
3072 Expression* property = expr->properties()->first()->value();
3172 VisitForRegisterValue(accessors.first, args[1]);
3184 // with the first computed property name and continues with all properties to
3380 // There are some elements before the first (if any) spread, and we can
3385 // elements before the first spread. This also handle the empty array case
3431 // Insert the missing non-constant elements, up until the first spread
3452 // to store the next element, which comes from the first spread.
3820 // first ScriptContext that has a slot for name 'x'.
4343 // Since the first property access on null/undefined will also trigger a
4346 // first property is a computed name and accessing it can have side effects.
4679 // If this is not the first yield
5396 // The callee is the first register in args for ease of calling %reflect_apply
5534 // Move the first arg.
5670 // the first constructor scope found in the outer scope chain is the
5711 // Load the constructor. It's in the first register in args for ease of
6240 TypeHint type_hint = VisitForAccumulatorValue(expr->first());
6527 VisitForEffect(expr->first());
6579 VisitLogicalTestSubExpression(token, expr->first(), then_labels, else_labels,
6677 Expression* first = expr->first();
6684 if (first->ToBooleanIsTrue()) {
6692 if (VisitLogicalOrSubExpression(first, &end_labels,
6738 Expression* first = expr->first();
6745 if (first->ToBooleanIsFalse()) {
6753 if (VisitLogicalAndSubExpression(first, &end_labels,
6800 Expression* first = expr->first();
6807 if (first->IsLiteralButNotNullOrUndefined() && first->ToBooleanIsTrue()) {
6815 if (VisitNullishSubExpression(first, &end_labels,