Changeset 60170 in webkit for trunk/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- May 25, 2010, 9:51:59 AM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.h
r60117 r60170 46 46 public: 47 47 JSFunction(ExecState*, JSGlobalObject*, NonNullPassRefPtr<Structure>, int length, const Identifier&, NativeFunction); 48 #if ENABLE(JIT) 48 49 JSFunction(ExecState*, JSGlobalObject*, NonNullPassRefPtr<Structure>, int length, const Identifier&, PassRefPtr<NativeExecutable>); 50 #endif 49 51 JSFunction(ExecState*, NonNullPassRefPtr<FunctionExecutable>, ScopeChainNode*); 50 52 virtual ~JSFunction();
Note:
See TracChangeset
for help on using the changeset viewer.