Changeset 31991 in webkit for trunk/JavaScriptCore/kjs/nodes.h
- Timestamp:
- Apr 16, 2008, 10:56:36 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/kjs/nodes.h
r31119 r31991 208 208 virtual void optimizeForUnnecessaryResult() { } 209 209 210 // This needs to be in public in order to compile using GCC 3.x 211 typedef enum { EvalOperator, FunctionCall } CallerType; 210 212 protected: 211 typedef enum { EvalOperator, FunctionCall } CallerType;212 213 template <CallerType, bool> inline JSValue* resolveAndCall(ExecState*, const Identifier&, ArgumentsNode*, size_t = 0); 213 214 };
Note:
See TracChangeset
for help on using the changeset viewer.