Home | History | Annotate | Download | only in Netscape

Lines Matching refs:JSC

36 class JSNPMethod : public JSC::InternalFunction {
38 JSNPMethod(JSC::ExecState*, JSC::JSGlobalObject*, const JSC::Identifier&, NPIdentifier);
40 static const JSC::ClassInfo s_info;
45 static JSC::Structure* createStructure(JSC::JSGlobalData& globalData, JSC::JSValue prototype)
47 return JSC::Structure::create(globalData, prototype, JSC::TypeInfo(JSC::ObjectType, StructureFlags), AnonymousSlotCount, &s_info);
50 virtual JSC::CallType getCallData(JSC::CallData&);