V8 API Reference, 7.2.502.16 (for Deno 0.2.4)
|
This is the complete list of members for v8::ScriptCompiler, including all inherited members.
CachedDataVersionTag() | v8::ScriptCompiler | static |
Compile(Local< Context > context, Source *source, CompileOptions options=kNoCompileOptions, NoCacheReason no_cache_reason=kNoCacheNoReason) | v8::ScriptCompiler | static |
Compile(Local< Context > context, StreamedSource *source, Local< String > full_source_string, const ScriptOrigin &origin) | v8::ScriptCompiler | static |
CompileFunctionInContext(Local< Context > context, Source *source, size_t arguments_count, Local< String > arguments[], size_t context_extension_count, Local< Object > context_extensions[], CompileOptions options=kNoCompileOptions, NoCacheReason no_cache_reason=kNoCacheNoReason) | v8::ScriptCompiler | static |
CompileModule(Isolate *isolate, Source *source, CompileOptions options=kNoCompileOptions, NoCacheReason no_cache_reason=kNoCacheNoReason) | v8::ScriptCompiler | static |
CompileOptions enum name (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
CompileUnboundScript(Isolate *isolate, Source *source, CompileOptions options=kNoCompileOptions, NoCacheReason no_cache_reason=kNoCacheNoReason) | v8::ScriptCompiler | static |
CreateCodeCache(Local< UnboundScript > unbound_script) | v8::ScriptCompiler | static |
CreateCodeCache(Local< UnboundModuleScript > unbound_module_script) | v8::ScriptCompiler | static |
CreateCodeCacheForFunction(Local< Function > function) | v8::ScriptCompiler | static |
kConsumeCodeCache enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kEagerCompile enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseCacheTooCold enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseCachingDisabled enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseDeferredProduceCodeCache enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseExtensionModule enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseInDocumentWrite enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseInlineScript enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseInspector enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseModule enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseNoResource enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecausePacScript enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseResourceWithNoCacheHandler enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseScriptTooSmall enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseStreamingSource enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheBecauseV8Extension enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCacheNoReason enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
kNoCompileOptions enum value (defined in v8::ScriptCompiler) | v8::ScriptCompiler | |
NoCacheReason enum name | v8::ScriptCompiler | |
StartStreamingScript(Isolate *isolate, StreamedSource *source, CompileOptions options=kNoCompileOptions) | v8::ScriptCompiler | static |