Lines Matching refs:Script
100 // - Script
367 V(SCRIPT, Script, script)
3012 // Script describes a script which has been added to the VM.
3013 class Script: public Struct {
3015 // Script types.
3022 // Script compilation types.
3029 // [source]: the script source.
3032 // [name]: the script name.
3035 // [id]: the script id.
3038 // [line_offset]: script line offset in resource from where it was extracted.
3041 // [column_offset]: script column offset in resource from where it was
3045 // [data]: additional data associated with this script.
3048 // [context_data]: context data for the context this script was compiled in.
3054 // [type]: the script type.
3057 // [compilation]: how the the script was compiled.
3071 static inline Script* cast(Object* obj);
3073 // If script source is an external string, check that the underlying
3099 DISALLOW_IMPLICIT_CONSTRUCTORS(Script);
3145 // [script info]: Script from which the function originates.
3146 DECL_ACCESSORS(script, Object)
3166 // Position of the 'function' token in the script source.
3170 // Position of this function in the script source.
3174 // End position of this function in the script source.