Lines Matching defs:source
2 // Use of this source code is governed by a BSD-style license that can be
25 Handle<String> source, RegExpFlags flags,
29 StdoutStream{} << "Initializing experimental regexp " << *source
34 re, source, JSRegExp::AsJSRegExpFlags(flags), capture_count);
66 // Compiles source pattern, but doesn't change the regexp object.
71 Handle<String> source(regexp->source(), isolate);
73 // Parse and compile the regexp source.
78 isolate, &zone, source, JSRegExp::AsRegExpFlags(regexp->flags()),
84 USE(RegExp::ThrowRegExpException(isolate, regexp, source,
108 Handle<String> source(re->source(), isolate);
110 StdoutStream{} << "Compiling experimental regexp " << *source << std::endl;
172 StdoutStream{} << "Executing experimental regexp " << regexp.source()
269 << regexp->source() << std::endl;