/third_party/node/deps/v8/src/regexp/experimental/ |
H A D | experimental.cc | 206 Exec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int subject_index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) Exec() argument 283 OneshotExec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int subject_index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) OneshotExec() argument
|
/third_party/node/deps/v8/src/regexp/ |
H A D | regexp.cc | 302 ExperimentalOneshotExec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) ExperimentalOneshotExec() argument 311 Exec(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int index, Handle<RegExpMatchInfo> last_match_info, ExecQuirks exec_quirks) Exec() argument 341 SetAtomLastCapture(Isolate* isolate, Handle<RegExpMatchInfo> last_match_info, String subject, int from, int to) SetAtomLastCapture() argument 401 AtomExec(Isolate* isolate, Handle<JSRegExp> re, Handle<String> subject, int index, Handle<RegExpMatchInfo> last_match_info) AtomExec() argument 727 IrregexpExec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int previous_index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) IrregexpExec() argument 800 SetLastMatchInfo( Isolate* isolate, Handle<RegExpMatchInfo> last_match_info, Handle<String> subject, int capture_count, int32_t* match) SetLastMatchInfo() argument [all...] |
/third_party/node/deps/v8/src/builtins/ |
H A D | builtins-regexp-gen.cc | 1552 const TNode<Object> last_match_info = LoadContextElement( in RegExpPrototypeSplitBody() local 1608 const TNode<Object> last_match_info = LoadContextElement( in RegExpPrototypeSplitBody() local
|
/third_party/node/deps/v8/src/runtime/ |
H A D | runtime-regexp.cc | 545 StringReplaceGlobalAtomRegExpWithString( Isolate* isolate, Handle<String> subject, Handle<JSRegExp> pattern_regexp, Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) StringReplaceGlobalAtomRegExpWithString() argument 624 StringReplaceGlobalRegExpWithString( Isolate* isolate, Handle<String> subject, Handle<JSRegExp> regexp, Handle<String> replacement, Handle<RegExpMatchInfo> last_match_info) StringReplaceGlobalRegExpWithString() argument 702 StringReplaceGlobalRegExpWithEmptyString( Isolate* isolate, Handle<String> subject, Handle<JSRegExp> regexp, Handle<RegExpMatchInfo> last_match_info) StringReplaceGlobalRegExpWithEmptyString() argument 883 RegExpExec(Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int32_t index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) RegExpExec() argument 896 ExperimentalOneshotExec( Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, int32_t index, Handle<RegExpMatchInfo> last_match_info, RegExp::ExecQuirks exec_quirks) ExperimentalOneshotExec() argument 918 Handle<RegExpMatchInfo> last_match_info = args.at<RegExpMatchInfo>(3); RUNTIME_FUNCTION() local 931 Handle<RegExpMatchInfo> last_match_info = args.at<RegExpMatchInfo>(3); RUNTIME_FUNCTION() local 944 Handle<RegExpMatchInfo> last_match_info = args.at<RegExpMatchInfo>(3); RUNTIME_FUNCTION() local 959 Handle<RegExpMatchInfo> last_match_info = args.at<RegExpMatchInfo>(3); RUNTIME_FUNCTION() local 1362 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); RegExpReplace() local 1471 Handle<RegExpMatchInfo> last_match_info = args.at<RegExpMatchInfo>(2); RUNTIME_FUNCTION() local 1503 Handle<RegExpMatchInfo> last_match_info = isolate->regexp_last_match_info(); RUNTIME_FUNCTION() local [all...] |
/third_party/node/deps/v8/src/init/ |
H A D | bootstrapper.cc | 2662 Handle<RegExpMatchInfo> last_match_info = factory->NewRegExpMatchInfo(); in InitializeGlobal() local
|