Lines Matching defs:string1
36 auto string1 = factory->NewFromASCII("test1");
37 globalString = thread->NewGlobalHandle(string1.GetTaggedType());
55 auto string1 = factory->NewFromUtf8(test.c_str());
56 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType());
107 auto string1 = factory->NewFromUtf8(test.c_str());
108 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType());
120 auto string1 = factory->NewFromUtf8(test.c_str());
121 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType());
141 auto string1 = factory->NewFromASCII("test1");
142 globalString = thread->NewGlobalHandle(string1.GetTaggedType());
173 auto string1 = factory->NewFromUtf8(test.c_str());
174 globalString[i] = thread->NewGlobalHandle(string1.GetTaggedType());