Lines Matching defs:DCHECK
94 #ifndef DCHECK
95 #define DCHECK(condition) assert(condition)
493 DCHECK(*key);
512 DCHECK(*key);
822 DCHECK(try_catch.HasCaught());
881 DCHECK(IsAbsolutePath(path));
883 DCHECK(last_slash != std::string::npos);
1023 DCHECK(IsAbsolutePath(file_name));
1339 DCHECK(try_catch.HasCaught());
1400 DCHECK(try_catch.HasCaught());
1425 DCHECK(!try_catch.HasCaught());
1486 DCHECK(try_catch.HasCaught());
1795 DCHECK(!try_catch.HasCaught());
2719 DCHECK(false);
3574 DCHECK(false);
3798 DCHECK(value->StrictEquals(expected));
3864 DCHECK(isolate_);
4368 DCHECK(args.Data()->IsExternal());
4610 DCHECK(options.fuzzy_module_file_extensions);
4798 DCHECK(options.streaming_compile);
4804 DCHECK(options.streaming_compile);
4926 DCHECK(!data_);
5266 DCHECK(running_workers_.empty());
5535 DCHECK(options.compile_options == v8::ScriptCompiler::kEagerCompile ||
5643 #undef DCHECK