Searched refs:DebuggerActivation (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/ForwardingHeaders/debugger/
H A DDebuggerActivation.h3 #include <JavaScriptCore/DebuggerActivation.h>
/external/webkit/Source/JavaScriptCore/debugger/
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...]
H A DDebuggerActivation.h35 class DebuggerActivation : public JSNonFinalObject { class in namespace:JSC
37 DebuggerActivation(JSGlobalData&, JSObject*);
/external/webkit/Source/WebKit/mac/WebView/
H A DWebScriptDebugDelegate.mm40 #import <debugger/DebuggerActivation.h>
189 object = new (scopeChain->globalData) DebuggerActivation(*scopeChain->globalData, object);

Completed in 2368 milliseconds