Changeset 47582 in webkit for trunk/JavaScriptCore/runtime/JSFunction.h
- Timestamp:
- Aug 20, 2009, 11:04:37 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/JavaScriptCore/runtime/JSFunction.h
r47571 r47582 25 25 #define JSFunction_h 26 26 27 #include "Executable.h" 27 28 #include "InternalFunction.h" 28 29 29 30 namespace JSC { 30 31 31 class FunctionExecutable;32 32 class FunctionPrototype; 33 33 class JSActivation; … … 122 122 } 123 123 124 inline JSFunction* FunctionExecutable::make(ExecState* exec, ScopeChainNode* scopeChain) 125 { 126 return new (exec) JSFunction(exec, this, scopeChain); 127 } 128 124 129 } // namespace JSC 125 130
Note:
See TracChangeset
for help on using the changeset viewer.