Home
last modified time | relevance | path

Searched defs:thisObj (Results 1 – 25 of 34) sorted by relevance

12

/external/webkit/Source/JavaScriptCore/runtime/
DArrayPrototype.cpp172 JSArray* thisObj = asArray(thisValue); in arrayProtoFuncToString() local
235 JSObject* thisObj = asArray(thisValue); in arrayProtoFuncToLocaleString() local
270 JSObject* thisObj = exec->hostThisValue().toThisObject(exec); in arrayProtoFuncJoin() local
372 JSObject* thisObj = thisValue.toThisObject(exec); in arrayProtoFuncPop() local
399 JSObject* thisObj = thisValue.toThisObject(exec); in arrayProtoFuncPush() local
413 JSObject* thisObj = exec->hostThisValue().toThisObject(exec); in arrayProtoFuncReverse() local
439 JSObject* thisObj = exec->hostThisValue().toThisObject(exec); in arrayProtoFuncShift() local
470 JSObject* thisObj = exec->hostThisValue().toThisObject(exec); in arrayProtoFuncSlice() local
494 JSObject* thisObj = exec->hostThisValue().toThisObject(exec); in arrayProtoFuncSort() local
556 JSObject* thisObj = exec->hostThisValue().toThisObject(exec); in arrayProtoFuncSplice() local
[all …]
DLookup.h190 …inline bool getStaticPropertySlot(ExecState* exec, const HashTable* table, ThisImp* thisObj, const… in getStaticPropertySlot()
206 …etStaticPropertyDescriptor(ExecState* exec, const HashTable* table, ThisImp* thisObj, const Identi… in getStaticPropertyDescriptor()
229 …inline bool getStaticFunctionSlot(ExecState* exec, const HashTable* table, JSObject* thisObj, cons… in getStaticFunctionSlot()
248 …etStaticFunctionDescriptor(ExecState* exec, const HashTable* table, JSObject* thisObj, const Ident… in getStaticFunctionDescriptor()
268 …inline bool getStaticValueSlot(ExecState* exec, const HashTable* table, ThisImp* thisObj, const Id… in getStaticValueSlot()
286 …inline bool getStaticValueDescriptor(ExecState* exec, const HashTable* table, ThisImp* thisObj, co… in getStaticValueDescriptor()
306 …ate* exec, const Identifier& propertyName, JSValue value, const HashTable* table, ThisImp* thisObj) in lookupPut()
331 …st Identifier& propertyName, JSValue value, const HashTable* table, ThisImp* thisObj, PutPropertyS… in lookupPut()
DErrorPrototype.cpp49 JSObject* thisObj = exec->hostThisValue().toThisObject(exec); in errorProtoFuncToString() local
DJSFunction.cpp162 JSFunction* thisObj = asFunction(slotBase); in argumentsGetter() local
169 JSFunction* thisObj = asFunction(slotBase); in callerGetter() local
176 JSFunction* thisObj = asFunction(slotBase); in lengthGetter() local
DCompletion.cpp62 …JSObject* thisObj = (!thisValue || thisValue.isUndefinedOrNull()) ? exec->dynamicGlobalObject() : … in evaluate() local
DLookup.cpp71 void setUpStaticFunctionSlot(ExecState* exec, const HashEntry* entry, JSObject* thisObj, const Iden… in setUpStaticFunctionSlot()
/external/webkit/Source/WebCore/bindings/js/
DJSDOMMimeTypeArrayCustom.cpp38 JSDOMMimeTypeArray* thisObj = static_cast<JSDOMMimeTypeArray*>(asObject(slotBase)); in nameGetter() local
DJSDOMPluginCustom.cpp37 JSDOMPlugin* thisObj = static_cast<JSDOMPlugin*>(asObject(slotBase)); in nameGetter() local
DJSDOMPluginArrayCustom.cpp38 JSDOMPluginArray* thisObj = static_cast<JSDOMPluginArray*>(asObject(slotBase)); in nameGetter() local
DJSDataGridColumnListCustom.cpp48 JSDataGridColumnList* thisObj = static_cast<JSDataGridColumnList*>(asObject(slotBase)); in nameGetter() local
DJSHTMLFrameSetElementCustom.cpp52 JSHTMLElement* thisObj = static_cast<JSHTMLElement*>(asObject(slotBase)); in nameGetter() local
DJSStyleSheetListCustom.cpp57 JSStyleSheetList* thisObj = static_cast<JSStyleSheetList*>(asObject(slotBase)); in nameGetter() local
DJSStorageCustom.cpp46 JSStorage* thisObj = static_cast<JSStorage*>(asObject(slotBase)); in nameGetter() local
DJSDOMStringMapCustom.cpp43 JSDOMStringMap* thisObj = static_cast<JSDOMStringMap*>(asObject(slotBase)); in nameGetter() local
DJSNamedNodeMapCustom.cpp78 JSNamedNodeMap* thisObj = static_cast<JSNamedNodeMap*>(asObject(slotBase)); in nameGetter() local
DJSHTMLAllCollectionCustom.cpp118 JSHTMLAllCollection* thisObj = static_cast<JSHTMLAllCollection*>(asObject(slotBase)); in nameGetter() local
DJSNodeListCustom.cpp100 JSNodeList* thisObj = static_cast<JSNodeList*>(asObject(slotBase)); in nameGetter() local
DJSHTMLCollectionCustom.cpp114 JSHTMLCollection* thisObj = static_cast<JSHTMLCollection*>(asObject(slotBase)); in nameGetter() local
DJSCSSStyleDeclarationCustom.cpp152 JSCSSStyleDeclaration* thisObj = static_cast<JSCSSStyleDeclaration*>(asObject(slotBase)); in nameGetter() local
DJSHTMLDocumentCustom.cpp61 JSHTMLDocument* thisObj = static_cast<JSHTMLDocument*>(asObject(slotBase)); in nameGetter() local
/external/webkit/Source/WebCore/bridge/
Druntime_object.cpp62 RuntimeObject* thisObj = static_cast<RuntimeObject*>(asObject(slotBase)); in fallbackObjectGetter() local
80 RuntimeObject* thisObj = static_cast<RuntimeObject*>(asObject(slotBase)); in fieldGetter() local
99 RuntimeObject* thisObj = static_cast<RuntimeObject*>(asObject(slotBase)); in methodGetter() local
Druntime_array.cpp56 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObject(slotBase)); in lengthGetter() local
62 RuntimeArray* thisObj = static_cast<RuntimeArray*>(asObject(slotBase)); in indexGetter() local
Druntime_method.cpp56 RuntimeMethod* thisObj = static_cast<RuntimeMethod*>(asObject(slotBase)); in lengthGetter() local
/external/webkit/Source/JavaScriptGlue/
DJSObject.cpp91 JSUserObject* JSUserObject::CallFunction(JSUserObject* thisObj, CFArrayRef args) in CallFunction()
/external/webkit/Source/WebKit2/WebProcess/Plugins/Netscape/
DJSNPObject.cpp366 JSNPObject* thisObj = static_cast<JSNPObject*>(asObject(slotBase)); in propertyGetter() local
401 JSNPObject* thisObj = static_cast<JSNPObject*>(asObject(slotBase)); in methodGetter() local

12