OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UserObjectImp
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/JavaScriptGlue/
UserObjectImp.h
37
class
UserObjectImp
: public JSNonFinalObject {
39
UserObjectImp
(JSGlobalData&, Structure*, JSUserObject*);
40
virtual ~
UserObjectImp
();
UserObjectImp.cpp
30
#include "
UserObjectImp
.h"
35
const ClassInfo
UserObjectImp
::s_info = { "UserObject", &JSNonFinalObject::s_info, 0, 0 };
37
UserObjectImp
::
UserObjectImp
(JSGlobalData& globalData, Structure* structure, JSUserObject* userObject)
43
UserObjectImp
::~
UserObjectImp
()
49
CallType
UserObjectImp
::getCallData(CallData& callData)
54
JSValue
UserObjectImp
::callAsFunction(ExecState *exec)
92
void
UserObjectImp
::getOwnPropertyNames(ExecState *exec, PropertyNameArray& propertyNames, EnumerationMode mode)
110
JSValue
UserObjectImp
::userObjectGetter(ExecState*, JSValue slotBase, const Identifier& propertyName
[
all
...]
Completed in 24 milliseconds