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

  /external/webkit/JavaScriptCore/runtime/
JSStaticScopeObject.cpp 28 #include "JSStaticScopeObject.h"
32 ASSERT_CLASS_FITS_IN_CELL(JSStaticScopeObject);
34 void JSStaticScopeObject::markChildren(MarkStack& markStack)
40 JSObject* JSStaticScopeObject::toThisObject(ExecState* exec) const
45 void JSStaticScopeObject::put(ExecState*, const Identifier& propertyName, JSValue value, PutPropertySlot&)
53 void JSStaticScopeObject::putWithAttributes(ExecState*, const Identifier& propertyName, JSValue value, unsigned attributes)
61 bool JSStaticScopeObject::isDynamicScope() const
66 JSStaticScopeObject::~JSStaticScopeObject()
72 inline bool JSStaticScopeObject::getOwnPropertySlot(ExecState*, const Identifier& propertyName, PropertySlot& slot
    [all...]
JSStaticScopeObject.h 33 class JSStaticScopeObject : public JSVariableObject {
46 JSStaticScopeObject(ExecState* exec, const Identifier& ident, JSValue value, unsigned attributes)
52 virtual ~JSStaticScopeObject();

Completed in 38 milliseconds