Home
last modified time | relevance | path

Searched refs:printFunction (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/include/cg/
Dcg_option.h1323 printFunction = true; in EnablePrintFunction()
1328 printFunction = false; in DisablePrintFunction()
1333 return printFunction; in IsPrintFunction()
1693 static bool printFunction; variable
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_be/src/cg/
Dcg_option.cpp97 bool CGOptions::printFunction = false; member in maplebe::CGOptions