Home
last modified time | relevance | path

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

/external/v8/src/
Dflag-definitions.h175 DEFINE_BOOL(use_strong, false, "enforce strong mode")
176 DEFINE_IMPLICATION(use_strong, use_strict)
179 DEFINE_IMPLICATION(use_strong, strong_mode)
Dcompiler.cc1454 bool use_strong = FLAG_use_strong && !isolate->bootstrapper()->IsActive(); in CompileScript() local
1456 construct_language_mode(FLAG_use_strict, use_strong); in CompileScript()
/external/v8/src/ast/
Dast-value-factory.h271 F(use_strong, "use strong") \