Home | History | Annotate | Download | only in regexp

Lines Matching defs:Compile

135 MaybeHandle<Object> RegExpImpl::Compile(Handle<JSRegExp> re,
337 // Compile the RegExp.
378 RegExpEngine::Compile(isolate, &zone, &compile_data, flags, pattern,
381 // Unable to compile regexp.
1080 // Attempts to compile the regexp using an Irregexp code generator. Returns
5640 // Compile $ in multiline regexps as an alternation with a positive
6612 RegExpEngine::CompilationResult RegExpEngine::Compile(