Home
last modified time | relevance | path

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

/external/v8/src/
Disolate.cc516 if (!encountered_strict_function_) { in IsStrictFrame()
517 encountered_strict_function_ = in IsStrictFrame()
520 return encountered_strict_function_; in IsStrictFrame()
581 bool encountered_strict_function_ = false; member in v8::internal::__anon79bb27530211::FrameArrayBuilder