![]() |
v8
V8 is Google’s open source high-performance JavaScript and WebAssembly engine, written in C++.
|
This is the complete list of members for v8::internal::CompilationCacheTable, including all inherited members.
| EnsureScriptTableCapacity(Isolate *isolate, Handle< CompilationCacheTable > cache) | v8::internal::CompilationCacheTable | privatestatic |
| EvalFeedbackValueAt(InternalIndex entry) | v8::internal::CompilationCacheTable | inline |
| kHashGenerations | v8::internal::CompilationCacheTable | static |
| LookupEval(DirectHandle< CompilationCacheTable > table, DirectHandle< String > src, DirectHandle< SharedFunctionInfo > shared, DirectHandle< NativeContext > native_context, LanguageMode language_mode, int position) | v8::internal::CompilationCacheTable | static |
| LookupRegExp(DirectHandle< String > source, JSRegExp::Flags flags) | v8::internal::CompilationCacheTable | |
| LookupScript(DirectHandle< CompilationCacheTable > table, Handle< String > src, const ScriptDetails &script_details, Isolate *isolate) | v8::internal::CompilationCacheTable | static |
| PrimaryValueAt(InternalIndex entry) | v8::internal::CompilationCacheTable | inline |
| PutEval(DirectHandle< CompilationCacheTable > cache, DirectHandle< String > src, DirectHandle< SharedFunctionInfo > outer_info, DirectHandle< SharedFunctionInfo > value, DirectHandle< NativeContext > native_context, DirectHandle< FeedbackCell > feedback_cell, int position) | v8::internal::CompilationCacheTable | static |
| PutRegExp(Isolate *isolate, DirectHandle< CompilationCacheTable > cache, DirectHandle< String > src, JSRegExp::Flags flags, DirectHandle< RegExpData > value) | v8::internal::CompilationCacheTable | static |
| PutScript(Handle< CompilationCacheTable > cache, Handle< String > src, MaybeHandle< FixedArray > maybe_wrapped_arguments, DirectHandle< SharedFunctionInfo > value, Isolate *isolate) | v8::internal::CompilationCacheTable | static |
| Remove(Tagged< Object > value) | v8::internal::CompilationCacheTable | |
| RemoveEntry(InternalIndex entry) | v8::internal::CompilationCacheTable | |
| SetEvalFeedbackValueAt(InternalIndex entry, Tagged< Object > value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER) | v8::internal::CompilationCacheTable | inline |
| SetPrimaryValueAt(InternalIndex entry, Tagged< Object > value, WriteBarrierMode mode=UPDATE_WRITE_BARRIER) | v8::internal::CompilationCacheTable | inline |