Searched defs:Utf8Value (Results 1 - 2 of 2) sorted by relevance

/external/v8/include/
H A Dv8.h1274 class V8EXPORT Utf8Value { class in class:v8::String
1276 explicit Utf8Value(Handle<v8::Value> obj);
1277 ~Utf8Value();
1286 Utf8Value(const Utf8Value&);
1287 void operator=(const Utf8Value&);
/external/v8/src/
H A Dapi.cc5392 String::Utf8Value::Utf8Value(v8::Handle<v8::Value> obj) function in class:v8::String::Utf8Value
5395 if (IsDeadCheck(isolate, "v8::String::Utf8Value::Utf8Value()")) return;
5409 String::Utf8Value::~Utf8Value() {

Completed in 315 milliseconds