Home | History | Annotate | Download | only in compiler

Lines Matching refs:array_index

1231       uint32_t array_index;
1232 if (name->AsArrayIndex(&array_index)) {
1234 index = jsgraph()->Constant(static_cast<double>(array_index));