Home
last modified time | relevance | path

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

/third_party/node/deps/v8/src/execution/
Disolate.cc736 if (IsStrictFrame(function)) flags |= CallSiteInfo::kIsStrict; in AppendAsyncFrame()
786 if (IsStrictFrame(function)) flags |= CallSiteInfo::kIsStrict; in AppendJavaScriptFrame()
826 bool IsStrictFrame(Handle<JSFunction> function) { in IsStrictFrame() function in v8::internal::__anon82d3a9db0311::CallSiteBuilder