Searched defs:RuntimeMethod (Results 1 - 2 of 2) sorted by relevance

/external/webkit/WebCore/bridge/
H A Druntime_method.h36 class RuntimeMethod : public InternalFunction { class in namespace:JSC
38 RuntimeMethod(ExecState*, const Identifier& name, Bindings::MethodList&);
H A Druntime_method.cpp40 ASSERT_CLASS_FITS_IN_CELL(RuntimeMethod);
42 const ClassInfo RuntimeMethod::s_info = { "RuntimeMethod", 0, 0, 0 };
44 RuntimeMethod::RuntimeMethod(ExecState* exec, const Identifier& ident, Bindings::MethodList& m) function in class:JSC::RuntimeMethod
48 : InternalFunction(&exec->globalData(), deprecatedGetDOMStructure<RuntimeMethod>(exec), ident)
53 JSValue RuntimeMethod::lengthGetter(ExecState* exec, const Identifier&, const PropertySlot& slot)
55 RuntimeMethod* thisObj = static_cast<RuntimeMethod*>(asObject(slot.slotBase()));
66 bool RuntimeMethod
[all...]

Completed in 43 milliseconds