Lines Matching defs:regexp
326 bool CompiledReplacement::Compile(Isolate* isolate, Handle<JSRegExp> regexp, in Compile()
625 Isolate* isolate, Handle<String> subject, Handle<JSRegExp> regexp, in StringReplaceGlobalRegExpWithString()
703 Isolate* isolate, Handle<String> subject, Handle<JSRegExp> regexp, in StringReplaceGlobalRegExpWithEmptyString()
883 MaybeHandle<Object> RegExpExec(Isolate* isolate, Handle<JSRegExp> regexp, in RegExpExec()
897 Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> subject, in ExperimentalOneshotExec()
914 Handle<JSRegExp> regexp = args.at<JSRegExp>(0); in RUNTIME_FUNCTION() local
927 Handle<JSRegExp> regexp = args.at<JSRegExp>(0); in RUNTIME_FUNCTION() local
940 Handle<JSRegExp> regexp = args.at<JSRegExp>(0); in RUNTIME_FUNCTION() local
955 Handle<JSRegExp> regexp = args.at<JSRegExp>(0); in RUNTIME_FUNCTION() local
972 Handle<JSRegExp> regexp = args.at<JSRegExp>(0); in RUNTIME_FUNCTION() local
983 MatchInfoBackedMatch(Isolate* isolate, Handle<JSRegExp> regexp, in MatchInfoBackedMatch()
1167 Handle<JSRegExp> regexp, in SearchRegExpMultiple()
1349 Isolate* isolate, Handle<JSRegExp> regexp, Handle<String> string, in RegExpReplace()
1469 Handle<JSRegExp> regexp = args.at<JSRegExp>(0); in RUNTIME_FUNCTION() local
1496 Handle<JSRegExp> regexp = args.at<JSRegExp>(1); in RUNTIME_FUNCTION() local
2000 Handle<JSRegExp> regexp = args.at<JSRegExp>(0); in RUNTIME_FUNCTION() local
2020 auto regexp = JSRegExp::cast(args[0]); in RUNTIME_FUNCTION() local