Node
2016-12-06 00:38:18 0 举报
Node.js是一个基于Chrome V8引擎的JavaScript运行环境。Node.js使用了一个事件驱动、非阻塞式I/O模型,使其轻量又高效。Node.js的包生态系统npm,是全球最大的开源库生态系统。 Node.js是一个让JavaScript运行在服务端的开发平台,它让JavaScript成为与PHP、Python、Perl、Ruby等服务端语言平起平坐的脚本语言。 Node.js对一些特殊用例进行优化,提供替代的API,使得V8在非浏览器环境下运行得更好。 Node.js是一个开源项目,由Ryan Dahl开发,旨在解决跨平台应用程序开发的复杂性。
作者其他创作
大纲/内容
AllocDotField
Represents an alloc-site-dot-field node (Yellow) in the pointer assignment graph.
ContextVarNode
Represents a simple variable node with context.
VarNode
Represents a simple variable node (Green) in the poinater assignment graph.
ClassConstantNode
Represents an allocation site node the represents a known java.lang.Class object.
FieldRefNode
Represents a field reference node (Red) in the pointer assignment graph.
ValNode
Represents a simple of field ref node (Green or Red) in the pointer assignment graph.
LocalVarNode
Represents a simple variable node (Green) in the pointer assignment graph that is specific to a particular method invocation.
Node
Represents every node in the pointer assignment graph
StringConstantNode
Represents an allocation site node the represents a constant string.
AllocNode
Represents an allocation site node (Blue) in the pointer assignment graph.
GlobalVarNode
Represents a simple variable node (Green) in the pointer assignment graph that is not associated with any particular method invocation.
0 条评论
下一页