Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/pgo_profiler/
Dpgo_profiler_layout.cpp22 bool PGOHandler::SetAttribute(const JSThread *thread, PropertyAttributes &attr) const in SetAttribute() function in panda::ecmascript::pgo::PGOHandler
/arkcompiler/runtime_core/static_core/assembler/
Dmeta.h72 std::optional<Error> SetAttribute(std::string_view attribute) in SetAttribute() function
/arkcompiler/runtime_core/assembler/
Dmeta.h72 std::optional<Error> SetAttribute(const std::string_view &attribute) in SetAttribute() function
/arkcompiler/ets_runtime/ecmascript/builtins/
Dbuiltins.cpp2995 void Builtins::SetAttribute(const JSHandle<JSObject> &obj, std::string_view key, std::string_view v… in SetAttribute() function in panda::ecmascript::Builtins