Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.cpp938 std::string string_key = "value"; in DEF_RUNTIME_STUBS() local
940 base::BuiltinsBase::GetTaggedString(thread, string_key.c_str())); in DEF_RUNTIME_STUBS()
948 std::string string_key = "writable"; in DEF_RUNTIME_STUBS() local
950 base::BuiltinsBase::GetTaggedString(thread, string_key.c_str())); in DEF_RUNTIME_STUBS()
958 std::string string_key = "enumerable"; in DEF_RUNTIME_STUBS() local
960 base::BuiltinsBase::GetTaggedString(thread, string_key.c_str())); in DEF_RUNTIME_STUBS()
968 std::string string_key = "configurable"; in DEF_RUNTIME_STUBS() local
970 base::BuiltinsBase::GetTaggedString(thread, string_key.c_str())); in DEF_RUNTIME_STUBS()