Changeset 26620 in webkit for trunk/JavaScriptCore/kjs/function.h


Ignore:
Timestamp:
Oct 15, 2007, 1:41:39 PM (18 years ago)
Author:
ggaren
Message:

Reviewed by Darin Adler.


Removed the concept of AnonymousCode. It was unused, and it doesn't
exist in the ECMA spec.


[ Patch broken off from http://bugs.webkit.org/show_bug.cgi?id=14868 ]

  • kjs/Context.cpp: (KJS::Context::Context):
  • kjs/function.h: (KJS::):
  • kjs/nodes.cpp: (ReturnNode::execute):
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/kjs/function.h

    r24394 r26620  
    3535  class FunctionPrototype;
    3636
    37   enum CodeType { GlobalCode,
    38                   EvalCode,
    39                   FunctionCode,
    40                   AnonymousCode };
     37  enum CodeType {
     38      GlobalCode,
     39      EvalCode,
     40      FunctionCode,
     41  };
    4142
    4243  class InternalFunctionImp : public JSObject {
Note: See TracChangeset for help on using the changeset viewer.