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

  /external/webkit/Source/WebCore/bridge/
runtime_method.h 36 class RuntimeMethod : public InternalFunction {
38 RuntimeMethod(ExecState*, JSGlobalObject*, Structure*, const Identifier& name, Bindings::MethodList&);
runtime_method.cpp 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 &des (…)
    [all...]

Completed in 437 milliseconds