Home
last modified time | relevance | path

Searched defs:SetProperties (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/ir/statements/
DannotationUsage.h62 void SetProperties(ArenaVector<AstNode *> &&properties) in SetProperties() function
/arkcompiler/ets_runtime/ecmascript/
Dsendable_env.h55 void SetProperties(JSThread *thread, uint32_t index, JSTaggedValue value) in SetProperties() function
Dlexical_env.h55 void SetProperties(JSThread *thread, uint32_t index, JSTaggedValue value) in SetProperties() function
/arkcompiler/ets_runtime/ecmascript/debugger/
Ddebugger_api.cpp382 void DebuggerApi::SetProperties(const EcmaVM *ecmaVm, const FrameHandler *frameHandler, in SetProperties() function in panda::ecmascript::tooling::DebuggerApi