Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h138 V(NewInternalString) \
Druntime_stubs.cpp210 DEF_RUNTIME_STUBS(NewInternalString) in DEF_RUNTIME_STUBS() argument
212 RUNTIME_STUBS_HEADER(NewInternalString); in DEF_RUNTIME_STUBS()
/arkcompiler/ets_runtime/ecmascript/compiler/
Dstub_builder.cpp2373 key = CallRuntime(glue, RTSTUB_ID(NewInternalString), { *key }); in GetPropertyByValue()
3226 varKey = CallRuntime(glue, RTSTUB_ID(NewInternalString), { *varKey }); in SetPropertyByValue()