Home
last modified time | relevance | path

Searched refs:SetOwnProperties (Results 1 – 7 of 7) sorted by relevance

/arkcompiler/toolchain/tooling/test/testcases/
Djs_variable_second_test.h123 params.SetObjectId(localId).SetOwnProperties(true); in SendNotification()
135 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in SendNotification()
Djs_container_test.h136 params.SetObjectId(localId).SetOwnProperties(true); in GetProperties()
148 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in GetProperties()
Djs_variable_first_test.h123 params.SetObjectId(localId).SetOwnProperties(true); in SendNotification()
135 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in SendNotification()
Djs_module_variable_test.h138 params.SetObjectId(localId).SetOwnProperties(true); in GetModuleProperties()
150 params.SetObjectId(value->GetObjectId()).SetOwnProperties(true); in GetModuleProperties()
Djs_local_variable_scope_test.h120 params.SetObjectId(localScopeId).SetOwnProperties(true); in SendNotification()
Djs_dropframe_test.h145 params.SetObjectId(localId).SetOwnProperties(true); in SendNotification()
/arkcompiler/toolchain/tooling/base/
Dpt_params.h522 GetPropertiesParams &SetOwnProperties(bool ownProperties) in SetOwnProperties() function