Click or drag to resize

V8ScriptEngineCompile Method

Overload List
  NameDescription
Public methodCompile(String)
Creates a compiled script.
Public methodCompile(DocumentInfo, String)
Creates a compiled script with the specified document meta-information.
Public methodCompile(String, String)
Creates a compiled script with an associated document name.
Public methodCompile(String, V8CacheKind, Byte)
Creates a compiled script, generating cache data for accelerated recompilation.
Public methodCompile(DocumentInfo, String, V8CacheKind, Byte)
Creates a compiled script with the specified document meta-information, generating cache data for accelerated recompilation.
Public methodCompile(String, V8CacheKind, Byte, Boolean)
Creates a compiled script, consuming previously generated cache data.
Public methodCompile(String, String, V8CacheKind, Byte)
Creates a compiled script with an associated document name, generating cache data for accelerated recompilation.
Public methodCompile(DocumentInfo, String, V8CacheKind, Byte, Boolean)
Creates a compiled script with an associated document name, consuming previously generated cache data.
Public methodCompile(String, String, V8CacheKind, Byte, Boolean)
Creates a compiled script with an associated document name, consuming previously generated cache data.
Top
See Also