Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Djs-regexp-inl.h75 Object value = DataAt(kIrregexpCaptureNameMapIndex); in capture_name_map()
82 SetDataAt(JSRegExp::kIrregexpCaptureNameMapIndex, Smi::zero()); in set_capture_name_map()
84 SetDataAt(JSRegExp::kIrregexpCaptureNameMapIndex, *capture_name_map); in set_capture_name_map()
Djs-regexp.h192 static constexpr int kIrregexpCaptureNameMapIndex = variable
199 kIrregexpCaptureNameMapIndex + 1;
/third_party/node/deps/v8/src/builtins/
Dbuiltins-regexp-gen.cc316 LoadFixedArrayElement(data, JSRegExp::kIrregexpCaptureNameMapIndex); in ConstructNewResultFromMatchInfo()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3606 store.set(JSRegExp::kIrregexpCaptureNameMapIndex, uninitialized); in SetRegExpIrregexpData()
3630 store.set(JSRegExp::kIrregexpCaptureNameMapIndex, uninitialized); in SetRegExpExperimentalData()