Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/objects/
Dregexp-match-info.h45 inline void SetLastInput(Object value,
Dregexp-match-info-inl.h47 void RegExpMatchInfo::SetLastInput(Object value, WriteBarrierMode mode) { in SetLastInput() function
/third_party/node/deps/v8/src/builtins/
Dbuiltins-regexp.cc95 isolate->regexp_last_match_info()->SetLastInput(*str); in BUILTIN()
/third_party/node/deps/v8/src/regexp/
Dregexp.cc347 last_match_info->SetLastInput(subject); in SetAtomLastCapture()
829 result->SetLastInput(*subject); in SetLastMatchInfo()
/third_party/node/deps/v8/src/heap/
Dfactory.cc3650 raw.SetLastInput(*undefined_value(), SKIP_WRITE_BARRIER); in NewRegExpMatchInfo()