Home
last modified time | relevance | path

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

/external/v8/src/
Dobjects-debug.cc748 CHECK(arr->get(JSRegExp::kAtomPatternIndex)->IsString()); in JSRegExpVerify()
Dfactory.cc2352 store->set(JSRegExp::kAtomPatternIndex, *data); in SetRegExpAtomData()
Dobjects.h7779 static const int kAtomPatternIndex = kDataIndex; variable
7781 static const int kAtomDataSize = kAtomPatternIndex + 1;
Djsregexp.cc283 String* needle = String::cast(regexp->DataAt(JSRegExp::kAtomPatternIndex)); in AtomExecRaw()
Druntime.cc3835 String::cast(pattern_regexp->DataAt(JSRegExp::kAtomPatternIndex)); in StringReplaceGlobalAtomRegExpWithString()