Changeset 18337 in webkit for trunk/JavaScriptCore/kjs/Parser.h


Ignore:
Timestamp:
Dec 19, 2006, 10:52:38 PM (18 years ago)
Author:
andersca
Message:

Reviewed by Geoff.

Add -p option to testkjs which pretty prints the files instead of executing them.

  • JavaScriptCore.exp:
  • JavaScriptCore.xcodeproj/project.pbxproj:
  • kjs/Parser.cpp: (KJS::Parser::prettyPrint):
  • kjs/Parser.h:
  • kjs/testkjs.cpp: (doIt):
File:
1 edited

Legend:

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

    r17372 r18337  
    4949            int* sourceId = 0, int* errLine = 0, UString* errMsg = 0);
    5050
     51        static UString prettyPrint(const UString&);
     52       
    5153        static void accept(PassRefPtr<ProgramNode>);
    5254
Note: See TracChangeset for help on using the changeset viewer.