Home
last modified time | relevance | path

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

/external/v8/src/
Djsregexp.h53 static Handle<Object> CreateRegExpLiteral(Handle<JSFunction> constructor,
Djsregexp.cc65 Handle<Object> RegExpImpl::CreateRegExpLiteral(Handle<JSFunction> constructor, in CreateRegExpLiteral() function in v8::internal::RegExpImpl
Druntime.cc1252 RegExpImpl::CreateRegExpLiteral(constructor, pattern, flags, in Runtime_MaterializeRegExpLiteral()