#733: streamlined soak compilations and improved reference cachings

This commit is contained in:
satyr
2010-10-02 07:17:35 +09:00
parent 54f162e523
commit 341f511bbd
9 changed files with 459 additions and 409 deletions

View File

@@ -294,7 +294,7 @@
}
this.i += value.length;
prev = last(this.tokens);
spaced = prev == null ? undefined : prev.spaced;
spaced = ((prev != null) ? prev.spaced : null);
tag = value;
if (value === '=') {
if (include(JS_FORBIDDEN, val = this.value())) {