Lines Matching refs:HasDebugInfo
154 static bool HasDebugInfo(v8::Handle<v8::Function> fun) { in HasDebugInfo() function
157 return Debug::HasDebugInfo(shared); in HasDebugInfo()
468 CHECK(Debug::HasDebugInfo(shared)); in CheckDebugBreakFunction()
486 CHECK(!debug->HasDebugInfo(shared)); in CheckDebugBreakFunction()
1074 CHECK(!HasDebugInfo(foo)); in TEST()
1075 CHECK(!HasDebugInfo(bar)); in TEST()
1079 CHECK(HasDebugInfo(foo)); in TEST()
1080 CHECK(!HasDebugInfo(bar)); in TEST()
1084 CHECK(HasDebugInfo(foo)); in TEST()
1085 CHECK(HasDebugInfo(bar)); in TEST()
1089 CHECK(!HasDebugInfo(foo)); in TEST()
1090 CHECK(HasDebugInfo(bar)); in TEST()
1094 CHECK(!HasDebugInfo(foo)); in TEST()
1095 CHECK(!HasDebugInfo(bar)); in TEST()