Searched refs:GetOneByteString (Results 1 – 5 of 5) sorted by relevance
281 const AstRawString* GetOneByteString(Vector<const uint8_t> literal);282 const AstRawString* GetOneByteString(const char* string) { in GetOneByteString() function283 return GetOneByteString(Vector<const uint8_t>( in GetOneByteString()300 name##_string_ = GetOneByteString( \
233 const AstRawString* AstValueFactory::GetOneByteString( in GetOneByteString() function in v8::internal::AstValueFactory253 return GetOneByteString(content.ToOneByteVector()); in GetString()
1197 return ast_value_factory->GetOneByteString(literal_one_byte_string()); in CurrentSymbol()1205 return ast_value_factory->GetOneByteString(next_literal_one_byte_string()); in NextSymbol()
565 parser_->ast_value_factory()->GetOneByteString(message); in NewThrowError()647 return ast_value_factory()->GetOneByteString(string); in GetNumberAsSymbol()
2904 const i::AstRawString* name = avf.GetOneByteString("result"); in TEST()2959 const i::AstRawString* name_x = avf.GetOneByteString("x"); in TEST()3006 const i::AstRawString* name_x = avf.GetOneByteString("x"); in TEST()3007 const i::AstRawString* name_f = avf.GetOneByteString("f"); in TEST()3008 const i::AstRawString* name_y = avf.GetOneByteString("y"); in TEST()3009 const i::AstRawString* name_B = avf.GetOneByteString("B"); in TEST()3010 const i::AstRawString* name_C = avf.GetOneByteString("C"); in TEST()3167 info.ast_value_factory()->GetOneByteString("x"); in TEST()