Searched refs:reg_exp_ (Results 1 – 2 of 2) sorted by relevance
28 reg_exp_(isolate, kRegExpGenerations), in CompilationCache()31 {&script_, &eval_global_, &eval_contextual_, ®_exp_}; in CompilationCache()307 return reg_exp_.Lookup(source, flags); in LookupRegExp()349 reg_exp_.Put(source, flags, data); in PutRegExp()
232 CompilationCacheRegExp reg_exp_; variable