-
大小: 19.29MB文件类型: .zip金币: 1下载: 0 次发布日期: 2023-07-16
- 语言: 其他
- 标签: v8 javascript
资源简介
已经编译好的dll,头文件,pdb,并附有demo,vs2015测试通过
代码片段和文件信息
/**
* Google v8 shared library for Windows x86 & x64 under Microsoft Visual Studio 2013
*
* Compiled by march511@gmail.com
* 2014-04-08 01:29
*
* To compile helloWorld.cpp :
* e.g. cl.exe helloWorld.cpp -I.\Include .\x86\v8.lib
*
*/
/**
* Code from https://developers.google.com/v8/get_started
*/
#include
using namespace v8;
int main(int argc char* argv[]) {
// Get the default Isolate created at startup.
Isolate* isolate = Isolate::GetCurrent();
// Create a stack-allocated handle scope.
HandleScope handle_scope(isolate);
// Create a new context.
Handle context = Context::New(isolate);
// Enter the context for compiling and running the hello world script.
Context::Scope context_scope(context);
// Create a string containing the javascript source code.
Handle source = String::NewFromUtf8(isolate “‘Hello‘ + ‘ World!‘“);
// Compile the source code.
Handleript> script = script::Compile(source);
// Run the script to get the result.
Handle result = script->Run();
// Convert the result to an UTF8 string and print it.
String::Utf8Value utf8(result);
printf(“%s\n“ *utf8);
return 0;
}
属性 大小 日期 时间 名称
----------- --------- ---------- ----- ----
目录 0 2018-07-10 13:56 V8\
文件 1241 2018-07-10 13:56 V8\helloWorld.cpp
目录 0 2018-07-10 13:54 V8\include\
文件 12715 2018-07-10 13:54 V8\include\v8-debug.h
文件 3164 2018-07-10 13:54 V8\include\v8-platform.h
文件 20472 2018-07-10 13:54 V8\include\v8-profiler.h
文件 2463 2018-07-10 13:54 V8\include\v8-testing.h
文件 16029 2018-07-10 13:54 V8\include\v8-util.h
文件 208587 2018-07-10 13:54 V8\include\v8.h
文件 17369 2018-07-10 13:54 V8\include\v8config.h
文件 2159 2018-07-10 13:54 V8\include\v8stdint.h
目录 0 2018-07-10 13:55 V8\x64\
文件 1548800 2018-07-10 13:55 V8\x64\icui18n.dll
文件 5647360 2018-07-10 13:55 V8\x64\icui18n.pdb
文件 1293824 2018-07-10 13:55 V8\x64\icuuc.dll
文件 3689472 2018-07-10 13:55 V8\x64\icuuc.pdb
文件 660128 2018-07-10 13:55 V8\x64\msvcp120.dll
文件 963232 2018-07-10 13:55 V8\x64\msvcr120.dll
文件 5079040 2018-07-10 13:55 V8\x64\v8.dll
文件 302840 2018-07-10 13:55 V8\x64\v8.lib
文件 15100928 2018-07-10 13:55 V8\x64\v8.pdb
目录 0 2018-07-10 13:56 V8\x86\
文件 1283584 2018-07-10 13:56 V8\x86\icui18n.dll
文件 5499904 2018-07-10 13:56 V8\x86\icui18n.pdb
文件 967168 2018-07-10 13:56 V8\x86\icuuc.dll
文件 3673088 2018-07-10 13:56 V8\x86\icuuc.pdb
文件 455328 2018-07-10 13:56 V8\x86\msvcp120.dll
文件 970912 2018-07-10 13:56 V8\x86\msvcr120.dll
文件 4094464 2018-07-10 13:56 V8\x86\v8.dll
文件 297406 2018-07-10 13:56 V8\x86\v8.lib
文件 16575488 2018-07-10 13:56 V8\x86\v8.pdb
............此处省略0个文件信息
相关资源
- destoon7.0升级8.0 升级包 RELEASE20200817
- MA5626V800R312C00SPH216_H822EPUB
- 并发编程笔记(httpswww.bilibili.comvide
-
Jli
nk-V8不亮灯刷固件教程 - DevExpress.v8.2.dll
- boost1660_arm64-v8a_clang.rar
- KEIL+C51+V8.06+完全汉化版
- V8 windows版本开发库(Debug)
- w3school源码只供学习之用,不可部署到
-
Jli
nkARM_V460a.z安装程序 - Web开发书籍合集超清,9本非扫描完整
- 麦咖啡McAfee v8.8 Patch 7 官方中文企业版
- axure rp pro 8.0 中文破解版 v8.0.0.3333专业
- Syncro SVN Client v8.1 MacOSX 带注册机
- 赞片CMS最新版 ZanPianCms_v8.20181212
- FlashMagicV8.7
- labview v8.2 PID工具包完整版
- HyperSnap+8破解版屏幕截图工具官方正式
- 最新版RSLOGIX500V8.4+授权+破解绝对好用
- 开发 做笔记常用编辑器Notepad++
- 超级眼局域网监控软件 v8.50 霸天破解
- 大势至USB端口管理系统v8.1客户端软件
-
lede校园网固件tpli
nk841nv8 -
Jli
nk V8完美支持V4.84a - tomcat_v8.0.35
- DDI0487E_a_armv8_arm.pdf
- 华为MA5680T升级包MA5600V800R011C00.bin.zi
- Angular 6 for Enterprise Ready Web Application
- IMail Server v8.0 完美汉化破解
- FABMaster V8F2 Gold
评论
共有 条评论