Home | History | Annotate | Download | only in src

Lines Matching refs:flags

640   CONVERT_ARG_CHECKED(String, flags, 2);
641 Handle<Object> result = RegExpImpl::Compile(re, pattern, flags);
852 ContextLookupFlags flags = DONT_FOLLOW_CHAINS;
854 context->Lookup(name, flags, &index, &attributes);
1108 ContextLookupFlags flags = FOLLOW_CHAINS;
1110 context->Lookup(name, flags, &index, &attributes);
1239 Handle<String> flags = args.at<String>(3);
1252 RegExpImpl::CreateRegExpLiteral(constructor, pattern, flags,
5097 ContextLookupFlags flags = FOLLOW_CHAINS;
5099 context->Lookup(name, flags, &index, &attributes);
5178 ContextLookupFlags flags = FOLLOW_CHAINS;
5180 context->Lookup(name, flags, &index, &attributes);
5246 ContextLookupFlags flags = FOLLOW_CHAINS;
5248 context->Lookup(name, flags, &index, &attributes);