Home | History | Annotate | Download | only in src

Lines Matching defs:Script

102 //         - Script
422 V(SCRIPT, Script, script) \
3925 // Script describes a script which has been added to the VM.
3926 class Script: public Struct {
3928 // Script types.
3935 // Script compilation types.
3941 // [source]: the script source.
3944 // [name]: the script name.
3947 // [id]: the script id.
3950 // [line_offset]: script line offset in resource from where it was extracted.
3953 // [column_offset]: script column offset in resource from where it was
3957 // [data]: additional data associated with this script.
3960 // [context_data]: context data for the context this script was compiled in.
3966 // [type]: the script type.
3969 // [compilation]: how the the script was compiled.
3983 static inline Script* cast(Object* obj);
3985 // If script source is an external string, check that the underlying
4016 DISALLOW_IMPLICIT_CONSTRUCTORS(Script);
4215 // [script info]: Script from which the function originates.
4216 DECL_ACCESSORS(script, Object)
4243 // Position of the 'function' token in the script source.
4247 // Position of this function in the script source.
4251 // End position of this function in the script source.
4882 // [script]: the script from which the error message originated.
4883 DECL_ACCESSORS(script, Object)
4891 // [start_position]: the start position in the script for the error message.
4895 // [end_position]: the end position in the script for the error message.