Searched refs:use_strong (Results 1 – 3 of 3) sorted by relevance
175 DEFINE_BOOL(use_strong, false, "enforce strong mode")176 DEFINE_IMPLICATION(use_strong, use_strict)179 DEFINE_IMPLICATION(use_strong, strong_mode)
1454 bool use_strong = FLAG_use_strong && !isolate->bootstrapper()->IsActive(); in CompileScript() local1456 construct_language_mode(FLAG_use_strict, use_strong); in CompileScript()
271 F(use_strong, "use strong") \