• v8

    v8 的主流程 123js → Parse → AST(抽象语法树) → Ignition → bytecode(字节码)→ cpu 运行指令 | ...
  • this绑定和优先级

    this 指向的情况,调用的方式有关与 this 所处的函数没多少关系,绑定和定义的位置(编写的位置)没有关系 函数在调用时,JavaScript 会默认给 this 绑定一个值 函数被调用方式有关,绑定和调用方式以及调用的位置有关系 this 是在...
  • 浏览器渲染流程

    网页被解析的过程从服务器下载 index.html 文件,遇到 link 就下载 css ,遇到 script 就下载 js 加载 html 然后对 html 进行从上到下解析。 解析 html 的时候 加载 css,加载css完成然后对 css...
  • Hello World

    Welcome to Hexo ! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, ...
1