Home
last modified time | relevance | path

Searched refs:has_outstanding (Results 1 – 3 of 3) sorted by relevance

/third_party/node/src/
Denv-inl.h150 inline bool ImmediateInfo::has_outstanding() const { in has_outstanding() function
Denv.h355 inline bool has_outstanding() const;
Denv.cc1267 } while (env->immediate_info()->has_outstanding() && env->can_call_into_js()); in CheckImmediate()