HomeSort by relevance Sort by last modified time
    Searched refs:DebuggerActivation (Results 1 - 5 of 5) sorted by null

  /external/webkit/WebCore/ForwardingHeaders/debugger/
DebuggerActivation.h 3 #include <JavaScriptCore/DebuggerActivation.h>
  /external/webkit/JavaScriptCore/debugger/
DebuggerActivation.cpp 27 #include "DebuggerActivation.h"
33 DebuggerActivation::DebuggerActivation(JSObject* activation)
34 : JSObject(DebuggerActivation::createStructure(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::deleteProperty(ExecState* exec, const Identifier& propertyName
    [all...]
DebuggerActivation.h 35 class DebuggerActivation : public JSObject {
37 DebuggerActivation(JSObject*);
  /external/webkit/WebKit/mac/WebView/
WebScriptDebugDelegate.mm 40 #import <debugger/DebuggerActivation.h>
189 object = new (scopeChain->globalData) DebuggerActivation(object);
  /external/webkit/JavaScriptCore/
Android.mk 41 debugger/DebuggerActivation.cpp \

Completed in 773 milliseconds