Home
last modified time | relevance | path

Searched refs:Utf8Value (Results 1 – 17 of 17) sorted by relevance

/external/v8/samples/
Dshell.cc87 const char* ToCString(const v8::String::Utf8Value& value) { in ToCString()
124 v8::String::Utf8Value str(args[i]); in Print()
141 v8::String::Utf8Value file(args[0]); in Read()
159 v8::String::Utf8Value file(args[i]); in Load()
292 v8::String::Utf8Value str(result); in ExecuteString()
304 v8::String::Utf8Value exception(try_catch->Exception()); in ReportException()
313 v8::String::Utf8Value filename(message->GetScriptResourceName()); in ReportException()
318 v8::String::Utf8Value sourceline(message->GetSourceLine()); in ReportException()
331 v8::String::Utf8Value stack_trace(try_catch->StackTrace()); in ReportException()
Dlineprocessor.cc108 const char* ToCString(const v8::String::Utf8Value& value);
317 v8::String::Utf8Value str(result); in RunCppCycle()
333 const char* ToCString(const v8::String::Utf8Value& value) { in ToCString()
362 v8::String::Utf8Value exception(try_catch->Exception()); in ReportException()
371 v8::String::Utf8Value filename(message->GetScriptResourceName()); in ReportException()
376 v8::String::Utf8Value sourceline(message->GetSourceLine()); in ReportException()
405 v8::String::Utf8Value str(args[i]); in Print()
Dprocess.cc140 String::Utf8Value value(arg); in LogCallback()
207 String::Utf8Value error(try_catch.Exception()); in ExecuteScript()
217 String::Utf8Value error(try_catch.Exception()); in ExecuteScript()
263 String::Utf8Value error(try_catch.Exception()); in Process()
333 String::Utf8Value utf8_value(value); in ObjectToString()
/external/v8/src/
Dchecks.cc69 v8::String::Utf8Value value_str(value); in CheckEqualsHelper()
70 v8::String::Utf8Value expected_str(expected); in CheckEqualsHelper()
85 v8::String::Utf8Value value_str(value); in CheckNonEqualsHelper()
Dd8-posix.cc192 String::Utf8Value prog(arg0); in Init()
206 String::Utf8Value utf8_arg(arg); in Init()
530 String::Utf8Value directory(args[0]); in ChangeDirectory()
614 String::Utf8Value directory(args[0]); in MakeDirectory()
629 String::Utf8Value directory(args[0]); in RemoveDirectory()
644 String::Utf8Value var(args[0]); in SetEnvironment()
645 String::Utf8Value value(args[1]); in SetEnvironment()
666 String::Utf8Value var(args[0]); in UnsetEnvironment()
Dd8-debug.cc83 String::Utf8Value str(details->Get(String::New("text"))); in HandleDebugEvent()
152 String::Utf8Value text_str(response_details->Get(String::New("text"))); in HandleDebugEvent()
288 String::Utf8Value str(details->Get(String::New("text"))); in HandleMessageReceived()
Dd8.cc136 const char* Shell::ToCString(const v8::String::Utf8Value& value) { in ToCString()
177 v8::String::Utf8Value str(result); in ExecuteString()
202 v8::String::Utf8Value str(args[i]); in Write()
226 String::Utf8Value file(args[0]); in Read()
271 String::Utf8Value file(args[i]); in Load()
541 v8::String::Utf8Value exception(try_catch->Exception()); in ReportException()
550 v8::String::Utf8Value filename(message->GetScriptResourceName()); in ReportException()
555 v8::String::Utf8Value sourceline(message->GetSourceLine()); in ReportException()
568 v8::String::Utf8Value stack_trace(try_catch->StackTrace()); in ReportException()
1030 String::Utf8Value filename(args[0]); in ReadBinary()
Dd8-readline.cc150 String::Utf8Value str(str_obj); in CompletionGenerator()
Dd8.h271 static const char* ToCString(const v8::String::Utf8Value& value);
Ddebug-agent.cc433 v8::String::Utf8Value utf8_request(request); in SendMessage()
Dapi.cc5392 String::Utf8Value::Utf8Value(v8::Handle<v8::Value> obj) in Utf8Value() function in v8::String::Utf8Value
5409 String::Utf8Value::~Utf8Value() { in ~Utf8Value()
/external/webkit/Source/WebCore/bindings/v8/
DV8NPUtils.cpp65 v8::String::Utf8Value utf8(object); in convertV8ObjectToNPVariant()
126 v8::String::Utf8Value utf8(str); in getStringIdentifier()
167 topHandler->handler(topHandler->data, *v8::String::Utf8Value(m_tryCatch.Exception())); in ~ExceptionCatcher()
DSerializedScriptValue.cpp226 v8::String::Utf8Value patternUtf8Value(pattern); in writeRegExp()
623 v8::String::Utf8Value stringValue(value); in writeString()
/external/v8/test/cctest/
Dtest-log.cc517 v8::String::Utf8Value exception(try_catch.Exception()); in TEST()
523 v8::String::Utf8Value exception(try_catch.Exception()); in TEST()
Dtest-heap-profiler.cc672 CHECK_EQ(*v8::String::Utf8Value(ref_string), in TEST()
673 *v8::String::Utf8Value(string)); in TEST()
Dtest-api.cc11033 v8::String::Utf8Value elm(props->Get(v8::Integer::New(i))); in CheckProperties()
11046 v8::String::Utf8Value elm(props->Get(v8::Integer::New(i))); in CheckOwnProperties()
13597 v8::String::Utf8Value stack(try_catch.StackTrace()); in THREADED_TEST()
13608 v8::String::Utf8Value func_name(frame->GetFunctionName()); in checkStackFrame()
13609 v8::String::Utf8Value script_name(frame->GetScriptName()); in checkStackFrame()
14310 v8::String::Utf8Value value(try_catch.Exception()); in THREADED_TEST()
/external/v8/include/
Dv8.h1274 class V8EXPORT Utf8Value {
1276 explicit Utf8Value(Handle<v8::Value> obj);
1277 ~Utf8Value();
1286 Utf8Value(const Utf8Value&);
1287 void operator=(const Utf8Value&);