Home
last modified time | relevance | path

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

/arkcompiler/toolchain/tooling/base/
Dpt_params.cpp25 double maxScriptsCacheSize; in Create() local
26 ret = params.GetDouble("maxScriptsCacheSize", &maxScriptsCacheSize); in Create()
28 paramsObject->maxScriptsCacheSize_ = maxScriptsCacheSize; in Create()
/arkcompiler/toolchain/tooling/test/
Ddebugger_params_test.cpp81 … msg = std::string() + R"({"id":0,"method":"Debugger.Test","params":{"maxScriptsCacheSize":100}})"; in HWTEST_F_L0()