Searched refs:PutRegExp (Results 1 – 5 of 5) sorted by relevance
99 static Handle<CompilationCacheTable> PutRegExp(
252 CompilationCacheTable::PutRegExp(isolate(), table, source, flags, data)); in Put()344 void CompilationCache::PutRegExp(Handle<String> source, in PutRegExp() function in v8::internal::CompilationCache
191 void PutRegExp(Handle<String> source,
17689 Handle<CompilationCacheTable> CompilationCacheTable::PutRegExp( in PutRegExp() function in v8::internal::CompilationCacheTable
184 compilation_cache->PutRegExp(pattern, flags, data); in Compile()