Searched defs:is_native (Results 1 - 1 of 1) sorted by relevance

/external/v8/src/
H A Dobjects-debug.cc797 bool is_native = RegExpImpl::UsesNativeRegExp(); local
806 (is_native ? one_byte_data->IsCode() : one_byte_data->IsByteArray()));
809 (is_native ? uc16_data->IsCode() : uc16_data->IsByteArray()));

Completed in 404 milliseconds