Home
last modified time | relevance | path

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

/external/v8/src/runtime/
Druntime-regexp.cc833 Handle<RegExpMatchInfo> internal_match_info = in RUNTIME_FUNCTION() local
837 isolate, regexp, subject, replacement, internal_match_info); in RUNTIME_FUNCTION()
/external/v8/src/builtins/
Dbuiltins-regexp.cc2648 Node* const internal_match_info = LoadContextElement( in TF_BUILTIN() local
2653 smi_zero, internal_match_info); in TF_BUILTIN()
/external/v8/src/
Dbootstrapper.cc2261 Handle<RegExpMatchInfo> internal_match_info = factory->NewRegExpMatchInfo(); in InitializeGlobal() local
2262 native_context()->set_regexp_internal_match_info(*internal_match_info); in InitializeGlobal()