This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// (c) copyright unscriptable.com / John Hann | LegendLee | |
// License MIT | |
// For more robust promises, see https://github.com/briancavalier/when.js. | |
// last edited by LegendLee([email protected]) | |
function Promise() { | |
this._thens = []; | |
} | |
Promise.prototype = { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
int char float double short long | |
unsigned signed | |
if else | |
switch case default | |
for while do | |
continue break goto | |
void return | |
auto register extern const volatile static | |
sizeof typedef | |
class new public private protected this try throw catch (true false NULL) |