Differences From Artifact [ce27c539b1]:
- File gc_core/js/lang_core/gc_engine.js — part of check-in [3b6904a340] at 2018-09-17 09:58:16 on branch rg — [core][js] better debugging info (user: olr, size: 57978) [annotate] [blame] [check-ins using]
To Artifact [176acccae7]:
- File gc_core/js/lang_core/gc_engine.js — part of check-in [1833934b94] at 2018-09-17 10:46:58 on branch rg — [core][js] gc engine: fix tags enumeration (user: olr, size: 57978) [annotate] [blame] [check-ins using]
︙ | |||
484 485 486 487 488 489 490 | 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 | - + | } } } } } // token tags if (dToken.hasOwnProperty("aTags") && dNode.hasOwnProperty("<tags>")) { |
︙ |