Home
last modified time | relevance | path

Searched refs:throwOnSideEffect (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/toolchain/tooling/base/
H A Dpt_params.cpp98 bool throwOnSideEffect = false; in Create() local
99 ret = params.GetBool("throwOnSideEffect", &throwOnSideEffect); in Create()
101 paramsObject->throwOnSideEffect_ = throwOnSideEffect; in Create()
103 error += "Wrong type of 'throwOnSideEffect';"; in Create()
885 bool throwOnSideEffect = false; in Create() local
886 ret = params.GetBool("throwOnSideEffect", &throwOnSideEffect); in Create()
888 paramsObject->throwOnSideEffect_ = throwOnSideEffect; in Create()
890 error += "Wrong type of 'throwOnSideEffect';"; in Create()
[all...]
/arkcompiler/toolchain/tooling/test/
H A Ddebugger_params_test.cpp640 "generatePreview":"true", "throwOnSideEffect":"true", "timeout":"10"}})"; in HWTEST_F_L0()
645 "generatePreview":true, "throwOnSideEffect":true, "timeout":10}})"; in HWTEST_F_L0()
1036 "awaitPromise":"true", "executionContextId":"1", "objectGroup":2, "throwOnSideEffect":"true"}})"; in HWTEST_F_L0()
1045 "objectGroup":"testGrp", "throwOnSideEffect":true}})"; in HWTEST_F_L0()

Completed in 4 milliseconds