OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:jstestserializedscriptvalueinterface
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/bindings/scripts/test/JS/
JSTestSerializedScriptValueInterface.cpp
25
#include "
JSTestSerializedScriptValueInterface
.h"
35
ASSERT_CLASS_FITS_IN_CELL(
JSTestSerializedScriptValueInterface
);
119
return getDOMPrototype<
JSTestSerializedScriptValueInterface
>(exec, globalObject);
122
const ClassInfo
JSTestSerializedScriptValueInterface
::s_info = { "TestSerializedScriptValueInterface", &DOMObjectWithGlobalPointer::s_info, &JSTestSerializedScriptValueInterfaceTable, 0 };
124
JSTestSerializedScriptValueInterface
::
JSTestSerializedScriptValueInterface
(NonNullPassRefPtr<Structure> structure, JSDOMGlobalObject* globalObject, PassRefPtr<TestSerializedScriptValueInterface> impl)
131
JSObject*
JSTestSerializedScriptValueInterface
::createPrototype(ExecState* exec, JSGlobalObject* globalObject)
136
bool
JSTestSerializedScriptValueInterface
::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot& slot)
138
return getStaticValueSlot<
JSTestSerializedScriptValueInterface
, Base>(exec, &JSTestSerializedScriptValueInterfaceTable, this, propertyName, slot);
141
bool
JSTestSerializedScriptValueInterface
::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor& des (…)
[
all
...]
JSTestSerializedScriptValueInterface.h
35
class
JSTestSerializedScriptValueInterface
: public DOMObjectWithGlobalPointer {
38
JSTestSerializedScriptValueInterface
(NonNullPassRefPtr<JSC::Structure>, JSDOMGlobalObject*, PassRefPtr<TestSerializedScriptValueInterface>);
Completed in 3890 milliseconds