Searched refs:reg_exp_ (Results 1 – 2 of 2) sorted by relevance
32 reg_exp_(isolate, kRegExpGenerations), in CompilationCache()35 &script_, &eval_global_, &eval_contextual_, ®_exp_}; in CompilationCache()335 return reg_exp_.Lookup(source, flags); in LookupRegExp()373 reg_exp_.Put(source, flags, data); in PutRegExp()
235 CompilationCacheRegExp reg_exp_; variable