12 Star 10 Fork 5

cctry.com / JsMgr

Create your Gitee Account
Explore and code with more than 12 million developers,Free private repositories !:)
Sign up
This repository doesn't specify license. Please pay attention to the specific project description and its upstream code dependency when using it.
Clone or Download
contribute
Sync branch
Cancel
Notice: Creating folder will generate an empty file .keep, because not support in Git
Loading...
README

##JsMgr是什么?

项目简介:对FireFox火狐浏览器的JavaScript脚本引擎SpiderMonkey做的二次封装,封装成类库JsMgr,供C++程序调用。 方便在C++中进行与JavaScript脚本代码的交互,调用JavaScript脚本中的相关函数,或者对象的函数等等。

本库为开源库。由 VC驿站 整理发布。打开原帖

开源地址:https://git.oschina.net/cctry/JsMgr

###目录结构介绍:

JSMGR
├─Example
│  ├─Example1        #--例子文件:演示加载js文件并运行,取出运行结果
│  ├─Example2        #--例子文件:演示执行内存中的js代码,取出运行结果
│  ├─Example3    	#--例子文件:演示执行多个参数的js代码,取出运行结果
│  └─Example4    	#--例子文件:演示js调用C语言代码,执行并返回运行结果
├─js185_static
│  ├─include     	#--SpiderMonkey的头文件
│  └─lib	  	   #--SpiderMonkey的静态库:MT/MTD
├─JsMgrStaticLib 	#--项目文件	
└─src			    #--JsMgr源文件

Empty file

About

C++调用JS代码 expand collapse
C++
Cancel

Releases

No release

Contributors

All

Activities

Load More
can not load any more
C++
1
https://gitee.com/cctry/JsMgr.git
git@gitee.com:cctry/JsMgr.git
cctry
JsMgr
JsMgr
master

Search