Lines Matching refs:script
118 // - Script
444 V(SCRIPT, Script, script) \
4980 // Script describes a script which has been added to the VM.
4981 class Script: public Struct {
4983 // Script types.
4990 // Script compilation types.
4996 // Script compilation state.
5002 // [source]: the script source.
5005 // [name]: the script name.
5008 // [id]: the script id.
5011 // [line_offset]: script line offset in resource from where it was extracted.
5014 // [column_offset]: script column offset in resource from where it was
5018 // [data]: additional data associated with this script.
5021 // [context_data]: context data for the context this script was compiled in.
5027 // [type]: the script type.
5030 // [compilation]: how the the script was compiled.
5033 // [is_compiled]: determines whether the script has already been compiled.
5047 static inline Script* cast(Object* obj);
5049 // If script source is an external string, check that the underlying
5082 DISALLOW_IMPLICIT_CONSTRUCTORS(Script);
5282 // [script info]: Script from which the function originates.
5283 DECL_ACCESSORS(script, Object)
5310 // Position of the 'function' token in the script source.
5314 // Position of this function in the script source.
5318 // End position of this function in the script source.
6181 // [script]: the script from which the error message originated.
6182 DECL_ACCESSORS(script, Object)
6190 // [start_position]: the start position in the script for the error message.
6194 // [end_position]: the end position in the script for the error message.