Home | History | Annotate | Download | only in src

Lines Matching defs:is_native

951       bool is_native = RegExpImpl::UsesNativeRegExp();
960 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
963 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));