Home
last modified time | relevance | path

Searched refs:reg_exp_ (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/
Dcompilation-cache.cc27 reg_exp_(isolate, kRegExpGenerations), in CompilationCache()
30 {&script_, &eval_global_, &eval_contextual_, &reg_exp_}; in CompilationCache()
310 return reg_exp_.Lookup(source, flags); in LookupRegExp()
350 reg_exp_.Put(source, flags, data); in PutRegExp()
Dcompilation-cache.h231 CompilationCacheRegExp reg_exp_; variable