HomeSort by relevance Sort by last modified time
    Searched defs:LiveEdit (Results 1 - 2 of 2) sorted by null

  /external/v8/src/debug/
liveedit.h 45 // FunctionLiterals for further use by LiveEdit code patching. The collected
73 class LiveEdit : AllStatic {
127 // A copy of this is in liveedit.js.
liveedit.js 5 // LiveEdit feature implementation. The script should be executed after
8 // A LiveEdit namespace. It contains functions that modifies JavaScript code
21 // LiveEdit namespace is declared inside a single function constructor.
207 // TODO(LiveEdit): take into account whether it's source_changed or
243 // TODO(LiveEdit): consider not using actual scripts as script, because
256 // LiveEdit itself believe that any function in heap that points to a
325 // expects this; neither does LiveEdit subsystem on next call).
799 // TODO(LiveEdit): function is not compiled yet or is already collected.
    [all...]

Completed in 218 milliseconds