Searched defs:LiveEdit (Results 1 - 2 of 2) sorted by relevance

/external/v8/src/debug/
H A Dliveedit.js5 // 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.
916 return "LiveEdit Failure: " + this.message;
944 // LiveEdit mai
[all...]
H A Dliveedit.h45 // FunctionLiterals for further use by LiveEdit code patching. The collected
73 class LiveEdit : AllStatic { class in namespace:v8::internal

Completed in 102 milliseconds