Searched defs:JSGlobalObject (Results 1 - 3 of 3) sorted by relevance

/external/webkit/Source/JavaScriptCore/runtime/
H A DJSGlobalObject.cpp31 #include "JSGlobalObject.h"
73 ASSERT_CLASS_FITS_IN_CELL(JSGlobalObject);
87 JSGlobalObject::~JSGlobalObject()
100 void JSGlobalObject::init(JSObject* thisValue)
109 JSGlobalObject::globalExec()->init(0, 0, m_globalScopeChain.get(), CallFrame::noCaller(), 0, 0);
118 void JSGlobalObject::put(ExecState* exec, const Identifier& propertyName, JSValue value, PutPropertySlot& slot)
127 void JSGlobalObject::putWithAttributes(ExecState* exec, const Identifier& propertyName, JSValue value, unsigned attributes)
144 void JSGlobalObject::defineGetter(ExecState* exec, const Identifier& propertyName, JSObject* getterFunc, unsigned attributes)
151 void JSGlobalObject
[all...]
H A DJSGlobalObject.h56 class JSGlobalObject : public JSVariableObject { class in namespace:JSC
117 explicit JSGlobalObject(JSGlobalData& globalData) function in class:JSC::JSGlobalObject
118 : JSVariableObject(globalData, JSGlobalObject::createStructure(globalData, jsNull()), &m_symbolTable, 0)
123 COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
128 explicit JSGlobalObject(JSGlobalData& globalData, Structure* structure) function in class:JSC::JSGlobalObject
134 COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
140 JSGlobalObject(JSGlobalData& globalData, Structure* structure, JSObject* thisValue) function in class:JSC::JSGlobalObject
146 COMPILE_ASSERT(JSGlobalObject::AnonymousSlotCount == 1, JSGlobalObject_has_only_a_single_slot);
152 virtual ~JSGlobalObject();
230 virtual bool allowsAccessFrom(const JSGlobalObject*) cons
[all...]
/external/v8/src/
H A Dobjects.h63 // - JSGlobalObject
844 V(JSGlobalObject) \
5877 // JSGlobalProxy's prototype must be a JSGlobalObject or null,
5965 class JSGlobalObject: public GlobalObject { class in namespace:v8::internal
5968 static inline JSGlobalObject* cast(Object* obj);
5985 DISALLOW_IMPLICIT_CONSTRUCTORS(JSGlobalObject);

Completed in 912 milliseconds