Home
last modified time | relevance | path

Searched defs:Entity (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/panda_guard/obfuscate/
Dentity.h68 explicit Entity(Program *program) : program_(program) {} in Entity() function
70Entity(Program *program, const std::string &name) : program_(program), name_(name), obfName_(name)… in Entity() function
Dfunction.h46 : Entity(program), idx_(std::move(idx)), useScope_(useScope) in Entity() function
/arkcompiler/runtime_core/static_core/plugins/ets/tests/interop_js/tests/object_literal/ets_to_ts/
Dtest_object_literal.ts19 const Entity = etsVm.getClass('Lobject_literal/Entity;'); constant