Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc827 if (!encountered_strict_function_) { in IsStrictFrame()
828 encountered_strict_function_ = in IsStrictFrame()
831 return encountered_strict_function_; in IsStrictFrame()
899 bool encountered_strict_function_ = false; member in v8::internal::__anon82d3a9db0311::CallSiteBuilder