script tag. • Fetch JavaScript code from Network, Browser cache or Service worker etc… . • Encoded Code gets loaded from one of these resources via byte stream. • ex) ‘function’ <-> 0066 0075 006e 0063 0074 0069 006f 006e • Decoding loaded Code by byte stream decoder. • Pass over decoded ‘tokens' to parser. • token • function hellow () { } • `function` `hellow` `(` `)` `{` `}`