Lines Matching refs:TO
13 // contributors may be used to endorse or promote products derived
18 // LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
32 // according to changes of script source (if possible).
41 // is created to back up this obsolete function.
50 // Applies the change to the script.
77 throw new Failure("Failed to compile new version of script: " + e);
84 // Prepare to-do lists.
99 // business and should have link to the actual script updated.
140 // Collect shared infos for functions whose code need to be patched.
169 // to old version.
184 // We need to link to old script all former nested functions.
193 // Link to an actual script all the functions that we are going to use.
232 // to bottom) in the source. Fields outer_index and next_sibling_index help
233 // to navigate the nesting structure of functions.
235 // All functions get compiled linked to script provided as parameter script.
237 // we have to manually erase all links right after compile.
248 // Remove all links to the actual script. Breakpoints system and
249 // LiveEdit itself believe that any function in heap that points to a
315 // we want the original instances to be used wherever possible.
317 // linked to a script and breakpoints subsystem does not really
509 // No change to function or its inner functions; however its positions
579 // Determines status of each function (from unchanged to damaged). However
584 // positions from old to new in a current non-changed part of script.
599 // inner functions. Iterator chunk_it initially points to a chunk that is
677 // For ecah old function (if it is not damaged) tries to find a corresponding
680 // reasons for corresponence not to be found; function with unmodified text
686 // A recursive function that tries to find a correspondence for all
787 // Finds all SharedFunctionInfos that corresponds to compile info
818 // apply to indexes inside array that stores these objects.
857 // Adds a suffix to script name to mark that it is old version.
902 // if this proves to be false.
980 // LiveEdit main entry point: changes a script text to a new string.
994 // Applies the change to the script.