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

  /external/webkit/Source/JavaScriptCore/debugger/
DebuggerActivation.cpp 38 m_activation.set(globalData, this, static_cast<JSActivation*>(activation));
45 if (m_activation)
46 markStack.append(&m_activation);
51 return m_activation->className();
56 return m_activation->getOwnPropertySlot(exec, propertyName, slot);
61 m_activation->put(exec, propertyName, value, slot);
66 m_activation->putWithAttributes(exec, propertyName, value, attributes);
71 return m_activation->deleteProperty(exec, propertyName);
76 m_activation->getPropertyNames(exec, propertyNames, mode);
81 return m_activation->getOwnPropertyDescriptor(exec, propertyName, descriptor)
    [all...]
DebuggerActivation.h 61 WriteBarrier<JSActivation> m_activation; member in class:JSC::DebuggerActivation

Completed in 245 milliseconds