博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
JSContext
阅读量:6916 次
发布时间:2019-06-27

本文共 558 字,大约阅读时间需要 1 分钟。

An instance of JSContext represents a JavaScript execution environment. All

 JavaScript execution takes place within a context.

 JSContext is also used to manage the life-cycle of objects within the

 JavaScript virtual machine. Every instance of JSValue is associated with a

 JSContext via a strong reference. The JSValue will keep the JSContext it

 references alive so long as the JSValue remains alive. When all of the JSValues

 that reference a particular JSContext have been deallocated the JSContext

 will be deallocated unless it has been previously retained.

转载地址:http://hlxcl.baihongyu.com/

你可能感兴趣的文章
Jquery 获取多个Checkbox的值
查看>>
Apache反向代理的配置
查看>>
工作流软件产品集成struts2框架
查看>>
WAS常见问题及解答
查看>>
OutputCache缓存设置 条件 Cookies设置缓存无效
查看>>
linux多线程示例
查看>>
java日期和字符串的相互转换
查看>>
如何给caffe添加新的layer ?
查看>>
数据库连接池
查看>>
植物 miRNA 研究
查看>>
分布式交易系统的并发处理, 以及用Redis和Zookeeper实现分布式锁
查看>>
http 304优化,了解客户端缓存
查看>>
SQLite(轻量级最佳数据库) 原理分析和开发应用zz
查看>>
改善用户体念:Jquery实现td tr单击事件(input事件)
查看>>
GridView标头居中,内容居中
查看>>
asp.net datatable中行的复制
查看>>
在Eclipse中安装ADT
查看>>
三十七、android sqlite3详解
查看>>
Open Build Service
查看>>
UVA 696 How Many Knights
查看>>