Home | History | Annotate | Download | only in samples

Lines Matching refs:Utf8Value

86 // Extracts a C string from a V8 Utf8Value.
87 const char* ToCString(const v8::String::Utf8Value& value) {
124 v8::String::Utf8Value str(args[i]);
141 v8::String::Utf8Value file(args[0]);
159 v8::String::Utf8Value file(args[i]);
292 v8::String::Utf8Value str(result);
304 v8::String::Utf8Value exception(try_catch->Exception());
313 v8::String::Utf8Value filename(message->GetScriptResourceName());
318 v8::String::Utf8Value sourceline(message->GetSourceLine());
331 v8::String::Utf8Value stack_trace(try_catch->StackTrace());