Home | History | Annotate | Download | only in src

Lines Matching defs:LookupSymbol

159 Handle<String> Factory::LookupSymbol(Vector<const char> string) {
161 isolate()->heap()->LookupSymbol(string),
166 Handle<String> Factory::LookupSymbol(Handle<String> string) {
168 isolate()->heap()->LookupSymbol(*string),
857 isolate()->heap()->LookupSymbol(*value), String);