V8 Project
|
Source code which can be then compiled to a UnboundScript or Script. More...
#include <v8.h>
Public Member Functions | |
Source (Local< String > source_string, const ScriptOrigin &origin, CachedData *cached_data=NULL) | |
Source (Local< String > source_string, CachedData *cached_data=NULL) | |
~Source () | |
const CachedData * | GetCachedData () const |
Private Member Functions | |
Source (const Source &) | |
Source & | operator= (const Source &) |
Private Attributes | |
Local< String > | source_string |
Handle< Value > | resource_name |
Handle< Integer > | resource_line_offset |
Handle< Integer > | resource_column_offset |
Handle< Boolean > | resource_is_shared_cross_origin |
CachedData * | cached_data |
Friends | |
class | ScriptCompiler |
Source code which can be then compiled to a UnboundScript or Script.
|
inline |
|
inline |
|
inline |
|
private |
|
inline |
Definition at line 6410 of file v8.h.
Referenced by v8::Shell::CompileString().
|
friend |
|
private |
Definition at line 1089 of file v8.h.
Referenced by v8::ScriptCompiler::CompileUnbound().
Definition at line 1083 of file v8.h.
Referenced by v8::ScriptCompiler::CompileUnbound().
Definition at line 1084 of file v8.h.
Referenced by v8::ScriptCompiler::CompileUnbound().
Definition at line 1082 of file v8.h.
Referenced by v8::ScriptCompiler::CompileUnbound().
Definition at line 1081 of file v8.h.
Referenced by v8::ScriptCompiler::CompileUnbound().
Definition at line 1078 of file v8.h.
Referenced by v8::ScriptCompiler::CompileUnbound().