a promise implementation reference V8
after reading the promise implementation in V8, i try to implement it by myself.
of course , its very like the V8's implementation.
this code have no practical meaning, just for learning and verify my understanding for promise.