Searched refs:reg_exp_ (Results 1 – 2 of 2) sorted by relevance
55 reg_exp_(isolate, kRegExpGenerations), in CompilationCache()58 {&script_, &eval_global_, &eval_contextual_, ®_exp_}; in CompilationCache()424 return reg_exp_.Lookup(source, flags); in LookupRegExp()465 reg_exp_.Put(source, flags, data); in PutRegExp()
280 CompilationCacheRegExp reg_exp_; variable