Home
last modified time | relevance | path

Searched defs:lazyBinding (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/src/
Dmpl2mpl_options.cpp335 maplecl::Option<bool> lazyBinding({"--lazy-binding"}, variable
Doption.cpp112 bool Options::lazyBinding = false; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp74 maplecl::Option<bool> lazyBinding({"--lazy-binding"}, variable
Dcg_option.cpp99 bool CGOptions::lazyBinding = false; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h158 static bool lazyBinding; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1696 static bool lazyBinding; variable