Changeset 104900 in webkit for trunk/Source/JavaScriptCore/runtime/InternalFunction.h
- Timestamp:
- Jan 12, 2012, 11:23:44 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Source/JavaScriptCore/runtime/InternalFunction.h
r103083 r104900 38 38 static JS_EXPORTDATA const ClassInfo s_info; 39 39 40 const UString& name(ExecState*);40 JS_EXPORT_PRIVATE const UString& name(ExecState*); 41 41 const UString displayName(ExecState*); 42 42 const UString calculatedDisplayName(ExecState*); … … 50 50 static const unsigned StructureFlags = ImplementsHasInstance | JSObject::StructureFlags; 51 51 52 InternalFunction(JSGlobalObject*, Structure*);52 JS_EXPORT_PRIVATE InternalFunction(JSGlobalObject*, Structure*); 53 53 54 void finishCreation(JSGlobalData&, const Identifier& name);54 JS_EXPORT_PRIVATE void finishCreation(JSGlobalData&, const Identifier& name); 55 55 56 56 static CallType getCallData(JSCell*, CallData&);
Note:
See TracChangeset
for help on using the changeset viewer.