Home
last modified time | relevance | path

Searched refs:LookupSingleCharacterStringFromCode (Results 1 – 12 of 12) sorted by relevance

/third_party/node/deps/v8/src/runtime/
Druntime-strings.cc337 isolate->factory()->LookupSingleCharacterStringFromCode(s->Get(i)); in RUNTIME_FUNCTION()
424 isolate->factory()->LookupSingleCharacterStringFromCode('"'); in RUNTIME_FUNCTION()
Druntime-regexp.cc1666 Handle<String> u_str = factory->LookupSingleCharacterStringFromCode('u'); in RUNTIME_FUNCTION()
1669 Handle<String> y_str = factory->LookupSingleCharacterStringFromCode('y'); in RUNTIME_FUNCTION()
Druntime-object.cc869 return *factory->LookupSingleCharacterStringFromCode( in RUNTIME_FUNCTION()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-console.cc75 auto percent = isolate->factory()->LookupSingleCharacterStringFromCode('%'); in Formatter()
Dbuiltins-string-gen.cc943 isolate()->factory()->LookupSingleCharacterStringFromCode('$')); in IndexOfDollarChar()
/third_party/node/deps/v8/src/heap/
Dfactory.cc684 if (length == 1) return LookupSingleCharacterStringFromCode(string[0]); in NewStringFromOneByte()
743 return LookupSingleCharacterStringFromCode(t); in NewStringFromUtf8SubString()
789 if (length == 1) return LookupSingleCharacterStringFromCode(string[0]); in NewStringFromTwoByte()
946 Handle<String> Factory::LookupSingleCharacterStringFromCode(uint16_t code) { in LookupSingleCharacterStringFromCode() function in v8::internal::Factory
992 return LookupSingleCharacterStringFromCode(str->Get(begin)); in NewProperSubString()
Dfactory.h311 Handle<String> LookupSingleCharacterStringFromCode(uint16_t code);
/third_party/node/deps/v8/src/objects/
Dstring.cc1297 factory->LookupSingleCharacterStringFromCode('$'); in GetSubstitution()
1386 factory->LookupSingleCharacterStringFromCode('>'); in GetSubstitution()
Delements.cc4941 return isolate->factory()->LookupSingleCharacterStringFromCode( in GetImpl()
5036 isolate->factory()->LookupSingleCharacterStringFromCode( in AddElementsToKeyAccumulatorImpl()
/third_party/node/deps/v8/src/json/
Djson-parser.cc270 arg1 = factory->LookupSingleCharacterStringFromCode(*cursor_); in ReportUnexpectedToken()
/third_party/node/deps/v8/src/debug/
Ddebug-interface.cc82 i_isolate->factory()->LookupSingleCharacterStringFromCode('n')) in GetBigIntDescription()
/third_party/node/deps/v8/src/codegen/
Dcode-stub-assembler.h982 isolate()->factory()->LookupSingleCharacterStringFromCode( in SingleCharacterStringConstant()