p
Size: a a a
p
SP
SP
SP
p
λ
а
λ
λ
SP
SP
λ
DF
p
this.last_index = start_node ? 1 : 0;
if (start_node) {
this.last_index = 1;
}
else {
this.last_index = 0;
}DF
λ
this.last_index = start_node ? 1 : 0;
if (start_node) {
this.last_index = 1;
}
else {
this.last_index = 0;
}lastIndex .= if startNode then 1 else 0SP
this.last_index = start_node ? 1 : 0;
if (start_node) {
this.last_index = 1;
}
else {
this.last_index = 0;
}SP
this.last_index = (()=>{
if (start_node) {
return 1;
}
else {
return 0;
}
})()λ
this.last_index = start_node ? 1 : 0;
if (start_node) {
this.last_index = 1;
}
else {
this.last_index = 0;
}