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()323 return reg_exp_.Lookup(source, flags); in LookupRegExp()362 reg_exp_.Put(source, flags, data); in PutRegExp()
227 CompilationCacheRegExp reg_exp_; variable