Skip to content

Latest commit

 

History

History
14 lines (14 loc) · 758 Bytes

2.v8内部对象关系.md

File metadata and controls

14 lines (14 loc) · 758 Bytes

1.Data(数据结构模型)

v8_data

2.Malloced(内存对象模型)

v8_malloced

3.AllStatic (Compiler、Execution、Heap、Visitor...)

v8_allstatic

4.ZoneObject(语法AST)

v8_zoneobject

5.CodeStub (代码相关)

v8_codestub