Home | History | Annotate | Download | only in src

Lines Matching refs:is_native

899       bool is_native = RegExpImpl::UsesNativeRegExp();
907 (is_native ? ascii_data->IsCode() : ascii_data->IsByteArray()));
910 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));