Searched refs:source_string (Results 1 - 10 of 10) sorted by relevance

/external/google-breakpad/src/tools/linux/symupload/
H A Dsym_upload.cc66 static void TokenizeByChar(const string &source_string, argument
70 while ((next_pos = source_string.find(c, cur_pos)) != string::npos) {
72 results->push_back(source_string.substr(cur_pos, next_pos - cur_pos));
75 if (cur_pos < source_string.size() && next_pos != cur_pos)
76 results->push_back(source_string.substr(cur_pos));
/external/v8/src/
H A Dheap-symbols.h146 V(source_string, "source") \
H A Dapi.cc460 Local<String> source_string; local
462 .ToLocal(&source_string)) {
469 ScriptCompiler::Source source(source_string, origin);
2129 i::Handle<i::String> str = Utils::OpenHandle(*(source->source_string));
2288 i::Handle<i::String> source_string; local
2293 source_string = factory->NewStringFromStaticChars("(function anonymous(");
2295 source_string = factory->NewStringFromStaticChars("(function(");
2303 !factory->NewConsString(source_string,
2305 .ToHandle(&source_string);
2309 !factory->NewConsString(source_string,
[all...]
H A Dobjects-printer.cc1052 std::unique_ptr<char[]> source_string = source->ToCString( local
1054 os << source_string.get();
H A Dd8.cc1416 i::Vector<const char> source_string = local
1421 String::NewFromUtf8(isolate, source_string.start(),
1422 NewStringType::kNormal, source_string.length())
H A Daccessors.cc408 return MakeAccessor(isolate, isolate->factory()->source_string(),
H A Dbootstrapper.cc2110 SimpleInstallGetter(prototype, factory->source_string(),
H A Dobjects.cc12992 String* source_string = String::cast(script->source()); local
12995 int len = source_string->length();
12997 if (pos == len || source_string->Get(pos) == '\n') {
/external/v8/src/builtins/
H A Dbuiltins-regexp.cc794 Node* const name = HeapConstant(isolate->factory()->source_string());
975 JSReceiver::GetProperty(recv, isolate->factory()->source_string()));
/external/v8/include/
H A Dv8.h1187 V8_INLINE Source(Local<String> source_string, const ScriptOrigin& origin,
1189 V8_INLINE Source(Local<String> source_string,
1207 Local<String> source_string; member in class:v8::ScriptCompiler::Source
9089 : source_string(string),
9100 : source_string(string), cached_data(data) {}

Completed in 769 milliseconds