Loading...
Searching...
No Matches
v8::ScriptCompiler Member List

This is the complete list of members for v8::ScriptCompiler, including all inherited members.

CachedDataVersionTag()v8::ScriptCompilerstatic
Compile(Local< Context > context, Source *source, CompileOptions options=kNoCompileOptions, NoCacheReason no_cache_reason=kNoCacheNoReason)v8::ScriptCompilerstatic
Compile(Local< Context > context, StreamedSource *source, Local< String > full_source_string, const ScriptOrigin &origin)v8::ScriptCompilerstatic
CompileFunction(Local< Context > context, Source *source, size_t arguments_count=0, Local< String > arguments[]=nullptr, size_t context_extension_count=0, Local< Object > context_extensions[]=nullptr, CompileOptions options=kNoCompileOptions, NoCacheReason no_cache_reason=kNoCacheNoReason)v8::ScriptCompilerstatic
CompileModule(Isolate *isolate, Source *source, CompileOptions options=kNoCompileOptions, NoCacheReason no_cache_reason=kNoCacheNoReason)v8::ScriptCompilerstatic
CompileModule(Local< Context > context, StreamedSource *v8_source, Local< String > full_source_string, const ScriptOrigin &origin)v8::ScriptCompilerstatic
CompileOptions enum namev8::ScriptCompiler
CompileUnboundScript(Isolate *isolate, Source *source, CompileOptions options=kNoCompileOptions, NoCacheReason no_cache_reason=kNoCacheNoReason)v8::ScriptCompilerstatic
CreateCodeCache(Local< UnboundScript > unbound_script)v8::ScriptCompilerstatic
CreateCodeCache(Local< UnboundModuleScript > unbound_module_script)v8::ScriptCompilerstatic
CreateCodeCacheForFunction(Local< Function > function)v8::ScriptCompilerstatic
InMemoryCacheResult enum namev8::ScriptCompiler
kConsumeCodeCache enum valuev8::ScriptCompiler
kConsumeCompileHints enum valuev8::ScriptCompiler
kEagerCompile enum valuev8::ScriptCompiler
kNoCacheBecauseCacheTooCold enum valuev8::ScriptCompiler
kNoCacheBecauseCachingDisabled enum valuev8::ScriptCompiler
kNoCacheBecauseDeferredProduceCodeCache enum valuev8::ScriptCompiler
kNoCacheBecauseExtensionModule enum valuev8::ScriptCompiler
kNoCacheBecauseInDocumentWrite enum valuev8::ScriptCompiler
kNoCacheBecauseInlineScript enum valuev8::ScriptCompiler
kNoCacheBecauseInspector enum valuev8::ScriptCompiler
kNoCacheBecauseModule enum valuev8::ScriptCompiler
kNoCacheBecauseNoResource enum valuev8::ScriptCompiler
kNoCacheBecausePacScript enum valuev8::ScriptCompiler
kNoCacheBecauseResourceWithNoCacheHandler enum valuev8::ScriptCompiler
kNoCacheBecauseScriptTooSmall enum valuev8::ScriptCompiler
kNoCacheBecauseStreamingSource enum valuev8::ScriptCompiler
kNoCacheBecauseV8Extension enum valuev8::ScriptCompiler
kNoCacheNoReason enum valuev8::ScriptCompiler
kNoCompileOptions enum valuev8::ScriptCompiler
kProduceCompileHints enum valuev8::ScriptCompiler
NoCacheReason enum namev8::ScriptCompiler
StartConsumingCodeCache(Isolate *isolate, std::unique_ptr< CachedData > source)v8::ScriptCompilerstatic
StartStreaming(Isolate *isolate, StreamedSource *source, ScriptType type=ScriptType::kClassic, CompileOptions options=kNoCompileOptions, CompileHintCallback compile_hint_callback=nullptr, void *compile_hint_callback_data=nullptr)v8::ScriptCompilerstatic