Searched defs:PromiseEvent (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/v8/include/
H A Dv8-debug.h23 PromiseEvent = 7, enumerator in enum:v8::DebugEvent
/external/chromium_org/v8/src/
H A Ddebug-debugger.js23 PromiseEvent: 7,
1209 return new PromiseEvent(event_data);
1213 function PromiseEvent(event_data) { class
1221 PromiseEvent.prototype.promise = function() {
1226 PromiseEvent.prototype.parentPromise = function() {
1231 PromiseEvent.prototype.status = function() {
1236 PromiseEvent.prototype.value = function() {

Completed in 141 milliseconds