Searched refs:getOwnPropertySlot (Results 1 - 25 of 109) sorted by relevance

12345

/macosx-10.9.5/JavaScriptCore-7537.78.1/runtime/
H A DArrayPrototype.h38 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DBooleanPrototype.h52 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DDatePrototype.h43 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DErrorPrototype.h55 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DJSONObject.h59 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DMathObject.h41 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DNamePrototype.h58 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DNumberPrototype.h52 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DRegExpPrototype.h52 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DJSFunction.cpp217 bool JSFunction::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) function in class:JSC::JSFunction
221 return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
239 bool result = Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
242 result = Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
263 bool result = Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
266 result = Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
275 return Base::getOwnPropertySlot(thisObject, exec, propertyName, slot);
286 thisObject->methodTable()->getOwnPropertySlot(thisObject, exec, propertyName, slot);
337 thisObject->methodTable()->getOwnPropertySlot(thisObject, exec, exec->propertyNames().prototype, slot);
358 thisObject->methodTable()->getOwnPropertySlot(thisObjec
[all...]
H A DArrayConstructor.h56 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DDateConstructor.h57 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DJSNameScope.cpp76 bool JSNameScope::getOwnPropertySlot(JSCell* cell, ExecState*, PropertyName propertyName, PropertySlot& slot) function in class:JSC::JSNameScope
H A DJSNotAnObject.cpp49 bool JSNotAnObject::getOwnPropertySlot(JSCell*, ExecState* exec, PropertyName, PropertySlot&) function in class:JSC::JSNotAnObject
H A DJSNotAnObject.h71 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DNamePrototype.cpp61 bool NamePrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) function in class:JSC::NamePrototype
H A DNumberConstructor.h43 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DStringConstructor.h57 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DClassInfo.h64 GetOwnPropertySlotFunctionPtr getOwnPropertySlot; member in struct:JSC::MethodTable
129 &ClassName::getOwnPropertySlot, \
H A DRegExpMatchesArray.h70 static bool getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) function in class:JSC::RegExpMatchesArray
74 return JSArray::getOwnPropertySlot(thisObject, exec, propertyName, slot);
H A DBooleanPrototype.cpp66 bool BooleanPrototype::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) function in class:JSC::BooleanPrototype
/macosx-10.9.5/WebCore-7537.78.1/bridge/
H A Druntime_method.cpp64 bool RuntimeMethod::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot &slot) function in class:JSC::RuntimeMethod
72 return InternalFunction::getOwnPropertySlot(thisObject, exec, propertyName, slot);
H A Druntime_method.h67 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
/macosx-10.9.5/JavaScriptCore-7537.78.1/debugger/
H A DDebuggerActivation.h46 static bool getOwnPropertySlot(JSCell*, ExecState*, PropertyName, PropertySlot&);
H A DDebuggerActivation.cpp68 bool DebuggerActivation::getOwnPropertySlot(JSCell* cell, ExecState* exec, PropertyName propertyName, PropertySlot& slot) function in class:JSC::DebuggerActivation
71 return thisObject->m_activation->methodTable()->getOwnPropertySlot(thisObject->m_activation.get(), exec, propertyName, slot);

Completed in 224 milliseconds

12345