Skip to content

Commit

Permalink
Updated JSCocoa framework to version that supports 64-bit platforms; c…
Browse files Browse the repository at this point in the history
…loses #1
  • Loading branch information
onecrayon committed Jul 27, 2009
1 parent c3e00d9 commit a485a95
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion JSCocoa.framework/Versions/A/Headers/JSCocoaController.h
Expand Up @@ -49,7 +49,6 @@ typedef struct JSValueRefAndContextRef JSValueRefAndContextRef;
- (BOOL)evalJSFile:(NSString*)path toJSValueRef:(JSValueRef*)returnValue;
- (JSValueRef)evalJSString:(NSString*)script;
- (JSValueRef)evalJSString:(NSString*)script withScriptURL:(NSString*)url;
+ (BOOL)isMaybeSplitCall:(NSString*)start forClass:(id)class;
- (JSValueRef)callJSFunction:(JSValueRef)function withArguments:(NSArray*)arguments;
- (JSValueRef)callJSFunctionNamed:(NSString*)functionName withArguments:arguments, ... NS_REQUIRES_NIL_TERMINATION;
- (JSValueRef)callJSFunctionNamed:(NSString*)functionName withArgumentsArray:(NSArray*)arguments;
Expand Down
Binary file modified JSCocoa.framework/Versions/A/JSCocoa
Binary file not shown.

0 comments on commit a485a95

Please sign in to comment.