Searched refs:RuntimeTryGetInternString (Results 1 – 3 of 3) sorted by relevance
814 static inline JSTaggedType RuntimeTryGetInternString(uintptr_t argGlue, EcmaString *string);
748 JSTaggedValue key(RuntimeTryGetInternString(argGlue, string)); in DEF_RUNTIME_STUBS()2727 return RuntimeTryGetInternString(argGlue, string); in TryToElementsIndexOrFindInStringTable()2735 return RuntimeTryGetInternString(argGlue, string); in TryGetInternString()
3149 JSTaggedType RuntimeStubs::RuntimeTryGetInternString(uintptr_t argGlue, EcmaString *string) in RuntimeTryGetInternString() function