Home
last modified time | relevance | path

Searched refs:SetLongPauseTime (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/
Djs_runtime_options.cpp485 SetLongPauseTime(argUint32); in ParseCommand()
Djs_runtime_options.h282 void SetLongPauseTime(size_t time) in SetLongPauseTime() function
/arkcompiler/ets_runtime/ecmascript/napi/include/
Djsnapi.h1065 void SetLongPauseTime(size_t time) in SetLongPauseTime() function
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi.cpp288 runtimeOptions.SetLongPauseTime(option.GetLongPauseTime()); in CreateJSVM()