Lines Matching refs:OpenHandle
206 OpenHandle(const Template* that);
208 OpenHandle(const FunctionTemplate* that);
210 OpenHandle(const ObjectTemplate* that);
212 OpenHandle(const Data* data);
214 OpenHandle(const RegExp* data);
216 OpenHandle(const v8::Object* data);
218 OpenHandle(const v8::Array* data);
220 OpenHandle(const String* data);
222 OpenHandle(const Script* data);
224 OpenHandle(const Function* data);
226 OpenHandle(const Message* message);
228 OpenHandle(const StackTrace* stack_trace);
230 OpenHandle(const StackFrame* stack_frame);
232 OpenHandle(const v8::Context* context);
234 OpenHandle(const v8::Signature* sig);
236 OpenHandle(const v8::TypeSwitch* that);
238 OpenHandle(const v8::External* that);
255 return Utils::OpenHandle(*scope->Close(Utils::ToLocal(handle)));
289 // Implementations of OpenHandle
292 v8::internal::Handle<v8::internal::To> Utils::OpenHandle(\