Home
last modified time | relevance | path

Searched refs:subject_handle (Results 1 – 1 of 1) sorted by relevance

/external/v8/src/regexp/
Dregexp-macro-assembler.cc169 Handle<String> subject_handle(*subject); in CheckStackGuardState() local
170 bool is_one_byte = subject_handle->IsOneByteRepresentationUnderneath(); in CheckStackGuardState()
198 if (subject_handle->IsOneByteRepresentationUnderneath() != is_one_byte) { in CheckStackGuardState()
204 *subject = *subject_handle; in CheckStackGuardState()