Lines Matching refs:StackTrace
209 int frame_limit, StackTrace::StackTraceOptions options) {
241 if (options & StackTrace::kLineNumber) {
247 if (options & StackTrace::kColumnOffset && relative_line_number >= 0) {
264 if (options & StackTrace::kScriptName) {
269 if (options & StackTrace::kScriptNameOrSourceURL) {
286 if (options & StackTrace::kFunctionName) {
294 if (options & StackTrace::kIsEval) {
301 if (options & StackTrace::kIsConstructor) {
902 StackTrace::StackTraceOptions options) {