Home | History | Annotate | Download | only in src

Lines Matching refs:Script

147 //         - Script
561 V(SCRIPT, Script, script) \
6368 // Script describes a script which has been added to the VM.
6369 class Script: public Struct {
6371 // Script types.
6378 // Script compilation types.
6384 // Script compilation state.
6390 // [source]: the script source.
6393 // [name]: the script name.
6396 // [id]: the script id.
6399 // [line_offset]: script line offset in resource from where it was extracted.
6402 // [column_offset]: script column offset in resource from where it was
6406 // [data]: additional data associated with this script.
6409 // [context_data]: context data for the context this script was compiled in.
6415 // [type]: the script type.
6432 // [compilation_type]: how the the script was compiled. Encoded in the
6437 // [compilation_state]: determines whether the script has already been
6444 // script's level of privilege. V8 just passes this through. Encoded in
6448 static inline Script* cast(Object* obj);
6450 // If script source is an external string, check that the underlying
6455 DECLARE_PRINTER(Script)
6456 DECLARE_VERIFIER(Script)
6481 DISALLOW_IMPLICIT_CONSTRUCTORS(Script);
6720 // [script info]: Script from which the function originates.
6721 DECL_ACCESSORS(script, Object)
6748 // Position of the 'function' token in the script source.
6752 // Position of this function in the script source.
6756 // End position of this function in the script source.
7687 // [script]: the script from which the error message originated.
7688 DECL_ACCESSORS(script, Object)
7696 // [start_position]: the start position in the script for the error message.
7700 // [end_position]: the end position in the script for the error message.