Home | History | Annotate | Download | only in src

Lines Matching refs:script

34 // User should be able to change script on already running VM. This feature
41 // script.source[positions, positions+length] = new_string;
43 // change area. Then both old and new versions of script are fully compiled
48 // to them in a new script version. However, new version of code will
59 // in a particular script. It gets called from compiler all the time, but
87 static JSArray* GatherCompileInfo(Handle<Script> script,
98 // Updates script field in FunctionSharedInfo.
105 // For a script updates its source field. If old_script_name is provided
106 // (i.e. is a String), also creates a copy of the script with its original
108 static Object* ChangeScriptSource(Handle<Script> original_script,