Fix Internals and remove favicon

This commit is contained in:
Evgeny Gavrin
2015-06-14 19:00:48 +03:00
parent 5cdad993ac
commit c80b55b8e8
2 changed files with 3 additions and 3 deletions
+3 -3
View File
@@ -5,7 +5,7 @@ permalink: /internals/
--- ---
* toc * toc
{TOC} {:toc}
# High-Level Design # High-Level Design
![High-Level Design]({{ site.baseurl }}/img/engines_high_level_design.jpg) ![High-Level Design]({{ site.baseurl }}/img/engines_high_level_design.jpg)
@@ -416,7 +416,7 @@ Otherwise, object's property set is iterated fully and corresponding record is r
ECMA-defined runtime operations are implemented mostly with routine having the following signature: ECMA-defined runtime operations are implemented mostly with routine having the following signature:
`ecma_completion_value_t ecma_op_* ([ecma_value_t argumants])` `ecma_completion_value_t ecma_op_* ([ecma_value_t arguments])`
or or
`ecma_property_t * ecma_op_[find/get]*_property (objs, name string, ...)` `ecma_property_t * ecma_op_[find/get]*_property (objs, name string, ...)`
@@ -453,7 +453,7 @@ Rules for completion value are the same as rules for values, contained in them.
## Opcode handler structure ## Opcode handler structure
Most opcode handlers consists of the following steps: Most opcode handlers consists of the following steps:
1. Decode instruction (i.e. extract "idx"-s) 1. Decode instruction (i.e. extract `idx`-s)
2. Read input values from variables/registers 2. Read input values from variables/registers
3. Perform necessary type conversions 3. Perform necessary type conversions
4. Perform calls to runtime 4. Perform calls to runtime
BIN
View File
Binary file not shown.

Before

Width:  |  Height:  |  Size: 318 B