Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc344 encountered_strict_function_ = false; in StackTraceHelper()
352 if (!encountered_strict_function_) { in IsStrictFrame()
353 encountered_strict_function_ = is_strict(fun->shared()->language_mode()); in IsStrictFrame()
355 return encountered_strict_function_; in IsStrictFrame()
410 bool encountered_strict_function_; member in v8::internal::__anon35adaeca0111::StackTraceHelper