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

  /external/webkit/Source/WebCore/bridge/objc/
objc_runtime.mm 190 const ClassInfo ObjcFallbackObjectImp::s_info = { "ObjcFallbackObject", &JSObjectWithGlobalObject::s_info, 0, 0 };
192 ObjcFallbackObjectImp::ObjcFallbackObjectImp(ExecState* exec, JSGlobalObject* globalObject, ObjcInstance* i, const Identifier& propertyName)
194 : JSObjectWithGlobalObject(globalObject, deprecatedGetDOMStructure<ObjcFallbackObjectImp>(exec))
201 bool ObjcFallbackObjectImp::getOwnPropertySlot(ExecState*, const Identifier&, PropertySlot& slot)
208 bool ObjcFallbackObjectImp::getOwnPropertyDescriptor(ExecState*, const Identifier&, PropertyDescriptor& descriptor)
215 void ObjcFallbackObjectImp::put(ExecState*, const Identifier&, JSValue, PutPropertySlot&)
240 const Identifier& nameIdentifier = static_cast<ObjcFallbackObjectImp*>(exec->callee())->propertyName();
251 CallType ObjcFallbackObjectImp::getCallData(CallData& callData)
260 bool ObjcFallbackObjectImp::deleteProperty(ExecState*, const Identifier&
    [all...]
objc_runtime.h 93 class ObjcFallbackObjectImp : public JSObjectWithGlobalObject {
95 ObjcFallbackObjectImp(ExecState*, JSGlobalObject*, ObjcInstance*, const Identifier& propertyName);
objc_class.mm 249 return new (exec) ObjcFallbackObjectImp(exec, exec->lexicalGlobalObject(), objcInstance, propertyName);

Completed in 106 milliseconds