-
JSManagedValue JSVirtualMachine一个线程查看全部
-
block 不能读取外面参数,[JSContext currentContext],[JSContext currentArguments]; js export class查看全部
-
引入JavaScriptCore.h JSContext运行环境, [context evaluateScript:@"var bar=231;"];查看全部
-
JSBinding VS HyBrid查看全部
-
Frameworks using JSBinding查看全部
-
JS Binding Native查看全部
-
第三章中说到循环引用,个人感觉objc没有垃圾回收,而且系统也处理不了循环引用。可能我理解的不对,还请讲师解答一下。查看全部
-
ThreadSafe查看全部
-
Avoid Memory Leak by JSManagedValue查看全部
-
NSArray *args = [JSContext currentArguments]; JSContext *ctx = [JSContext currentContext]; #Header file @protocol MyJSProtocol <JSExport> .... @end @interface MyJSClass : NSObject<MyJSProtocol >{ .... } - initWithContext:(JSContext *)ctx; @查看全部
-
context[@"fnName"]=^(int a, int b){ //Object C Native code; }; JSValue *result=[context evaluateScript:@"fnName(1,2)"];查看全部
-
http://www.bignerdranch.com/blog/javascriptcore-and-ios-7/查看全部
-
JSContext *context =[[JSContext alloc] init]; JSValue *result=[context evaluateScript:@"1 + 2"]; [result toDouble]查看全部
-
齐军来学学查看全部
-
Keys of JavascriptCore APi 1. JavascriptCore.h 2. JSContext.h 3. JSValue.h 4. JSExport.h查看全部
举报
0/150
提交
取消