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

/external/webkit/Source/JavaScriptCore/debugger/
H A DDebuggerActivation.h35 class DebuggerActivation : public JSNonFinalObject { class in namespace:JSC
37 DebuggerActivation(JSGlobalData&, JSObject*);
H A DDebuggerActivation.cpp27 #include "DebuggerActivation.h"
33 DebuggerActivation::DebuggerActivation(JSGlobalData& globalData, JSObject* activation) function in class:JSC::DebuggerActivation
34 : JSNonFinalObject(globalData, DebuggerActivation::createStructure(globalData, jsNull()))
41 void DebuggerActivation::markChildren(MarkStack& markStack)
49 UString DebuggerActivation::className() const
54 bool DebuggerActivation::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
59 void DebuggerActivation::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
64 void DebuggerActivation::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes)
69 bool DebuggerActivation
[all...]

Completed in 56 milliseconds