Searched defs:HandleScope (Results 1 - 4 of 4) sorted by relevance

/external/v8/src/
H A Dhandles-inl.h51 location_ = HandleScope::CreateHandle(obj, GetIsolateForHandle(obj));
58 location_ = HandleScope::CreateHandle(obj, isolate);
70 HandleScope::HandleScope() { function in class:v8::internal::HandleScope
81 HandleScope::HandleScope(Isolate* isolate) { function in class:v8::internal::HandleScope
92 HandleScope::~HandleScope() {
96 void HandleScope::CloseScope() {
113 Handle<T> HandleScope
[all...]
H A Dhandles.h40 // Handles are only valid within a HandleScope.
91 inline Handle<T> EscapeFrom(v8::HandleScope* scope);
110 class HandleScope { class in namespace:v8::internal
112 inline HandleScope();
113 explicit inline HandleScope(Isolate* isolate);
115 inline ~HandleScope();
131 // Closes the HandleScope (invalidating all handles
132 // created in the scope of the HandleScope) and returns
142 HandleScope(const HandleScope
[all...]
H A Dapi.cc470 i::HandleScope::ZapRange(begin, end);
664 HandleScope::HandleScope() { function in class:v8::HandleScope
666 API_ENTRY_CHECK(isolate, "HandleScope::HandleScope");
677 HandleScope::~HandleScope() {
684 void HandleScope::Leave() {
693 i::HandleScope::DeleteExtensions(isolate_);
697 i::HandleScope
[all...]
/external/v8/include/
H A Dv8.h300 * a Local handle only lives as long as the HandleScope in which it was
436 class V8EXPORT HandleScope { class in namespace:v8
438 HandleScope();
440 ~HandleScope();
463 HandleScope(const HandleScope&);
464 void operator=(const HandleScope&);
488 // from the HandleScope being closed to the next top most HandleScope.
3953 return Local<T>(reinterpret_cast<T*>(HandleScope
[all...]

Completed in 425 milliseconds