Home
last modified time | relevance | path

Searched refs:promise_variable (Results 1 – 2 of 2) sorted by relevance

/external/v8/src/parsing/
Dparser.cc3110 Variable* promise = function_state_->promise_variable(); in PromiseVariable()
3111 if (function_state_->promise_variable() == nullptr) { in PromiseVariable()
Dparser-base.h394 typename Types::Variable* promise_variable() const { in promise_variable() function