HomeSort by relevance Sort by last modified time
    Searched refs:createStructure (Results 1 - 25 of 95) sorted by null

1 2 3 4

  /external/webkit/Source/JavaScriptCore/runtime/
StringObjectThatMasqueradesAsUndefined.h 36 createStructure(exec->globalData(), exec->lexicalGlobalObject()->stringPrototype()), string);
45 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
ArrayPrototype.h 38 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
FunctionPrototype.h 33 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
MathObject.h 37 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
NumberObject.h 34 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
JSGlobalData.cpp 184 structureStructure.set(*this, Structure::createStructure(*this));
185 activationStructure.set(*this, JSActivation::createStructure(*this, jsNull()));
186 interruptedExecutionErrorStructure.set(*this, JSNonFinalObject::createStructure(*this, jsNull()));
187 terminatedExecutionErrorStructure.set(*this, JSNonFinalObject::createStructure(*this, jsNull()));
188 staticScopeStructure.set(*this, JSStaticScopeObject::createStructure(*this, jsNull()));
189 strictEvalActivationStructure.set(*this, StrictEvalActivation::createStructure(*this, jsNull()));
190 stringStructure.set(*this, JSString::createStructure(*this, jsNull()));
191 notAnObjectStructure.set(*this, JSNotAnObject::createStructure(*this, jsNull()));
192 propertyNameIteratorStructure.set(*this, JSPropertyNameIterator::createStructure(*this, jsNull()));
193 getterSetterStructure.set(*this, GetterSetter::createStructure(*this, jsNull()))
    [all...]
BooleanObject.h 34 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
DatePrototype.h 39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
ErrorInstance.h 32 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
JSGlobalObject.cpp 172 m_functionPrototype.set(exec->globalData(), this, new (exec) FunctionPrototype(exec, this, FunctionPrototype::createStructure(exec->globalData(), jsNull()))); // The real prototype will be set once ObjectPrototype is created.
173 m_functionStructure.set(exec->globalData(), this, JSFunction::createStructure(exec->globalData(), m_functionPrototype.get()));
174 m_internalFunctionStructure.set(exec->globalData(), this, InternalFunction::createStructure(exec->globalData(), m_functionPrototype.get()));
180 m_objectPrototype.set(exec->globalData(), this, new (exec) ObjectPrototype(exec, this, ObjectPrototype::createStructure(exec->globalData(), jsNull()), m_functionStructure.get()));
185 m_callbackFunctionStructure.set(exec->globalData(), this, JSCallbackFunction::createStructure(exec->globalData(), m_functionPrototype.get()));
186 m_argumentsStructure.set(exec->globalData(), this, Arguments::createStructure(exec->globalData(), m_objectPrototype.get()));
187 m_callbackConstructorStructure.set(exec->globalData(), this, JSCallbackConstructor::createStructure(exec->globalData(), m_objectPrototype.get()));
188 m_callbackObjectStructure.set(exec->globalData(), this, JSCallbackObject<JSObjectWithGlobalObject>::createStructure(exec->globalData(), m_objectPrototype.get()));
190 m_arrayPrototype.set(exec->globalData(), this, new (exec) ArrayPrototype(this, ArrayPrototype::createStructure(exec->globalData(), m_objectPrototype.get())));
191 m_arrayStructure.set(exec->globalData(), this, JSArray::createStructure(exec->globalData(), m_arrayPrototype.get()))
    [all...]
JSONObject.h 39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
JSObjectWithGlobalObject.h 37 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
NativeErrorConstructor.h 38 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
NumberConstructor.h 40 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
ObjectConstructor.h 39 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
StringPrototype.h 37 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebCore/bridge/jni/jsc/
JavaRuntimeObject.h 45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebCore/bridge/objc/
ObjCRuntimeObject.h 45 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/JavaScriptCore/API/
JSCallbackFunction.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
JSCallbackConstructor.h 42 static Structure* createStructure(JSGlobalData& globalData, JSValue proto)
  /external/webkit/Source/WebCore/bindings/js/
JSImageConstructor.h 32 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
JSOptionConstructor.h 33 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
JSAudioConstructor.h 41 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
  /external/webkit/Source/WebCore/bridge/c/
CRuntimeObject.h 47 static Structure* createStructure(JSGlobalData& globalData, JSValue prototype)
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
ProxyRuntimeObject.h 44 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)

Completed in 173 milliseconds

1 2 3 4