docs: JS原型链与Objective-C内存布局不能说的秘密图片

This commit is contained in:
LiuBinPeng
2021-10-06 12:05:37 +08:00
parent 97d89e215d
commit bfe6d0d616
2 changed files with 3 additions and 3 deletions

View File

@@ -1,9 +1,9 @@
# JS原型链与Objective-C内存布局不能说的秘密
## 一、原型链与 Objective-C 的秘密
![JS 原型借鉴于 Self 语言](./../assets/2021-10-06-JSPrototype.jpg)
![JS 属性、方法在原型链的访问](./../assets/2021-10-06-JSFunctionCallInPrototype.jpg)
![JS 原型借鉴于 Self 语言](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/2021-10-06-JSPrototype.jpg)
![JS 属性、方法在原型链的访问](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/2021-10-06-JSFunctionCallInPrototype.jpg)
![OC对象内存布局](https://raw.githubusercontent.com/FantasticLBP/knowledge-kit/master/assets/2021-10-06-OCMemoryLayout.png)
假期看了本关于 JS 的书。很多地方就是已知知识。但是看到2个地方感觉和现有知识体系有关联蛮有意思。拍照记录了下