HomeSort by relevance Sort by last modified time
    Searched refs:RuntimeMethod (Results 1 - 3 of 3) sorted by null

  /external/webkit/WebCore/bridge/
runtime_method.cpp 40 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)
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::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot
    [all...]
runtime_method.h 36 class RuntimeMethod : public InternalFunction {
38 RuntimeMethod(ExecState*, const Identifier& name, Bindings::MethodList&);
runtime_object.cpp 119 JSValue result = new (exec) RuntimeMethod(exec, propertyName, methodList);

Completed in 636 milliseconds