Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/stubs/
Druntime_stubs.h516 …static inline JSTaggedType RuntimeTryGetInternString(uintptr_t argGlue, const JSHandle<EcmaString>…
Druntime_stubs.cpp892 JSTaggedValue key(RuntimeTryGetInternString(argGlue, string)); in DEF_RUNTIME_STUBS()
3074 return RuntimeTryGetInternString(argGlue, string); in DEF_RUNTIME_STUBS()
3083 return RuntimeTryGetInternString(argGlue, string); in DEF_RUNTIME_STUBS()
Druntime_stubs-inl.h3399 JSTaggedType RuntimeStubs::RuntimeTryGetInternString(uintptr_t argGlue, const JSHandle<EcmaString> … in RuntimeTryGetInternString() function