HomeSort by relevance Sort by last modified time
    Searched refs:InternalPromiseReject (Results 1 - 4 of 4) sorted by null

  /external/v8/src/builtins/
builtins-promise.h 126 void InternalPromiseReject(Node* context, Node* promise, Node* value,
128 void InternalPromiseReject(Node* context, Node* promise, Node* value,
builtins-promise.cc 750 InternalPromiseReject(context, promise, thenable_value, false);
832 InternalPromiseReject(context, promise, var_reason.value(), true);
    [all...]
builtins-async-iterator.cc 150 InternalPromiseReject(context, promise, exception, TrueConstant());
builtins.h     [all...]

Completed in 600 milliseconds