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/API/JSObjectRef.cpp

    r15385 r15404  
    9797}
    9898
    99 JSStringRef JSObjectGetDescription(JSObjectRef object)
    100 {
    101     JSLock lock;
    102     JSObject* jsObject = toJS(object);
    103     return toRef(jsObject->className().rep());
    104 }
    105 
    10699JSValueRef JSObjectGetPrototype(JSObjectRef object)
    107100{
Note: See TracChangeset for help on using the changeset viewer.