Documentation update
Updated JerryScript Internals documentation form section High-Level design to section Virtual Machine. JerryScript-DCO-1.0-Signed-off-by: István Kádár ikadar@inf.u-szeged.hu
This commit is contained in:
committed by
László Langó
parent
56167ea54a
commit
c69dc7a156
+34
@@ -0,0 +1,34 @@
|
||||
img[alt="High-Level Design"] {
|
||||
max-width: 60%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img[alt="Parser dependency"] {
|
||||
max-width: 60%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img[alt="CBC layout"] {
|
||||
max-width: 40%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img[alt="byte-code layout"] {
|
||||
max-width: 40%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img[alt="ECMA value representation"] {
|
||||
max-width: 40%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img[alt="Number"] {
|
||||
max-width: 25%;
|
||||
display: block;
|
||||
}
|
||||
|
||||
img[alt="Compressed Pointer"] {
|
||||
max-width: 25%;
|
||||
display: block;
|
||||
}
|
||||
Reference in New Issue
Block a user