Clear() | v8::internal::CompilationCache | |
CompilationCache(const CompilationCache &)=delete | v8::internal::CompilationCache | |
CompilationCache(Isolate *isolate) | v8::internal::CompilationCache | explicitprivate |
DisableScriptAndEval() | v8::internal::CompilationCache | |
EagerOptimizingSet() | v8::internal::CompilationCache | private |
enabled_script_and_eval_ | v8::internal::CompilationCache | private |
EnableScriptAndEval() | v8::internal::CompilationCache | |
eval_contextual_ | v8::internal::CompilationCache | private |
eval_global_ | v8::internal::CompilationCache | private |
IsEnabledScript(LanguageMode language_mode) | v8::internal::CompilationCache | inlineprivate |
IsEnabledScriptAndEval() const | v8::internal::CompilationCache | inlineprivate |
Isolate class | v8::internal::CompilationCache | friend |
isolate() const | v8::internal::CompilationCache | inlineprivate |
isolate_ | v8::internal::CompilationCache | private |
Iterate(RootVisitor *v) | v8::internal::CompilationCache | |
LookupEval(DirectHandle< String > source, DirectHandle< SharedFunctionInfo > outer_info, DirectHandle< Context > context, LanguageMode language_mode, int position) | v8::internal::CompilationCache | |
LookupRegExp(DirectHandle< String > source, JSRegExp::Flags flags) | v8::internal::CompilationCache | |
LookupScript(Handle< String > source, const ScriptDetails &script_details, LanguageMode language_mode) | v8::internal::CompilationCache | |
MarkCompactPrologue() | v8::internal::CompilationCache | |
operator=(const CompilationCache &)=delete | v8::internal::CompilationCache | |
PutEval(DirectHandle< String > source, DirectHandle< SharedFunctionInfo > outer_info, DirectHandle< Context > context, DirectHandle< SharedFunctionInfo > function_info, DirectHandle< FeedbackCell > feedback_cell, int position) | v8::internal::CompilationCache | |
PutRegExp(DirectHandle< String > source, JSRegExp::Flags flags, DirectHandle< RegExpData > data) | v8::internal::CompilationCache | |
PutScript(Handle< String > source, LanguageMode language_mode, DirectHandle< SharedFunctionInfo > function_info) | v8::internal::CompilationCache | |
reg_exp_ | v8::internal::CompilationCache | private |
Remove(DirectHandle< SharedFunctionInfo > function_info) | v8::internal::CompilationCache | |
script_ | v8::internal::CompilationCache | private |
~CompilationCache()=default | v8::internal::CompilationCache | private |