Ignore:
Timestamp:
Jul 5, 2006, 9:52:54 AM (19 years ago)
Author:
ggaren
Message:

JavaScriptCore:

Reviewed by Maciej.

  • Return syntax error in JSCheckSyntax through a JSValueRef* exception argument


  • API/JSBase.h:
  • API/JSContextRef.cpp: (JSCheckSyntax):
  • API/testapi.c: (main):
  • JavaScriptCore.exp:
  • kjs/interpreter.cpp: (KJS::Interpreter::checkSyntax):
  • kjs/interpreter.h:

JavaScriptGlue:

Reviewed by Maciej.


  • JSRun.cpp: (JSRun::CheckSyntax): Updated to use new checkSyntax syntax in JSC.
  • JavaScriptGlue.xcodeproj/project.pbxproj:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.xcodeproj/project.pbxproj

    r15155 r15163  
    268268                E195679909E7CF1200B89D13 /* UnicodeCategory.h in Headers */ = {isa = PBXBuildFile; fileRef = E195679509E7CF1200B89D13 /* UnicodeCategory.h */; };
    269269/* End PBXBuildFile section */
     270
     271/* Begin PBXBuildStyle section */
     272                147FA0270A5C2444002E7E85 /* Development */ = {
     273                        isa = PBXBuildStyle;
     274                        buildSettings = {
     275                                COPY_PHASE_STRIP = NO;
     276                        };
     277                        name = Development;
     278                };
     279                147FA0280A5C2444002E7E85 /* Deployment */ = {
     280                        isa = PBXBuildStyle;
     281                        buildSettings = {
     282                                COPY_PHASE_STRIP = YES;
     283                        };
     284                        name = Deployment;
     285                };
     286/* End PBXBuildStyle section */
    270287
    271288/* Begin PBXContainerItemProxy section */
     
    12381255                        isa = PBXProject;
    12391256                        buildConfigurationList = 149C277108902AFE008A9EFC /* Build configuration list for PBXProject "JavaScriptCore" */;
     1257                        buildSettings = {
     1258                        };
     1259                        buildStyles = (
     1260                                147FA0270A5C2444002E7E85 /* Development */,
     1261                                147FA0280A5C2444002E7E85 /* Deployment */,
     1262                        );
    12401263                        hasScannedForEncodings = 1;
    12411264                        mainGroup = 0867D691FE84028FC02AAC07 /* JavaScriptCore */;
Note: See TracChangeset for help on using the changeset viewer.