Home | History | Annotate | Download | only in bridge

Lines Matching defs:RuntimeMethod

42 ASSERT_CLASS_FITS_IN_CELL(RuntimeMethod);
44 const ClassInfo RuntimeMethod::s_info = { "RuntimeMethod", &InternalFunction::s_info, 0, 0 };
46 RuntimeMethod::RuntimeMethod(ExecState* exec, JSGlobalObject* globalObject, Structure* structure, const Identifier& ident, Bindings::MethodList& m)
54 JSValue RuntimeMethod::lengthGetter(ExecState*, JSValue slotBase, const Identifier&)
56 RuntimeMethod* thisObj = static_cast<RuntimeMethod*>(asObject(slotBase));
67 bool RuntimeMethod::getOwnPropertySlot(ExecState* exec, const Identifier& propertyName, PropertySlot &slot)
77 bool RuntimeMethod::getOwnPropertyDescriptor(ExecState* exec, const Identifier& propertyName, PropertyDescriptor &descriptor)
91 RuntimeMethod* method = static_cast<RuntimeMethod*>(exec->callee());
121 CallType RuntimeMethod::getCallData(CallData& callData)