Searched refs:NewFromUtf8 (Results 76 - 100 of 105) sorted by relevance

12345

/external/chromium_org/extensions/renderer/
H A Dconsole.cc87 target->Set(v8::String::NewFromUtf8(isolate, name.c_str()),
H A Dfile_system_natives.cc121 args.GetReturnValue().Set(v8::String::NewFromUtf8(args.GetIsolate(),
H A Ddispatcher.cc127 v8::String::NewFromUtf8(context->isolate(), "chrome"));
438 v8::String::NewFromUtf8(context->isolate(), error_msg.c_str())));
445 v8::Exception::Error(v8::String::NewFromUtf8(
1163 v8::String::NewFromUtf8(context->isolate(), api_name.c_str());
1314 v8::Handle<v8::String> key = v8::String::NewFromUtf8(isolate, field.c_str());
/external/chromium_org/v8/tools/
H A Dparser-shell.cc68 source_handle = v8::String::NewFromUtf8(
/external/chromium_org/v8/test/cctest/
H A Dtest-api.cc95 v8::String::NewFromUtf8(env->GetIsolate(), "my_profile1");
642 Local<String> small_string = String::NewFromUtf8(env->GetIsolate(), "s1");
651 small_string = String::NewFromUtf8(env->GetIsolate(), "small string 2");
664 Local<String> large_string = String::NewFromUtf8(env->GetIsolate(), buf);
2644 global->Set(0, v8::String::NewFromUtf8(CcTest::isolate(), "value"));
2744 v8::String::NewFromUtf8(isolate, "The quick brown fox jumps"));
2745 CheckEmbedderData(&env, 2, v8::String::NewFromUtf8(isolate,
2875 CHECK(obj->Set(v8::String::NewFromUtf8(isolate, "bla"),
2886 CHECK(obj->Get(v8::String::NewFromUtf8(isolate, "accessor_sym3"))->Equals(
2900 CHECK(obj->Has(v8::String::NewFromUtf8(isolat
[all...]
H A Dtest-decls.cc153 Script::Compile(String::NewFromUtf8(CcTest::isolate(), source));
581 Script::Compile(String::NewFromUtf8(context_->GetIsolate(), source));
H A Dtest-func-name-inference.cc96 return v8::Script::Compile(v8::String::NewFromUtf8(isolate, src));
H A Dtest-serialize.cc365 v8::Local<v8::String> source = v8::String::NewFromUtf8(isolate, c_source);
386 v8::Local<v8::String> source = v8::String::NewFromUtf8(isolate, c_source);
428 v8::Local<v8::String> foo = v8::String::NewFromUtf8(v8_isolate, "foo");
H A Dtest-profile-generator.cc638 v8::Handle<v8::Script> script_a = v8::Script::Compile(v8::String::NewFromUtf8(
642 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(),
741 v8::Script::Compile(v8::String::NewFromUtf8(env->GetIsolate(),
H A Dcctest.h345 return v8::String::NewFromUtf8(v8::Isolate::GetCurrent(), x);
H A Dtest-deoptimization.cc245 env->Global()->Get(v8::String::NewFromUtf8(CcTest::isolate(), "f")));
H A Dtest-strings.cc887 int len = v8::String::NewFromUtf8(CcTest::isolate(), one_byte_string,
1087 v8::String::NewFromUtf8(CcTest::isolate(), line))->Run();
H A Dtest-lockers.cc669 v8::Handle<String> source = v8::String::NewFromUtf8(isolate, "1+1");
H A Dtest-parsing.cc1180 *v8::String::NewFromUtf8(CcTest::isolate(), message));
1511 v8::Script::Compile(v8::String::NewFromUtf8(CcTest::isolate(), script));
/external/chromium-libpac/src/
H A Dproxy_resolver_v8.cc179 return v8::String::NewFromUtf8(isolate, s.data(), v8::String::kNormalString, s.size());
191 return v8::String::NewFromUtf8(isolate, ascii, v8::String::kNormalString, length);
/external/chromium_org/content/renderer/pepper/
H A Dv8_var_converter.cc134 *result = v8::String::NewFromUtf8(
433 v8::String::NewFromUtf8(
H A Dv8_var_converter_unittest.cc374 v8::String::NewFromUtf8(
416 v8::Script::Compile(v8::String::NewFromUtf8(isolate_, source)));
/external/chromium_org/content/renderer/
H A Dv8_value_converter_impl.cc199 return v8::String::NewFromUtf8(
262 v8::String::NewFromUtf8(
/external/chromium_org/content/shell/renderer/test_runner/
H A Daccessibility_controller.cc196 v8::String::NewFromUtf8(isolate, notification_name.data(),
H A Dweb_ax_object_proxy.cc591 v8::String::NewFromUtf8(isolate, notification_name.data(),
/external/chromium_org/v8/src/
H A Dmksnapshot.cc378 Local<String> source = String::NewFromUtf8(isolate, chars);
/external/chromium_org/net/proxy/
H A Dproxy_resolver_v8.cc164 return v8::String::NewFromUtf8(isolate, s.data(), v8::String::kNormalString,
189 return v8::String::NewFromUtf8(isolate, ascii, v8::String::kNormalString,
/external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
H A DV8Binding.h199 return v8::String::NewFromUtf8(isolate, str, v8::String::kInternalizedString, strlen(str));
205 return v8::String::NewFromUtf8(isolate, str, v8::String::kInternalizedString, length);
H A DScriptDebugServer.cpp635 return m_isolate->ThrowException(v8::String::NewFromUtf8(m_isolate, "Debugging is not enabled."));
/external/chromium_org/third_party/WebKit/Source/core/inspector/
H A DInspectorOverlay.cpp752 global->Set(v8::String::NewFromUtf8(isolate, "InspectorOverlayHost"), overlayHostObj);

Completed in 674 milliseconds

12345