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.
47 static Handle<JSArray> Collect(FunctionLiteral* node, Handle<Script> script,
55 LiveEditFunctionTracker(Handle<Script> script, Zone* zone, Isolate* isolate);
61 Handle<Script> script_;
80 Handle<Script> script,
88 // Updates script field in FunctionSharedInfo.
95 // For a script updates its source field. If old_script_name is provided
96 // (i.e. is a String), also creates a copy of the script with its original
98 static Handle<Object> ChangeScriptSource(Handle<Script> original_script,