Ignore:
Timestamp:
Jul 13, 2006, 1:56:52 AM (19 years ago)
Author:
ggaren
Message:

Pleasing to Maciej.


  • Renamed JSEvaluate -> JSEvaluateScript, JSCheckSyntax -> JSCheckScriptSyntax
  • Added exception out parameters to JSValueTo* and JSValueIsEqual because they can throw
  • Removed JSObjectGetDescription because it's useless and vague, and JSValueToString/JSValueIsObjectOfClass do a better job, anyway
  • Clarified comments about "IsFunction/Constructor" to indicate that they are true of all functions/constructors, not just those created by JSObjectMake*
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/JavaScriptCore/JavaScriptCore.exp

    r15385 r15404  
    22.objc_class_name_WebScriptObjectPrivate
    33.objc_class_name_WebUndefined
    4 _JSCheckSyntax
     4_JSCheckScriptSyntax
    55_JSClassCreate
    66_JSClassRelease
     
    99_JSContextDestroy
    1010_JSContextGetGlobalObject
    11 _JSEvaluate
     11_JSEvaluateScript
    1212_JSGarbageCollect
    1313_JSObjectCallAsConstructor
     
    1515_JSObjectCreatePropertyEnumerator
    1616_JSObjectDeleteProperty
    17 _JSObjectGetDescription
    1817_JSObjectGetPrivate
    1918_JSObjectGetProperty
Note: See TracChangeset for help on using the changeset viewer.