Home | History | Annotate | Download | only in debug

Lines Matching refs:Script

10 // User should be able to change script on already running VM. This feature
17 // script.source[positions, positions+length] = new_string;
19 // change area. Then both old and new versions of script are fully compiled
24 // to them in a new script version. However, new version of code will
35 // in a particular script. It gets called from compiler all the time, but
79 Handle<Script> script,
87 // Updates script field in FunctionSharedInfo.
94 // For a script updates its source field. If old_script_name is provided
95 // (i.e. is a String), also creates a copy of the script with its original
97 static Handle<Object> ChangeScriptSource(Handle<Script> original_script,