- Uglify checkout c20bb99a62ad036368569bd89b934f52258429cd (harmony)
- Test262 checkout 5da6f981e9c6eb6d8af9ad8be737fb2245cf2fdb (master)
process.versions:
{ http_parser: '2.7.0',
node: '7.8.0',
v8: '5.5.372.43',
uv: '1.11.0',
/* ebnf file for es 6 - MAY CONTAIN ERRORS / DISAMBIGUITY */ | |
Grammer::= Statement | |
/* Lexical grammer */ | |
SourceCharacter ::= #x0000-#x10FFFF | |
InputElementDiv ::= WhiteSpace | LineTerminator | Comment | CommonToken | DivPunctuator | RightBracePunctuator | |
InputElementRegExp ::= WhiteSpace | LineTerminator | Comment | CommonToken | RightBracePunctuator | RegularExpressionLiteral | |
InputElementRegExpOrTemplateTail ::= WhiteSpace | LineTerminator | Comment | CommonToken | RegularExpressionLiteral | TemplateSubstitutionTail | |
InputElementTemplateTail ::= WhiteSpace | LineTerminator | Comment | CommonToken | DivPunctuator | TemplateSubstitutionTail | |
WhiteSpace ::= "<TAB>" | "<VT>" | "<FF>" | "<SP>" | "<NBSP>" | "<ZWNBSP>" | "<USP>" |
var tmp = null; | |
$('###selector###').popover({ | |
trigger: 'manual', | |
title: 'testing', | |
delay: {show:500, hide:100} | |
}); | |
$('###selector###').hover(function(){ | |
clearTimeout(tmp); |
<?php | |
function curl_get_contents($url, $timeout = 30, $settings_array = array()) | |
{ | |
$return false; | |
if (function_exists("curl_init")) { | |
$curl_options = array( | |
CURLOPT_URL => $url, | |
CURLOPT_RETURNTRANSFER => true, | |
CURLOPT_TIMEOUT => intval($timeout), | |
CURLOPT_HEADER => false |
var probabilities = [500, 200, 50, 5]; | |
var iterations = 2000; | |
var results = []; | |
next: | |
for (let i = 0; i < iterations; i++) { | |
let probability = Math.floor(Math.random() * 1000); | |
let j = 0; |
{ | |
repository(owner: "mishoo", name: "UglifyJS2") { | |
pullRequests(last: 100) { | |
nodes { | |
closed | |
number | |
} | |
totalCount | |
} | |
} |
process.versions:
{ http_parser: '2.7.0',
node: '7.8.0',
v8: '5.5.372.43',
uv: '1.11.0',
process.versions:
{ http_parser: '2.7.0',
node: '7.8.0',
v8: '5.5.372.43',
uv: '1.11.0',
process.versions:
{ http_parser: '2.7.0',
node: '7.8.0',
v8: '5.5.372.43',
uv: '1.11.0',
process.versions:
{ http_parser: '2.7.0',
node: '7.7.3',
v8: '5.5.372.41',
uv: '1.11.0',
process.versions:
{ http_parser: '2.7.0',
node: '7.4.0',
v8: '5.4.500.45',
uv: '1.10.1',