Searched refs:handle_ (Results 1 - 6 of 6) sorted by relevance

/hardware/ril/mock-ril/src/cpp/
H A Dnode_object_wrap.h40 if (!handle_.IsEmpty()) {
41 assert(handle_.IsNearDeath());
42 handle_->SetInternalField(0, v8::Undefined());
43 handle_.Dispose();
44 handle_.Clear();
57 v8::Persistent<v8::Object> handle_; // ro member in class:ObjectWrap
62 assert(handle_.IsEmpty());
64 handle_ = v8::Persistent<v8::Object>::New(handle);
65 handle_->SetInternalField(0, v8::External::New(this));
71 handle_
[all...]
H A Dprotobuf_v8.cpp129 return handle_->GetInternalField(2).As<Function>();
165 self->SetInternalField(1, schema_->handle_);
403 Handle<Function> to_array = handle_->GetInternalField(3).As<Function>();
448 result = buffer->handle_;
475 Handle<Array> types = handle_->GetInternalField(1).As<Array>();
476 types->Set(types->Length(), result->handle_);
502 DescriptorPool::generated_pool()))->handle_;
519 return (new Schema(args.This(), pool))->handle_;
H A Dworker_v8.cpp173 return worker->handle_;
184 // native self (Field 0 is handle_) field count is at least 1
H A Dctrl_server.cpp295 buf = buffer->handle_;
H A Djs_support.cpp195 retValue = buf->handle_;
H A Drequests.cpp292 v8RequestValue, v8TokenValue, ((Buffer *)buffer)->handle_ };

Completed in 91 milliseconds