Home | History | Annotate | Download | only in parsing

Lines Matching defs:string

25 #include "src/string-stream.h"
620 const char* string = DoubleToCString(double_value, ArrayVector(array));
621 return parser_->ast_value_factory()->GetOneByteString(string);
842 Handle<String> source(String::cast(info->script()->source()));
859 source = String::Flatten(source);
885 String* name = String::cast(info->script()->name());
922 // string table to internalize strings and values right after they're
1010 Handle<String> source(String::cast(info->script()->source()));
1019 source = String::Flatten(source);
1063 Handle<String> name(String::cast(shared_info->name()));
1182 Handle<String> inferred_name(shared_info->inferred_name());
1204 if (directive_prologue && peek() != Token::STRING) {
1238 const AstRawString* string = literal->raw_value()->AsString();
1241 string);
1372 Expect(Token::STRING, CHECK_OK);
1498 if (tok == Token::STRING) {
5027 const Runtime::Function* function = Runtime::FunctionForName(name->string());
5032 Context::IntrinsicIndexForName(name->string()));
5058 int context_index = Context::IntrinsicIndexForName(name->string());
5195 Handle<String> source_url = scanner_.source_url()->Internalize(isolate);
5199 Handle<String> source_mapping_url =
5261 // V8 heap because of Runtime. Tell the string table to internalize strings