mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
14 lines
311 B
JavaScript
14 lines
311 B
JavaScript
/*1385419625,181944095,JIT Construction: v1021776,en_US*/
|
|
/**
|
|
* Copyright Test Inc.
|
|
*
|
|
* Licensed under the Apache License, Version 2.0
|
|
* http://www.apache.org/licenses/LICENSE-2.0
|
|
*/
|
|
// Copyright Test Inc.
|
|
//
|
|
// etc...
|
|
// etc...
|
|
function foo(){var a=1;var b=2;bar(a,b);}
|
|
function bar(c,d){debugger;}
|
|
foo(); |