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.cpp342 maplecl::Option<bool> lazyBinding({"--lazy-binding"}, variable
Doption.cpp115 bool Options::lazyBinding = false; member in maple::Options
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_options.cpp69 maplecl::Option<bool> lazyBinding({"--lazy-binding"}, variable
Dcg_option.cpp96 bool CGOptions::lazyBinding = false; member in maplebe::CGOptions
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_ir/include/
Doption.h161 static bool lazyBinding; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1645 static bool lazyBinding; variable