Home | History | Annotate | Download | only in src

Lines Matching refs:is_native

752       bool is_native = RegExpImpl::UsesNativeRegExp();
761 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
764 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));