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

  /external/v8/src/
liveedit.h 66 class LiveEditFunctionTracker {
68 explicit LiveEditFunctionTracker(FunctionLiteral* fun);
69 ~LiveEditFunctionTracker();
liveedit.cc 63 LiveEditFunctionTracker::LiveEditFunctionTracker(FunctionLiteral* fun) {
68 LiveEditFunctionTracker::~LiveEditFunctionTracker() {
73 void LiveEditFunctionTracker::RecordFunctionCode(Handle<Code> code) {
78 void LiveEditFunctionTracker::RecordFunctionScope(Scope* scope) {
83 bool LiveEditFunctionTracker::IsActive() {

Completed in 718 milliseconds