Searched refs:RuntimeTryGetInternString (Results 1 – 3 of 3) sorted by relevance
516 …static inline JSTaggedType RuntimeTryGetInternString(uintptr_t argGlue, const JSHandle<EcmaString>…
892 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()
3399 JSTaggedType RuntimeStubs::RuntimeTryGetInternString(uintptr_t argGlue, const JSHandle<EcmaString> … in RuntimeTryGetInternString() function